summaryrefslogtreecommitdiff
path: root/gnu/egcs
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>1999-06-17 21:18:42 +0000
committerMarc Espie <espie@cvs.openbsd.org>1999-06-17 21:18:42 +0000
commit971f23519692da632e747cdefcc8823f4da843cc (patch)
tree9d009810bcadb1e383d235448969dc867f1504c6 /gnu/egcs
parentfa7dea69bcc96cafd6257b024a14b2ddd3cc0e33 (diff)
Update to 990608 snapshot.
Highlights: - official fix for an alpha bug, - cpp changes semantic slightly, - valarray in libstdc++.
Diffstat (limited to 'gnu/egcs')
-rw-r--r--gnu/egcs/gcc/config/m68k/x-mot33008
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/egcs/gcc/config/m68k/x-mot3300 b/gnu/egcs/gcc/config/m68k/x-mot3300
index 3d7e3c315a9..1ebf0c3e4b4 100644
--- a/gnu/egcs/gcc/config/m68k/x-mot3300
+++ b/gnu/egcs/gcc/config/m68k/x-mot3300
@@ -5,11 +5,13 @@ ALLOCA=alloca.o
# Since ss-950318, with jump optimization enabled, "as" issues a warning
# when assembling combine.s :
# aline nnnnn : Warning: Table overflow: some optimizations lost (SDIs)
-# but later "ld" complains with
+# but later "/bin/ld" complains with
# ld: relocation entry found for non-relocatable symbol in combine.o
# and the produced "cc1" fails with SIGSEGV
+# and "/usr/local/bin/ld" merely fails with
+# collect2: ld terminated with signal 11, core dumped
# Another possible fix would be to split combine.c.
# Since ss-961013, the same happens for expr.c compiled by gcc, but not by cc;
# and for cp/decl.c; aren't those files too big ?
-# With egcs-970910, this also happens for f/expr.o and f/stb.o
-XCFLAGS=`case $@ in combine.o|expr.o|decl.o|f/expr.o|f/stb.o) echo -Wa,-j;;esac`
+# With egcs-1.1.2, this also happens for f/expr.o and f/stb.o
+XCFLAGS=`case $@ in combine.o|expr.o|decl.o|stb.o) echo -Wa,-j;;esac`