diff options
author | Richard Henderson <rth@gcc.gnu.org> | 2003-01-25 09:49:22 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2003-01-25 09:49:22 -0800 |
commit | 8324663fcbeb40a837e46fa65d1252124345d565 (patch) | |
tree | 997eba21a2fbb397978b53cc87f9c4b9e63f94c8 | |
parent | 2adc9b0fc586bbe4f97f6571b75ce570d6fb7bcb (diff) | |
download | gcc-8324663fcbeb40a837e46fa65d1252124345d565.zip gcc-8324663fcbeb40a837e46fa65d1252124345d565.tar.gz gcc-8324663fcbeb40a837e46fa65d1252124345d565.tar.bz2 |
t-sco5gas: (CRTSTUFF_T_CFLAGS_S): Delete -mcoff.
2002-02-19 Robert Lipe <robertlipe@usa.net>
* config/i386/t-sco5gas: (CRTSTUFF_T_CFLAGS_S): Delete -mcoff.
From-SVN: r61790
-rw-r--r-- | gcc/ChangeLog | 12 | ||||
-rw-r--r-- | gcc/config/i386/t-sco5gas | 2 |
2 files changed, 9 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index dd4a949..d867e8c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-01-25 Richard Henderson <rth@redhat.com> + + 2002-02-19 Robert Lipe <robertlipe@usa.net> + * config/i386/t-sco5gas: (CRTSTUFF_T_CFLAGS_S): Delete -mcoff. + 2002-01-25 Roger Sayle <roger@eyesopen.com> * builtins.c (purge_builtin_constant_p): Scan insn stream @@ -6,8 +11,7 @@ 2003-01-25 Kazu Hirata <kazu@cs.umass.edu> - * combine.c (simplify_comparison, case AND): Remove a redundant - test. + * combine.c (simplify_comparison, case AND): Remove a redundant test. 2002-01-25 Roger Sayle <roger@eyesopen.com> @@ -399,8 +403,8 @@ Fri Jan 24 23:03:32 CET 2003 Jan Hubicka <jh@suse.cz> 2003-01-23 Richard Henderson <rth@redhat.com> - * ifcvt.c (noce_process_if_block): Re-add check vs X being changed - in no-else-block case. Add commentary. + * ifcvt.c (noce_process_if_block): Re-add check vs X being changed + in no-else-block case. Add commentary. 2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> diff --git a/gcc/config/i386/t-sco5gas b/gcc/config/i386/t-sco5gas index 2d0b48a..edeb554 100644 --- a/gcc/config/i386/t-sco5gas +++ b/gcc/config/i386/t-sco5gas @@ -1,6 +1,6 @@ # The pushl in CTOR initialization interferes with frame pointer elimination. CRTSTUFF_T_CFLAGS = -fPIC -fno-omit-frame-pointer -CRTSTUFF_T_CFLAGS_S = -mcoff -fno-omit-frame-pointer +CRTSTUFF_T_CFLAGS_S = -fno-omit-frame-pointer # # I am still a little unsure of the multilib architecture. The following |