diff options
author | Nick Clifton <nickc@redhat.com> | 2004-10-25 09:59:01 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-10-25 09:59:01 +0000 |
commit | d79b3d5057332a6e4181cab6e53d7371612c66a7 (patch) | |
tree | 7ba7e114e97af822f3dcb8c0e1aeee466e1c46ad /binutils/ChangeLog | |
parent | fc3d45e89ebe0b81e46d82e106db51921e8c2b74 (diff) | |
download | gdb-d79b3d5057332a6e4181cab6e53d7371612c66a7.zip gdb-d79b3d5057332a6e4181cab6e53d7371612c66a7.tar.gz gdb-d79b3d5057332a6e4181cab6e53d7371612c66a7.tar.bz2 |
PR 465
* readelf.c (dynamic_strings_length): New global variable.
(VALID_DYNAMIC_NAME, GET_DYNAMIC_NAME): New macros for accessing
strings in the dynamic string table.
(process_section_headers): Initialise dynamic_strings_length.
(process_dynamic_section): Likewise.
(process_object): Reset dynamic_string_length when the buffer is freed.
(dynamic_sections_mips_val): Use the new macros.
(process_dynamic_section): Likewise.
(process_version_sections): Likewise.
(process_symbol_table): Likewise.
(process_syminfo): Likewise.
(process_mips_specific): Likewise.
(dump_relocations): Add a new parameter 'strtablen' and use this to verify that
string offset in a given reloc is valid. Print a suitable error message
otherwise.
(process_relocs): Pass the new argument to dump_relocations.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 21df2f4..665e83f 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,23 @@ +2004-10-25 Nick Clifton <nickc@redhat.com> + + PR 465 + * readelf.c (dynamic_strings_length): New global variable. + (VALID_DYNAMIC_NAME, GET_DYNAMIC_NAME): New macros for accessing + strings in the dynamic string table. + (process_section_headers): Initialise dynamic_strings_length. + (process_dynamic_section): Likewise. + (process_object): Reset dynamic_string_length when the buffer is freed. + (dynamic_sections_mips_val): Use the new macros. + (process_dynamic_section): Likewise. + (process_version_sections): Likewise. + (process_symbol_table): Likewise. + (process_syminfo): Likewise. + (process_mips_specific): Likewise. + (dump_relocations): Add a new parameter 'strtablen' and use this + to verify that string offset in a given reloc is valid. Print a + suitable error message otherwise. + (process_relocs): Pass the new argument to dump_relocations. + 2004-10-23 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com> * dlltool.c: Include <assert.h>. |