aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJ. Kean Johnston <jkj@sco.com>1998-01-10 21:11:00 +0000
committerJeff Law <law@gcc.gnu.org>1998-01-10 14:11:00 -0700
commitef720b21fd6c767e3053a61f01d91fa7f1fc6410 (patch)
tree10ee945d9678af7a7097013d86f65b44738e43b8 /gcc
parentcde218471b65fe0d723e077a89c5ac8cbe6d57e9 (diff)
downloadgcc-ef720b21fd6c767e3053a61f01d91fa7f1fc6410.zip
gcc-ef720b21fd6c767e3053a61f01d91fa7f1fc6410.tar.gz
gcc-ef720b21fd6c767e3053a61f01d91fa7f1fc6410.tar.bz2
sco5.h (STARTFILE_SPEC, [...]): Correctly handle "-static".
* i386/sco5.h (STARTFILE_SPEC, ENDFILE_SPEC): Correctly handle "-static". From-SVN: r17318
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog7
-rw-r--r--gcc/config/i386/sco5.h7
2 files changed, 9 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e441214..fca573f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+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>
* i386.md: (movsicc_1, movhicc_1): For alternate 3 set the opcode
@@ -1217,7 +1222,7 @@ Sun Nov 16 23:52:48 1997 Jeffrey A Law (law@cygnus.com)
* cse.c (cse_insn): Don't look at JUMP_LABEL field of a conditionl
return.
(cse_end_of_basic_block): Similarly.
-
+
Sun Nov 16 23:01:40 1997 J. Kean Johnston <jkj@sco.com>
* i386/sco5.h (ASM_OUTPUT_ALIGNED_BSS): Define.
diff --git a/gcc/config/i386/sco5.h b/gcc/config/i386/sco5.h
index d2bb159..adc2317 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, 1997 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}"