diff options
author | Steve Chamberlain <sac@cygnus> | 1993-01-08 22:42:42 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1993-01-08 22:42:42 +0000 |
commit | dadd414a8917bf3d2e813d7ff0706fa7aaa8958c (patch) | |
tree | 968784951f9941e3a8e160bd3a33269ccea5fb06 /ld/ChangeLog | |
parent | c1d53021aecaa2fcb8421ee90b508b635aed1802 (diff) | |
download | gdb-dadd414a8917bf3d2e813d7ff0706fa7aaa8958c.zip gdb-dadd414a8917bf3d2e813d7ff0706fa7aaa8958c.tar.gz gdb-dadd414a8917bf3d2e813d7ff0706fa7aaa8958c.tar.bz2 |
Fix support for NOLOAD, add INCLUDE
* ldfile.c (ldfile_open_command_file): pass file name to
lex_push_file.
* ldlex.l, ldgram.y: tidy up, parse INCLUDE and NOLOAD
* ldlang.c (wild_doit): make output sections inherit NEVER_LOAD
attribute.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index c4e7168..8061e99 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,21 @@ +Fri Jan 8 14:39:07 1993 Steve Chamberlain (sac@thepub.cygnus.com) + + Fix support for NOLOAD, add INCLUDE + * ldfile.c (ldfile_open_command_file): pass file name to + lex_push_file. + * ldlex.l, ldgram.y: tidy up, parse INCLUDE and NOLOAD + * ldlang.c (wild_doit): make output sections inherit NEVER_LOAD + attribute. + +Thu Jan 7 10:22:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) + + * Makefile.in, config.h: no more default emulation. Make the lack + of emulation a compile time error + +Wed Jan 6 01:08:37 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) + + * configure.in: recognise all sparclite variants, not just 'sparclite' + Mon Dec 28 11:15:35 1992 Ian Lance Taylor (ian@cygnus.com) * m68kcoff.sc-sh: define _end as well as end, for consistency with |