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 | ef8c6116b3aa35e35955ea9847fa133e5a8bd02e (patch) | |
tree | 87327c2060c40ef1897d1739eb461e3f97b370ac /include/ChangeLog | |
parent | 6394f3595a42b0c61c40ec7fa5895b86297117c6 (diff) | |
download | newlib-ef8c6116b3aa35e35955ea9847fa133e5a8bd02e.zip newlib-ef8c6116b3aa35e35955ea9847fa133e5a8bd02e.tar.gz newlib-ef8c6116b3aa35e35955ea9847fa133e5a8bd02e.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 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 98edcd6..cae894a 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2002-07-10 Jakub Jelinek <jakub@redhat.com> + + * elf/common.h (SHT_GNU_LIBLIST, DT_GNU_PRELINKED, + DT_GNU_CONFLICT*, DT_GNU_LIBLIST*): Define. + 2002-07-01 Alan Modra <amodra@bigpond.net.au> * bfdlink.h (struct bfd_sym_chain): Declare. |