OSDN Git Service

* pa/pa.h (ASM_OUTPUT_INT): Remove all hacks for the
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 2 Aug 1996 05:57:27 +0000 (05:57 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 2 Aug 1996 05:57:27 +0000 (05:57 +0000)
        exception table.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12580 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/pa/pa.h

index 6dd822c..38c7dab 100644 (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);}