Commit 1f273ee8 by Jeff Law

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
parent 8df73827
...@@ -2126,11 +2126,6 @@ DTORS_SECTION_FUNCTION ...@@ -2126,11 +2126,6 @@ DTORS_SECTION_FUNCTION
if (function_label_operand (VALUE, VOIDmode) \ if (function_label_operand (VALUE, VOIDmode) \
&& !TARGET_PORTABLE_RUNTIME) \ && !TARGET_PORTABLE_RUNTIME) \
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)); \ output_addr_const (FILE, (VALUE)); \
fputs ("\n", FILE);} fputs ("\n", FILE);}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment