]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Set arch_minimum_kernel to 3.4.0 for x32
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 13 Nov 2013 13:43:58 +0000 (05:43 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 13 Nov 2013 13:43:58 +0000 (05:43 -0800)
x32 ABI support was added in Linux kernel 3.4.0.

ChangeLog
NEWS
sysdeps/unix/sysv/linux/configure
sysdeps/unix/sysv/linux/configure.ac

index c05a9c6143c51d75e98cc5acff0f3986593316ae..ac8fe51230dad907225c3d3437002d16fd1f6a53 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
+
+       [BZ #15997]
+       * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
+       to 3.4.0 for x32.
+       * sysdeps/unix/sysv/linux/configure: Regenerated.
+
 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
 
        [BZ #16151]
diff --git a/NEWS b/NEWS
index c6ec27274a7ab51a71f3cfabe80dcca89388c365..c338d398bdae8e5d004c42102d1c8f691745e460 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -16,9 +16,9 @@ Version 2.19
   15735, 15736, 15748, 15749, 15754, 15760, 15763, 15764, 15797, 15799,
   15825, 15844, 15847, 15849, 15855, 15856, 15857, 15859, 15867, 15886,
   15887, 15890, 15892, 15893, 15895, 15897, 15905, 15909, 15917, 15919,
-  15921, 15923, 15939, 15948, 15963, 15966, 15985, 15988, 16032, 16034,
-  16036, 16037, 16041, 16071, 16072, 16074, 16078, 16112, 16150, 16151,
-  16153.
+  15921, 15923, 15939, 15948, 15963, 15966, 15985, 15988, 15997, 16032,
+  16034, 16036, 16037, 16041, 16071, 16072, 16074, 16078, 16112, 16150,
+  16151, 16153.
 
 * CVE-2012-4412 The strcoll implementation caches indices and rules for
   large collation sequences to optimize multiple passes.  This cache
index 84dfbb87df8f49097e3b3cb0e3f755b64a754be5..643da86efad825de678f45bc5f2a4524595c01f5 100644 (file)
@@ -187,6 +187,9 @@ case "$machine" in
     libc_cv_gcc_unwind_find_fde=yes
     arch_minimum_kernel=2.6.16
     ;;
+  x86_64/x32)
+    arch_minimum_kernel=3.4.0
+    ;;
   powerpc/powerpc32*)
     libc_cv_gcc_unwind_find_fde=yes
     arch_minimum_kernel=2.6.16
index 5e5902d8efa98e18cb6cc852b903125dbe53e796..1be921f65e4fc2d25b93c9d5d656873ad5928a6c 100644 (file)
@@ -43,6 +43,9 @@ case "$machine" in
     libc_cv_gcc_unwind_find_fde=yes
     arch_minimum_kernel=2.6.16
     ;;
+  x86_64/x32)
+    arch_minimum_kernel=3.4.0
+    ;;
   powerpc/powerpc32*)
     libc_cv_gcc_unwind_find_fde=yes
     arch_minimum_kernel=2.6.16