aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-01-15 11:03:44 -0800
committerUlrich Drepper <drepper@redhat.com>2010-01-15 11:03:44 -0800
commit635bc2a20f0070a8d30bc9a49598c3e2726a33b5 (patch)
tree845811f5b6df0876cbe7172a9bfd62420e1f0153 /ChangeLog
parent7760ccced8883571bc00b42ed29384381d1413a5 (diff)
downloadglibc-635bc2a20f0070a8d30bc9a49598c3e2726a33b5.tar
glibc-635bc2a20f0070a8d30bc9a49598c3e2726a33b5.tar.gz
glibc-635bc2a20f0070a8d30bc9a49598c3e2726a33b5.tar.bz2
glibc-635bc2a20f0070a8d30bc9a49598c3e2726a33b5.zip
Fix _XOPEN_SOURCE_EXTENDED handling.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index dbfd8646ef..da22f28c35 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,19 @@
-2010-01-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
+2010-01-15 Ulrich Drepper <drepper@redhat.com>
+
+ * include/features.h: _XOPEN_SOURCE_EXTENDED is not defined to be
+ used without _XOPEN_SOURCE. Don't base any decisions on this macro
+ if _XOPEN_SOURCE is not defined as well.
+
+2010-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
+
+ * sysdeps/s390/s390-32/elf/start.S (_start): Added check for the
+ high gprs kernel facility.
+ * sysdeps/s390/s390-32/dl-machine.h (elf_machine_matches_host):
+ Added high gprs check for DSOs.
+ * elf/elf.h (EF_S390_HIGH_GPRS): Added macro definition for the
+ new elf header flag.
+
+XS2010-01-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* elf/dl-sysdep.c (_dl_sysdep_start): Added the auxv parameter to
dl_main.