2005-01-20 Daniel Berlin <dberlin@dberlin.org>
commit6ad1968a7996a35d21a61fd0fe80088cc5899bd1
authordberlin <dberlin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Jan 2005 20:09:22 +0000 (20 20:09 +0000)
committerdberlin <dberlin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Jan 2005 20:09:22 +0000 (20 20:09 +0000)
tree302dada6aafe211b1bea0e17a54e27a3d262111d
parent9cd34e719d4f1a2790b05dc1a67a6c9301b86787
2005-01-20  Daniel Berlin  <dberlin@dberlin.org>

Fix PR debug/19124
* dwarf2out.c (concat_loc_descriptor): We don't know we can use
fbreg, so we have to assume we can't.
(loc_descriptor_from_tree_1): Ditto.
(containing_function_has_frame_base): New function.
(add_location_or_const_value_attribute): Use it.
Also try to generate a frame_base from a single element location
list.

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