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:
Jeff Law 1996-08-01 23:57:27 -06:00
parent 8df73827e0
commit 1f273ee8d5

View File

@ -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);}