projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8df7382
)
pa.h (ASM_OUTPUT_INT): Remove all hacks for the exception table.
author
Jeff Law
<law@gcc.gnu.org>
Fri, 2 Aug 1996 05:57:27 +0000
(23:57 -0600)
committer
Jeff Law
<law@gcc.gnu.org>
Fri, 2 Aug 1996 05:57:27 +0000
(23:57 -0600)
* pa/pa.h (ASM_OUTPUT_INT): Remove all hacks for the
exception table.
From-SVN: r12580
gcc/config/pa/pa.h
patch
|
blob
|
history
diff --git
a/gcc/config/pa/pa.h
b/gcc/config/pa/pa.h
index 6dd822c807f36aea0e1940b7b49e6f9da0ddbdd5..38c7dab8cca5d530db333057102d9a77e917d51a 100644
(file)
--- 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);}