From: Jeff Law Date: Mon, 9 Feb 1998 00:05:49 +0000 (-0700) Subject: x-sco5 (CC): Remove trailing whitespace. X-Git-Tag: prereleases/egcs-1.0.2-prerelease~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ef1fc006ff1de45098e7a6c030ac43ca540ed15;p=thirdparty%2Fgcc.git x-sco5 (CC): Remove trailing whitespace. * i386/x-sco5 (CC): Remove trailing whitespace. * i386/sco5.h (STARTFILE_SPEC, ENDFILE_SPEC): Correctly handle "-static". From-SVN: r17794 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index db8209203ae7..a42af9a120be 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,12 @@ +Mon Feb 9 01:07:41 1998 Jeffrey A Law (law@cygnus.com) + + * i386/x-sco5 (CC): Remove trailing whitespace. + +Mon Feb 9 01:07:37 1998 J. Kean Johnston + + * i386/sco5.h (STARTFILE_SPEC, ENDFILE_SPEC): Correctly handle + "-static". + Mon Feb 9 00:02:53 1998 Jim Wilson * function.c (assign_parms): New variable named_arg, with value diff --git a/gcc/config/i386/sco5.h b/gcc/config/i386/sco5.h index 8a0eb0b6772f..7e81b239d641 100644 --- a/gcc/config/i386/sco5.h +++ b/gcc/config/i386/sco5.h @@ -1,5 +1,5 @@ /* Definitions for Intel 386 running SCO Unix System V 3.2 Version 5. - Copyright (C) 1992, 1995, 1996 Free Software Foundation, Inc. + Copyright (C) 1992, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. Contributed by Kean Johnston (hug@netcom.com) This file is part of GNU CC. @@ -829,12 +829,11 @@ dtors_section () \ %{!Xc:%{Xk:values-Xk.o%s} \ %{!Xk:%{Xt:values-Xt.o%s} \ %{!Xt:values-Xa.o%s}}}}}} \ - %{mcoff:crtbeginS.o%s} \ - %{!mcoff:%{!static:crtbegin.o%s}%{static:crtbeginS.o%s}}" + %{mcoff:crtbeginS.o%s} %{!mcoff:crtbegin.o%s}" #undef ENDFILE_SPEC #define ENDFILE_SPEC \ - "%{!mcoff:%{!static:crtend.o%s}%{static:crtendS.o%s}} \ + "%{!mcoff:crtend.o%s} \ %{mcoff:crtendS.o%s} \ %{pg:gcrtn.o%s}%{!pg:crtn.o%s}" diff --git a/gcc/config/i386/x-sco5 b/gcc/config/i386/x-sco5 index ada44eda382c..f81fc5ee389d 100644 --- a/gcc/config/i386/x-sco5 +++ b/gcc/config/i386/x-sco5 @@ -1,6 +1,6 @@ RANLIB = : RANLIB_TEST = false -CC = cc +CC = cc OLDCC = cc CCLIBFLAGS = CLIB = -lPW