mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-18 09:04:12 +08:00
pa.h (ASM_OUTPUT_INT): Remove all hacks for the exception table.
* pa/pa.h (ASM_OUTPUT_INT): Remove all hacks for the exception table. From-SVN: r12580
This commit is contained in:
parent
8df73827e0
commit
1f273ee8d5
@ -2126,11 +2126,6 @@ DTORS_SECTION_FUNCTION
|
||||
if (function_label_operand (VALUE, VOIDmode) \
|
||||
&& !TARGET_PORTABLE_RUNTIME) \
|
||||
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…
Reference in New Issue
Block a user