diff options
author | Alan Modra <amodra@gmail.com> | 2002-12-03 23:55:48 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-12-03 23:55:48 +0000 |
commit | c5c1944d0f5d9d27f48f54751e99ac8159967b21 (patch) | |
tree | 3101e3c7352de033551f170737f80511a2671181 /bfd/ChangeLog | |
parent | 2af579c444e59c2559329e1b48bb43a1f1ca2eff (diff) | |
download | gdb-c5c1944d0f5d9d27f48f54751e99ac8159967b21.zip gdb-c5c1944d0f5d9d27f48f54751e99ac8159967b21.tar.gz gdb-c5c1944d0f5d9d27f48f54751e99ac8159967b21.tar.bz2 |
* srec.c (srec_write_symbols): Restore '$' prefix to address
accidentally removed in 2002-04-04 change.
(srec_get_symtab): Use 0 instead of `(long) FALSE'.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c16c741..d711333 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2002-12-04 Alan Modra <amodra@bigpond.net.au> + + * srec.c (srec_write_symbols): Restore '$' prefix to address + accidentally removed in 2002-04-04 change. + (srec_get_symtab): Use 0 instead of `(long) FALSE'. + 2002-12-03 Nick Clifton <nickc@redhat.com> * elf32-ppc.c (apuinfo_list_init): New function. |