(JB_SIZE): Undefine before including __longjmp-common.S again.
authorUlrich Drepper <drepper@redhat.com>
Thu, 11 Mar 2004 21:57:45 +0000 (21:57 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 11 Mar 2004 21:57:45 +0000 (21:57 +0000)
sysdeps/powerpc/powerpc32/__longjmp.S
sysdeps/powerpc/powerpc64/__longjmp.S

index 4218619..79c50de 100644 (file)
@@ -21,7 +21,7 @@
 #include <shlib-compat.h>
 
 #if defined NOT_IN_libc
-/* Build a nonversioned object for rtld-*.  */
+/* Build a non-versioned object for rtld-*.  */
 # include "__longjmp-common.S"
 
 #else /* !NOT_IN_libc */
@@ -32,6 +32,7 @@ default_symbol_version (__vmx__longjmp,__longjmp,GLIBC_2.3.4);
 
 # if defined SHARED && SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_3_4)
 #  define __NO_VMX__
+#  undef JB_SIZE
 symbol_version (__novmx__longjmp,__longjmp,GLIBC_2.0);
 #  undef __longjmp
 #  define __longjmp  __novmx__longjmp
index 88b6cfc..834ccb1 100644 (file)
@@ -22,7 +22,7 @@
 #include <shlib-compat.h>
 
 #if defined NOT_IN_libc
-/* Build a nonversioned object for rtld-*.  */
+/* Build a non-versioned object for rtld-*.  */
 # include "__longjmp-common.S"
 
 #else /* !NOT_IN_libc */
@@ -34,6 +34,7 @@ default_symbol_version (__vmx__longjmp,__longjmp,GLIBC_2.3.4)
 # if defined SHARED && SHLIB_COMPAT (libc, GLIBC_2_3, GLIBC_2_3_4)
 #  define __NO_VMX__
 #  undef __longjmp
+#  undef JB_SIZE
 symbol_version(__novmx__longjmp,__longjmp,GLIBC_2.3)
 #  define __longjmp  __novmx__longjmp
 #  include "__longjmp-common.S"