Check __ILP32__ instead of __LP64__
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 13 Apr 2012 23:24:17 +0000 (16:24 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 13 Apr 2012 23:24:17 +0000 (16:24 -0700)
* elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
* elf/tst-auditmod3b.c: Likewise.
* elf/tst-auditmod4b.c: Likewise.
* elf/tst-auditmod5b.c: Likewise.
* elf/tst-auditmod6b.c: Likewise.
* elf/tst-auditmod6c.c: Likewise.
* elf/tst-auditmod7b.c: Likewise.
* sysdeps/x86_64/ffsll.c (ffsl): Likewise.
* sysdeps/x86_64/preconfigure.in: Likewise.
* sysdeps/x86_64/preconfigure: Regenerated.

ChangeLog
elf/tst-auditmod1.c
elf/tst-auditmod3b.c
elf/tst-auditmod4b.c
elf/tst-auditmod5b.c
elf/tst-auditmod6b.c
elf/tst-auditmod6c.c
elf/tst-auditmod7b.c
sysdeps/x86_64/ffsll.c
sysdeps/x86_64/preconfigure
sysdeps/x86_64/preconfigure.in

index 718824d..77e60af 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
 
+       * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
+       * elf/tst-auditmod3b.c: Likewise.
+       * elf/tst-auditmod4b.c: Likewise.
+       * elf/tst-auditmod5b.c: Likewise.
+       * elf/tst-auditmod6b.c: Likewise.
+       * elf/tst-auditmod6c.c: Likewise.
+       * elf/tst-auditmod7b.c: Likewise.
+       * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
+       * sysdeps/x86_64/preconfigure.in: Likewise.
+       * sysdeps/x86_64/preconfigure: Regenerated.
+
+2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
+
        * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
        __ILP32__.
 
index 67fc758..108d6de 100644 (file)
@@ -109,7 +109,7 @@ la_symbind64 (Elf64_Sym *sym, unsigned int ndx, uintptr_t *refcook,
 # define La_retval La_i86_retval
 # define int_retval lrv_eax
 #elif defined __x86_64__
-# ifdef __LP64__
+# ifndef __ILP32__
 #  define pltenter la_x86_64_gnu_pltenter
 #  define pltexit la_x86_64_gnu_pltexit
 #  define La_regs La_x86_64_regs
index 921eaca..a9bb0e2 100644 (file)
@@ -105,7 +105,7 @@ la_symbind64 (Elf64_Sym *sym, unsigned int ndx, uintptr_t *refcook,
   return sym->st_value;
 }
 
-#ifdef __LP64__
+# ifndef __ILP32__
 # define pltenter la_x86_64_gnu_pltenter
 # define pltexit la_x86_64_gnu_pltexit
 # define La_regs La_x86_64_regs
index 75e8558..7778d6a 100644 (file)
@@ -94,7 +94,7 @@ la_symbind64 (Elf64_Sym *sym, unsigned int ndx, uintptr_t *refcook,
   return sym->st_value;
 }
 
-#ifdef __LP64__
+# ifndef __ILP32__
 # define pltenter la_x86_64_gnu_pltenter
 # define pltexit la_x86_64_gnu_pltexit
 # define La_regs La_x86_64_regs
index d2443c8..3a42215 100644 (file)
@@ -95,7 +95,7 @@ la_symbind64 (Elf64_Sym *sym, unsigned int ndx, uintptr_t *refcook,
   return sym->st_value;
 }
 
-#ifdef __LP64__
+# ifndef __ILP32__
 # define pltenter la_x86_64_gnu_pltenter
 # define pltexit la_x86_64_gnu_pltexit
 # define La_regs La_x86_64_regs
index b00dcd7..a9fe5dc 100644 (file)
@@ -94,7 +94,7 @@ la_symbind64 (Elf64_Sym *sym, unsigned int ndx, uintptr_t *refcook,
   return sym->st_value;
 }
 
-#ifdef __LP64__
+# ifndef __ILP32__
 # define pltenter la_x86_64_gnu_pltenter
 # define pltexit la_x86_64_gnu_pltexit
 # define La_regs La_x86_64_regs
index a78c913..9b1063b 100644 (file)
@@ -94,7 +94,7 @@ la_symbind64 (Elf64_Sym *sym, unsigned int ndx, uintptr_t *refcook,
   return sym->st_value;
 }
 
-#ifdef __LP64__
+# ifndef __ILP32__
 # define pltenter la_x86_64_gnu_pltenter
 # define pltexit la_x86_64_gnu_pltexit
 # define La_regs La_x86_64_regs
index d761149..1ae9e72 100644 (file)
@@ -94,7 +94,7 @@ la_symbind64 (Elf64_Sym *sym, unsigned int ndx, uintptr_t *refcook,
   return sym->st_value;
 }
 
-#ifdef __LP64__
+#ifndef __ILP32__
 # define pltenter la_x86_64_gnu_pltenter
 # define pltexit la_x86_64_gnu_pltexit
 # define La_regs La_x86_64_regs
index a7a5dc8..0c07dce 100644 (file)
@@ -36,7 +36,7 @@ ffsll (long long int x)
   return cnt + 1;
 }
 
-#ifdef __LP64__
+#ifndef __ILP32__
 #undef ffsl
 weak_alias (ffsll, ffsl)
 #endif
index 48ba6a1..ca9de75 100644 (file)
@@ -133,7 +133,7 @@ if ${libc_cv_x32+:} false; then :
 else
     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
-#ifdef __LP64__
+#ifndef __ILP32__
 # error not x32
 #endif
 int
index 1f049c7..600700e 100644 (file)
@@ -8,7 +8,7 @@ x86_64)
   AC_CACHE_CHECK(whether $CC compiles in -mx32 mode by default,
                 libc_cv_x32, [dnl
   AC_TRY_COMPILE(dnl
-[#ifdef __LP64__
+[#ifndef __ILP32__
 # error not x32
 #endif], [], libc_cv_x32=yes, libc_cv_x32=no)])
   if test $libc_cv_x32 = yes; then