diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-08-14 03:16:05 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-08-14 03:16:05 +0000 |
commit | 4cc1be46ee0a2db8575399b4f8a333b4c1435d3a (patch) | |
tree | c946b3e76d1b19092d0ebca5507db8021857973c /gcc/genattrtab.c | |
parent | 7f7c78a80b65595b550444948974b5c15c96b390 (diff) | |
download | gcc-4cc1be46ee0a2db8575399b4f8a333b4c1435d3a.tar.gz |
* m68k.c (m68k_output_function_prologue,
m68k_output_function_epilogue): Delete versions for DPX2/MOTOROLA
and NEWS/MOTOROLA.
* genattrtab.c: Remove dpx2 comment.
* libgcc2.c (__enable_execute_stack): Delete versions for
NeXT/__MACH__, __convex__, __sysV88__, __pyr__ and
sony_news/SYSTYPE_BSD.
* longlong.h: Delete code for __a29k__, _AM29K, __clipper__,
__gmicro__, __i860__, __NeXT__ and __pyr__.
* rtl.h: Remove convex comment.
* varasm.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56272 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/genattrtab.c')
-rw-r--r-- | gcc/genattrtab.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c index 07b300c2cb3..5518adc126e 100644 --- a/gcc/genattrtab.c +++ b/gcc/genattrtab.c @@ -390,7 +390,6 @@ static void expand_units PARAMS ((void)); static rtx simplify_knowing PARAMS ((rtx, rtx)); static rtx encode_units_mask PARAMS ((rtx)); static void fill_attr PARAMS ((struct attr_desc *)); -/* dpx2 compiler chokes if we specify the arg types of the args. */ static rtx substitute_address PARAMS ((rtx, rtx (*) (rtx), rtx (*) (rtx))); static void make_length_attrs PARAMS ((void)); static rtx identity_fn PARAMS ((rtx)); |