aboutsummaryrefslogtreecommitdiff
path: root/ld/config
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1992-01-29 16:43:16 +0000
committerSteve Chamberlain <sac@cygnus>1992-01-29 16:43:16 +0000
commitcbbdbb9f2933a0d6d64faeaa72e6e75b3fa720a3 (patch)
tree9b693a141b18c7ea2ebad591a6ec8d2020f3e399 /ld/config
parent4cc027e126e19853730d7bfefac948e4ff8bdc91 (diff)
downloadgdb-cbbdbb9f2933a0d6d64faeaa72e6e75b3fa720a3.zip
gdb-cbbdbb9f2933a0d6d64faeaa72e6e75b3fa720a3.tar.gz
gdb-cbbdbb9f2933a0d6d64faeaa72e6e75b3fa720a3.tar.bz2
* config/mh-sparc.h: now uses libgcc.a
* ldmain.c: quit using exit * *.sc: use *(COMMON) rather than [COMMON] * ldlex.l, lexsup.c: much thinking moved from .l and put into .c, to allow preprocessing of .l file. * Makefile.in: New ldlex.l mangling * ldexp.c (fold_binary): perform expressions with % and / in integer. * ldfile.c (open_a): open archives on VMS in a special way * lderror.c: forgot to check in from a long while ago
Diffstat (limited to 'ld/config')
-rwxr-xr-xld/config/sparc.mh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/config/sparc.mh b/ld/config/sparc.mh
index 7e4094d..b44661b 100755
--- a/ld/config/sparc.mh
+++ b/ld/config/sparc.mh
@@ -2,6 +2,6 @@ YACC=yacc -tvd
#CC=gcc -Wall -ansi
#stuff for self hosting
HOSTING_CRT0=/lib/crt0.o
-HOSTING_LIBS=/usr/latest/lib/gcc/sun4/libgnu.a -lc
+HOSTING_LIBS=/usr/latest/lib/gcc/sun4/libgcc.a -lc
HOSTING_EMU=LDEMULATION=gld; export LDEMULATION