mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 05:10:33 +08:00
set LABEL_PRESERVE_P for landing pad labels
From-SVN: r157146
This commit is contained in:
parent
004d697372
commit
c40b540068
@ -1,3 +1,7 @@
|
||||
2010-03-01 Christian Bruel <christian.bruel@st.com>
|
||||
|
||||
* except.c (dw2_build_landing_pads): set LABEL_PRESERVE_P.
|
||||
|
||||
2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* config/i386/linux64.h (ASM_SPEC): Use SPEC_32 and SPEC_64.
|
||||
|
@ -974,6 +974,7 @@ dw2_build_landing_pads (void)
|
||||
|
||||
lp->landing_pad = gen_label_rtx ();
|
||||
emit_label (lp->landing_pad);
|
||||
LABEL_PRESERVE_P (lp->landing_pad) = 1;
|
||||
|
||||
#ifdef HAVE_exception_receiver
|
||||
if (HAVE_exception_receiver)
|
||||
|
Loading…
x
Reference in New Issue
Block a user