From: Richard Henderson Date: Sat, 25 Jan 2003 17:49:22 +0000 (-0800) Subject: t-sco5gas: (CRTSTUFF_T_CFLAGS_S): Delete -mcoff. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8324663fcbeb40a837e46fa65d1252124345d565;p=platform%2Fupstream%2Fgcc.git 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 --- 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 + + 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 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