mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-08 15:42:07 +08:00
pa.h (ASM_OUTPUT_INT): Use an 'E%' prefix for items in the exception table if...
* pa/pa.h (ASM_OUTPUT_INT): Use an 'E%' prefix for items in the exception table if TARGET_GAS && ! TARGET_PORTABLE_RUNTIME. From-SVN: r12577
This commit is contained in:
parent
73061e0f9b
commit
a24d629d1c
@ -2125,10 +2125,12 @@ DTORS_SECTION_FUNCTION
|
||||
{ fputs ("\t.word ", FILE); \
|
||||
if (function_label_operand (VALUE, VOIDmode) \
|
||||
&& !TARGET_PORTABLE_RUNTIME) \
|
||||
fputs ("P%", FILE); \
|
||||
if (in_section == in_named \
|
||||
&& ! strcmp (".gcc_except_table", in_named_name))\
|
||||
fputs ("P%", FILE); \
|
||||
fputs ("P%", FILE); \
|
||||
if (in_section == in_named \
|
||||
&& ! strcmp (".gcc_except_table", in_named_name)\
|
||||
&& TARGET_GAS \
|
||||
&& ! TARGET_PORTABLE_RUNTIME) \
|
||||
fputs ("E%", FILE); \
|
||||
output_addr_const (FILE, (VALUE)); \
|
||||
fputs ("\n", FILE);}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user