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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index f500821..e1d7a2d 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,16 @@ +Wed Jan 29 08:35:39 1992 Steve Chamberlain (sac at rtl.cygnus.com) + + * 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 + + Tue Jan 28 10:18:16 1992 Steve Chamberlain (sac at rtl.cygnus.com) * ldgram.y: map -M behave in the same way as -Map (sets file name |