diff options
Diffstat (limited to 'sysdeps/s390/s390-64/sysdep.h')
-rw-r--r-- | sysdeps/s390/s390-64/sysdep.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/s390/s390-64/sysdep.h b/sysdeps/s390/s390-64/sysdep.h index 7cf745bdf9..430cee30f8 100644 --- a/sysdeps/s390/s390-64/sysdep.h +++ b/sysdeps/s390/s390-64/sysdep.h @@ -1,5 +1,5 @@ /* Assembler macros for 64 bit S/390. - Copyright (C) 2001 Free Software Foundation, Inc. + Copyright (C) 2001, 2003 Free Software Foundation, Inc. Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of the GNU C Library. @@ -92,6 +92,7 @@ lose: SYSCALL_PIC_SETUP \ #define PSEUDO_END(name) \ END (name) +#undef JUMPTARGET #ifdef PIC #define JUMPTARGET(name) \ brasl name##@PLT |