From: Jeff Law Date: Fri, 2 Aug 1996 05:57:27 +0000 (-0600) Subject: pa.h (ASM_OUTPUT_INT): Remove all hacks for the exception table. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1f273ee8d5003de9f29edb3c0130d5de90b69cb3;p=gcc.git 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 --- diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index 6dd822c807f..38c7dab8cca 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -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);}