From 8324663fcbeb40a837e46fa65d1252124345d565 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Sat, 25 Jan 2003 09:49:22 -0800 Subject: [PATCH] t-sco5gas: (CRTSTUFF_T_CFLAGS_S): Delete -mcoff. 2002-02-19 Robert Lipe * config/i386/t-sco5gas: (CRTSTUFF_T_CFLAGS_S): Delete -mcoff. From-SVN: r61790 --- gcc/ChangeLog | 12 ++++++++---- gcc/config/i386/t-sco5gas | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index dd4a9492fec..d867e8c08ce 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-01-25 Richard Henderson + + 2002-02-19 Robert Lipe + * config/i386/t-sco5gas: (CRTSTUFF_T_CFLAGS_S): Delete -mcoff. + 2002-01-25 Roger Sayle * builtins.c (purge_builtin_constant_p): Scan insn stream @@ -6,8 +11,7 @@ 2003-01-25 Kazu Hirata - * 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 @@ -399,8 +403,8 @@ Fri Jan 24 23:03:32 CET 2003 Jan Hubicka 2003-01-23 Richard Henderson - * 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 diff --git a/gcc/config/i386/t-sco5gas b/gcc/config/i386/t-sco5gas index 2d0b48a6292..edeb554eea0 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 -- 2.30.2