diff options
author | Andreas Jaeger <aj@suse.de> | 2001-08-21 11:42:57 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-08-21 11:42:57 +0000 |
commit | 948f9114c9452486ff24644ca8b7828cdde06bee (patch) | |
tree | 3160a5a8d6b6bcc93ce4722d7e965845ab155983 /ld/ChangeLog | |
parent | c32144ff6becdde701335c5e42182163531a8611 (diff) | |
download | gdb-948f9114c9452486ff24644ca8b7828cdde06bee.zip gdb-948f9114c9452486ff24644ca8b7828cdde06bee.tar.gz gdb-948f9114c9452486ff24644ca8b7828cdde06bee.tar.bz2 |
* deffilep.y: Add missing prototypes.
* pe-dll.c: Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 4af9b07..93a5d5d 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2001-08-21 Andreas Jaeger <aj@suse.de> + + * deffilep.y: Add missing prototypes. + * pe-dll.c: Likewise. + 2001-08-20 Alan Modra <amodra@bigpond.net.au> * ldlang.c (insert_pad): Fix typos in last patch. @@ -66,7 +71,7 @@ * ldgram.y (saved_script_handle): Initialize to NULL. * ldmain.c (main): Change check on saved_script_handle. - + 2001-08-14 Alan Modra <amodra@bigpond.net.au> * emultempl/elf32.em: Formatting fixes. |