diff options
author | Nick Clifton <nickc@redhat.com> | 2002-04-16 10:18:14 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-04-16 10:18:14 +0000 |
commit | 3d8dbe36e24099f193601eb1ac52ab38ebb9f58e (patch) | |
tree | af3ed5372421512af442c16d4c4c0c8a3ea5a89c /bfd/ChangeLog | |
parent | ea91f8bb52c9214712e01a62e0276700c95ba4df (diff) | |
download | gdb-3d8dbe36e24099f193601eb1ac52ab38ebb9f58e.zip gdb-3d8dbe36e24099f193601eb1ac52ab38ebb9f58e.tar.gz gdb-3d8dbe36e24099f193601eb1ac52ab38ebb9f58e.tar.bz2 |
Fix test for records crossing a 64K boundary
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4894d77..d79145b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2002-04-16 Nick Clifton <nickc@cambridge.redhat.com> + + * ihex.c (ihex_write_object_contents): Fix check for records + crossing 64K boundaries. + 2002-04-16 Alan Modra <amodra@bigpond.net.au> * elf32-m32r.c (m32r_elf_add_symbol_hook): Check the hash table |