diff options
author | Jakub Jelinek <jakub@redhat.com> | 2002-07-10 15:28:34 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2002-07-10 15:28:34 +0000 |
commit | 047b22647dfced6489ef773f7f10aad0a511a195 (patch) | |
tree | afe8280f4e649ab0a30353dceda5fe0333ac0652 /binutils/ChangeLog | |
parent | f5e87a1da3ab703c1fd1897952c7e128e932aeda (diff) | |
download | gdb-047b22647dfced6489ef773f7f10aad0a511a195.zip gdb-047b22647dfced6489ef773f7f10aad0a511a195.tar.gz gdb-047b22647dfced6489ef773f7f10aad0a511a195.tar.bz2 |
* readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
(get_section_type_name): Handle SHT_GNU_LIBLIST.
(process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
(process_gnu_liblist): New.
(process_file): Call it.
* elf/common.h (SHT_GNU_LIBLIST, DT_GNU_PRELINKED,
DT_GNU_CONFLICT*, DT_GNU_LIBLIST*): Define.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 1133a82..30c9e21 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,13 @@ +2002-07-10 Jakub Jelinek <jakub@redhat.com> + + * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED, + DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*. + (get_section_type_name): Handle SHT_GNU_LIBLIST. + (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ, + DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED. + (process_gnu_liblist): New. + (process_file): Call it. + 2002-07-03 Alan Modra <amodra@bigpond.net.au> * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change. |