diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-03-16 23:34:59 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-03-16 23:34:59 -0700 |
commit | d8c47894ca28d5c5cf396aa271c579d41f21c1d4 (patch) | |
tree | ff4bcc8ec078db8a07f812e8cd41ad74aa37db6a /ChangeLog | |
parent | 8ed9a2b18bc6d9bb2be89562fe1e14f9c3cf3346 (diff) | |
download | glibc-d8c47894ca28d5c5cf396aa271c579d41f21c1d4.tar.gz glibc-d8c47894ca28d5c5cf396aa271c579d41f21c1d4.tar.xz glibc-d8c47894ca28d5c5cf396aa271c579d41f21c1d4.zip |
Extended ELF ABI version handling only for Linux.
If the OSABI is generic we should not allow the ABI version to be nonzero. Move all the new functionality into Linux-specific files.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ed27976ad6..a8eba156a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ 2010-03-16 Ulrich Drepper <drepper@redhat.com> + * elf/dl-load.c (VALID_ELF_ABIVERSION): Add additional osabi parameter. + Not used here. + (open_verify): Modify for extended VALID_ELF_ABIVERSION macro + interface. + * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_ABIVERSION): Add + additional osabi parameter. Only acceept nonzero ABI versions if osabi + is Linux. + Fix includes. + (expected2): Don't explicitly initialize EI_ABIVERSION byte. + * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_ABIVERSION): Update definition to follow generic code. |