diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-06-30 17:01:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-06-30 17:01:43 +0000 |
commit | 0e508a6e4a0a80a4bcf625282d41f282c38757b3 (patch) | |
tree | 08573a3003879c8388833f67065dbd8d017306cf /ChangeLog | |
parent | 2f6773b574652038ce4455fffbfc5931725dbc13 (diff) | |
download | glibc-0e508a6e4a0a80a4bcf625282d41f282c38757b3.zip glibc-0e508a6e4a0a80a4bcf625282d41f282c38757b3.tar.gz glibc-0e508a6e4a0a80a4bcf625282d41f282c38757b3.tar.bz2 |
* elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
in PT_NOTE segments with multiple notes.
* elf/readelflib.c (process_elf_file): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-06-29 Jakub Jelinek <jakub@redhat.com> + + * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even + in PT_NOTE segments with multiple notes. + * elf/readelflib.c (process_elf_file): Likewise. + 2007-06-22 Ulrich Drepper <drepper@redhat.com> * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more |