diff options
author | Steve Chamberlain <sac@cygnus> | 1992-01-29 16:43:16 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-01-29 16:43:16 +0000 |
commit | cbbdbb9f2933a0d6d64faeaa72e6e75b3fa720a3 (patch) | |
tree | 9b693a141b18c7ea2ebad591a6ec8d2020f3e399 /ld/ldgld960.sc | |
parent | 4cc027e126e19853730d7bfefac948e4ff8bdc91 (diff) | |
download | gdb-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/ldgld960.sc')
-rwxr-xr-x | ld/ldgld960.sc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldgld960.sc b/ld/ldgld960.sc index 1c40a73..449d3fa 100755 --- a/ld/ldgld960.sc +++ b/ld/ldgld960.sc @@ -17,7 +17,7 @@ SECTIONS { _bss_start = .; *(.bss) - [COMMON] + *(COMMON) _end = . ; } } |