OSDN Git Service

* dwarf2out.c (concat_loc_descriptor): Add can_use_fbreg argument,
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Aug 2005 21:21:07 +0000 (21:21 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Aug 2005 21:21:07 +0000 (21:21 +0000)
commit9aad6f8198b721ac57833ab7edd8a9c73cfb750e
tree0571693101cad603ca12364ef0ff44554efd0ce7
parent33b4ca908dbd38df9fa8ccebb4c1b08d33a588f1
* dwarf2out.c (concat_loc_descriptor): Add can_use_fbreg argument,
pass it down to loc_descriptor.
(loc_descriptor): Pass can_use_fbreg to concat_loc_descriptor.
(containing_function_has_frame_base): Move earlier in the file.
(loc_descriptor_from_tree_1): Use containing_function_has_frame_base
instead of always assuming fbreg can't be used.

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