re PR other/22313 (profiledbootstrap is broken on the mainline)
authorRoger Sayle <roger@eyesopen.com>
Thu, 31 Aug 2006 17:35:32 +0000 (17:35 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Thu, 31 Aug 2006 17:35:32 +0000 (17:35 +0000)
commit6a10f7b36203b8e6ff277d64a78110c98c7c5744
tree4cb40ada0acb883dd8e1466bd32f02adae88a2ea
parentd50341e6de7fee3a76ea04c2551a7231abcb6693
re PR other/22313 (profiledbootstrap is broken on the mainline)

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.

From-SVN: r116604
gcc/ChangeLog
gcc/dwarf2out.c