diff options
author | Nick Clifton <nickc@redhat.com> | 2002-11-14 14:38:39 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-11-14 14:38:39 +0000 |
commit | 2f62977e683fd566b7060848e0857e74f501def6 (patch) | |
tree | 21bdaf435fc49ef53bb7b133be5f0dc4675ee130 /binutils/ChangeLog | |
parent | 51908eee4e7c08a3349047c7b554865c1d8efa10 (diff) | |
download | gdb-2f62977e683fd566b7060848e0857e74f501def6.zip gdb-2f62977e683fd566b7060848e0857e74f501def6.tar.gz gdb-2f62977e683fd566b7060848e0857e74f501def6.tar.bz2 |
Handle binaries with corrupt section or segment headers
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 6ceb184..bbf1d61 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,11 @@ +2002-11-14 Nick Clifton <nickc@redhat.com> + + * readelf.c (process_program_headers): Add comment about return + value. Ensure that 0 is returned if the headers are not loaded. + (process_file): If process_section_headers failed to load the + headers disable any tests that rely upon them. Similarly for + process_program_headers. + 2002-11-12 Nick Clifton <nickc@redhat.com> * po/da.po: Updated Danish translation. |