diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-05-26 20:59:55 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-08-29 12:22:18 +0200 |
commit | d821f07c9e9575b47df87cc38f26c31e09b3ce0d (patch) | |
tree | 4b7b71793a6017324dbbe868cbb906bb27cfb6ef /ChangeLog | |
parent | c54290cf086940e3859b236d0fb880bacab2288b (diff) | |
download | glibc-d821f07c9e9575b47df87cc38f26c31e09b3ce0d.tar glibc-d821f07c9e9575b47df87cc38f26c31e09b3ce0d.tar.gz glibc-d821f07c9e9575b47df87cc38f26c31e09b3ce0d.tar.bz2 glibc-d821f07c9e9575b47df87cc38f26c31e09b3ce0d.zip |
Support ELFOSABI_GNU on all GNU systems.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2013-08-29 Thomas Schwinge <thomas@codesourcery.com> + * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER) + (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): + Move macros to... + * sysdeps/gnu/ldsodefs.h: ... this new file. + * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI) (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU instead of ELFOSABI_LINUX. |