Commit ef720b21 by J. Kean Johnston Committed by Jeff Law

sco5.h (STARTFILE_SPEC, [...]): Correctly handle "-static".

        * i386/sco5.h (STARTFILE_SPEC, ENDFILE_SPEC): Correctly handle
        "-static".

From-SVN: r17318
parent cde21847
Sat Jan 10 22:11:39 1998 J. Kean Johnston <jkj@sco.com>
* i386/sco5.h (STARTFILE_SPEC, ENDFILE_SPEC): Correctly handle
"-static".
Sat Jan 10 22:04:15 1998 Stan Cox <scox@equinox.cygnus.com> Sat Jan 10 22:04:15 1998 Stan Cox <scox@equinox.cygnus.com>
* i386.md: (movsicc_1, movhicc_1): For alternate 3 set the opcode * i386.md: (movsicc_1, movhicc_1): For alternate 3 set the opcode
......
/* Definitions for Intel 386 running SCO Unix System V 3.2 Version 5. /* Definitions for Intel 386 running SCO Unix System V 3.2 Version 5.
Copyright (C) 1992, 1995, 1996, 1997 Free Software Foundation, Inc. Copyright (C) 1992, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
Contributed by Kean Johnston (hug@netcom.com) Contributed by Kean Johnston (hug@netcom.com)
This file is part of GNU CC. This file is part of GNU CC.
...@@ -829,12 +829,11 @@ dtors_section () \ ...@@ -829,12 +829,11 @@ dtors_section () \
%{!Xc:%{Xk:values-Xk.o%s} \ %{!Xc:%{Xk:values-Xk.o%s} \
%{!Xk:%{Xt:values-Xt.o%s} \ %{!Xk:%{Xt:values-Xt.o%s} \
%{!Xt:values-Xa.o%s}}}}}} \ %{!Xt:values-Xa.o%s}}}}}} \
%{mcoff:crtbeginS.o%s} \ %{mcoff:crtbeginS.o%s} %{!mcoff:crtbegin.o%s}"
%{!mcoff:%{!static:crtbegin.o%s}%{static:crtbeginS.o%s}}"
#undef ENDFILE_SPEC #undef ENDFILE_SPEC
#define ENDFILE_SPEC \ #define ENDFILE_SPEC \
"%{!mcoff:%{!static:crtend.o%s}%{static:crtendS.o%s}} \ "%{!mcoff:crtend.o%s} \
%{mcoff:crtendS.o%s} \ %{mcoff:crtendS.o%s} \
%{pg:gcrtn.o%s}%{!pg:crtn.o%s}" %{pg:gcrtn.o%s}%{!pg:crtn.o%s}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment