diff options
author | Jeff Law <law@gcc.gnu.org> | 1996-08-01 23:57:27 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1996-08-01 23:57:27 -0600 |
commit | 1f273ee8d5003de9f29edb3c0130d5de90b69cb3 (patch) | |
tree | 9187ef1be1dfa6418e9c2c005bcae863addfab28 /gcc/config/pa/pa.h | |
parent | 8df73827e01bd0433e4e53a6b74587a3709890af (diff) | |
download | gcc-1f273ee8d5003de9f29edb3c0130d5de90b69cb3.zip gcc-1f273ee8d5003de9f29edb3c0130d5de90b69cb3.tar.gz gcc-1f273ee8d5003de9f29edb3c0130d5de90b69cb3.tar.bz2 |
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
Diffstat (limited to 'gcc/config/pa/pa.h')
-rw-r--r-- | gcc/config/pa/pa.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index 6dd822c..38c7dab 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);} |