diff options
author | Alan Modra <amodra@gmail.com> | 2000-02-29 05:53:53 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-02-29 05:53:53 +0000 |
commit | 40d109bfbc1e7666dedf73f61ef7592c8d272e42 (patch) | |
tree | 4d3959bccb1e77b9f4e343f7c7f2098377f02802 /ld/ChangeLog | |
parent | 244106e8631dd92999e566fb523e90a6fe901fd1 (diff) | |
download | gdb-40d109bfbc1e7666dedf73f61ef7592c8d272e42.zip gdb-40d109bfbc1e7666dedf73f61ef7592c8d272e42.tar.gz gdb-40d109bfbc1e7666dedf73f61ef7592c8d272e42.tar.bz2 |
GCC warning fix: Add missing NULL initialiser for find_potential_libraries.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 5d40919..dae6ea9 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +2000-02-29 Alan Modra <alan@spri.levels.unisa.edu.au> + + * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em, + beos.em, elf32.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 initialiser for + find_potential_libraries. + 2000-02-28 Jim Blandy <jimb@redhat.com> * ldgram.y (exclude_name_list): Don't require a comma to separate |