aboutsummaryrefslogtreecommitdiff
path: root/ld/ldm88k.sc
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/ldm88k.sc
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/ldm88k.sc')
-rwxr-xr-xld/ldm88k.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldm88k.sc b/ld/ldm88k.sc
index cc123c8..1e0203f 100755
--- a/ld/ldm88k.sc
+++ b/ld/ldm88k.sc
@@ -42,7 +42,7 @@ SECTIONS
.bss SIZEOF(.data) + ADDR(.data) :
{
*(.bss)
- [COMMON]
+ *(COMMON)
_end = .;
___end = .;
}