diff options
author | Alan Modra <amodra@gmail.com> | 2000-01-22 23:22:18 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-01-22 23:22:18 +0000 |
commit | e1c47aa42d359b3b54ecf3b9eb7eed8b81852302 (patch) | |
tree | 1ac70225758fbbbf8a770bc36c1c5bbc588a2af5 /ld/ChangeLog | |
parent | dfad2e408fb7e2c59baeabe60090fe182fb090dc (diff) | |
download | gdb-e1c47aa42d359b3b54ecf3b9eb7eed8b81852302.zip gdb-e1c47aa42d359b3b54ecf3b9eb7eed8b81852302.tar.gz gdb-e1c47aa42d359b3b54ecf3b9eb7eed8b81852302.tar.bz2 |
To satisfy latest CVS gcc:
* emultempl/*.em (ld_emulation_xfer_struct): Add missing NULL
initialisers, and comments.
* testsuite/ld-srec/sr3.cc (__rethrow): New.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index f14b82b..45b8f9f 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,12 @@ +2000-01-23 Alan Modra <alan@spri.levels.unisa.edu.au> + + * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em, + generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em, + mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct): + Add missing NULL initialisers, and comments. + + * testsuite/ld-srec/sr3.cc (__rethrow): New. + 2000-01-21 Nick Clifton <nickc@cygnus.com> * ldlang.c (lang_size_sections): Fix typo in comment. |