OSDN Git Service

* dwarf2out.c (add_var_loc_to_decl): Add LABEL argument. Drop
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Apr 2010 07:05:00 +0000 (07:05 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 01:08:02 +0000 (10:08 +0900)
commitd8abd56e0d3b2df683530e1fab51dcc6de3f4c95
treeeb087a298525185565ce09b2aef31b49545b8bb7
parent01de0af1a31bf23a6b5077266e6a9eacabdfe379
* dwarf2out.c (add_var_loc_to_decl): Add LABEL argument.  Drop
last chain entry if it starts with the still current label.
(add_location_or_const_value_attribute): Check that
loc_list->first->next is NULL instead of comparing ->first with
->last.
(dwarf2out_var_location): Pass last_label resp. last_postcall_label
to add_var_loc_to_decl.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158590 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/dwarf2out.c