From 1f273ee8d5003de9f29edb3c0130d5de90b69cb3 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Thu, 1 Aug 1996 23:57:27 -0600 Subject: [PATCH] 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 --- gcc/config/pa/pa.h | 5 ----- 1 file changed, 5 deletions(-) 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);} -- 2.30.2