From: Ulrich Drepper Date: Wed, 15 Oct 2003 05:31:42 +0000 (+0000) Subject: Undef JUMPTARGET before use. X-Git-Tag: upstream/2.30~10627^2~1268 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aca984867e7770eeddacc9f1425fcda4d5d6444e;p=external%2Fglibc.git Undef JUMPTARGET before use. --- diff --git a/sysdeps/hppa/sysdep.h b/sysdeps/hppa/sysdep.h index 1f47fad..be36567 100644 --- a/sysdeps/hppa/sysdep.h +++ b/sysdeps/hppa/sysdep.h @@ -1,5 +1,5 @@ /* Assembler macros for HP/PA. - Copyright (C) 1999 Free Software Foundation, Inc. + Copyright (C) 1999, 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper, , August 1999. @@ -70,6 +70,7 @@ #define PSEUDO_END(name) \ END (name) +#undef JUMPTARGET #define JUMPTARGET(name) name #define SYSCALL_PIC_SETUP /* Nothing. */