PR other/22313
commitd8eb7025dbbe13a8bcc63d96f2f7de78739a096a
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 Aug 2006 17:35:32 +0000 (31 17:35 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 Aug 2006 17:35:32 +0000 (31 17:35 +0000)
tree4cb40ada0acb883dd8e1466bd32f02adae88a2ea
parenta49d310cb92bfa7c171f70afcc624c629a5c1c67
PR other/22313
* dwarf2out.c (add_fde_cfi): Use a set_loc if the current label is
NULL, otherwise use an advance_loc4 to adjust relative to the
current label.
(output_cfi) <DW_CFA_set_loc>: Update the current label.
(dwarf2out_switch_text_section): Reset the current label to avoid
using advance_loc4 over section boundaries.

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