diff options
author | Nick Clifton <nickc@redhat.com> | 2007-11-21 11:58:00 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-11-21 11:58:00 +0000 |
commit | 031cd65fb243f8dc3bddfa4a4862a710ff1afde7 (patch) | |
tree | f966063f5720e61cda02144ed1c8bd31d3d33da2 /binutils/ChangeLog | |
parent | 123680036c40f8ed10bbdf9da800e71b48b3a4fc (diff) | |
download | gdb-031cd65fb243f8dc3bddfa4a4862a710ff1afde7.zip gdb-031cd65fb243f8dc3bddfa4a4862a710ff1afde7.tar.gz gdb-031cd65fb243f8dc3bddfa4a4862a710ff1afde7.tar.bz2 |
* dwarf.c (display_debug_loc): Issue a warning if there are bytes at the end
of the .debug_loc section which are not referenced by any attribute in the
.debug_info section.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 2747fbc..9b880a8 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2007-11-20 Nick Clifton <nickc@redhat.com> + + * dwarf.c (display_debug_loc): Issue a warning if there are bytes + at the end of the .debug_loc section which are not referenced by + any attribute in the .debug_info section. + 2007-11-19 Nick Clifton <nickc@redhat.com> * readelf.c (is_32bit_abs_reloc): Add support for NIOS relocs. |