pa.h (ASM_OUTPUT_INT): Remove all hacks for the exception table.
[gcc.git] / gcc / config / pa / pa.h
index 6dd822c807f36aea0e1940b7b49e6f9da0ddbdd5..38c7dab8cca5d530db333057102d9a77e917d51a 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);}