diff options
author | Alan Modra <amodra@gmail.com> | 2004-01-12 05:34:16 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-01-12 05:34:16 +0000 |
commit | 818a27acd60601744a6bc7ba516376ee7ef8a938 (patch) | |
tree | 4f03a5e266495efdd7c13a1b4c303966dae65421 /bfd/ChangeLog | |
parent | ed6cce6d54dc798e3190685d91a710366e5bfb9d (diff) | |
download | gdb-818a27acd60601744a6bc7ba516376ee7ef8a938.zip gdb-818a27acd60601744a6bc7ba516376ee7ef8a938.tar.gz gdb-818a27acd60601744a6bc7ba516376ee7ef8a938.tar.bz2 |
* dwarf2.c: Convert to C90, remove unneeded casts and prototypes.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 623ac11..1fa352c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2004-01-12 Alan Modra <amodra@bigpond.net.au> + + * dwarf2.c: Convert to C90, remove unneeded casts and prototypes. + 2004-01-11 Kazu Hirata <kazu@cs.umass.edu> * elf32-h8300.c: Fix formatting. |