about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-05-26 20:58:06 +0200
committerThomas Schwinge <thomas@codesourcery.com>2013-08-29 12:22:17 +0200
commitc54290cf086940e3859b236d0fb880bacab2288b (patch)
tree66a48e6382f61753f8b35788689c105bd79ccc28 /ChangeLog
parent0007fc9bdd1d9efcd52d07837f2cd085b5a8f58b (diff)
downloadglibc-c54290cf086940e3859b236d0fb880bacab2288b.tar.gz
glibc-c54290cf086940e3859b236d0fb880bacab2288b.tar.xz
glibc-c54290cf086940e3859b236d0fb880bacab2288b.zip
Use ELFOSABI_GNU instead of ELFOSABI_LINUX.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c1625e87a..a45e2e2dbb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
 
+	* sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
+	(VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
+	instead of ELFOSABI_LINUX.
+
 	[BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
 
 	* stdlib/strtof_l.c (SET_MANTISSA): Rewrite.