Skip to content

Commit

Permalink
(JB_SIZE): Undefine before including __longjmp-common.S again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Mar 11, 2004
1 parent 9852f6d commit 2e56087
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion sysdeps/powerpc/powerpc32/__longjmp.S
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include <shlib-compat.h>

#if defined NOT_IN_libc
/* Build a none versioned object for rtld-*. */
/* Build a non-versioned object for rtld-*. */
# include "__longjmp-common.S"

#else /* !NOT_IN_libc */
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion sysdeps/powerpc/powerpc64/__longjmp.S
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include <shlib-compat.h>

#if defined NOT_IN_libc
/* Build a none versioned object for rtld-*. */
/* Build a non-versioned object for rtld-*. */
# include "__longjmp-common.S"

#else /* !NOT_IN_libc */
Expand All @@ -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"
Expand Down

0 comments on commit 2e56087

Please sign in to comment.