aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-01-09 20:30:21 +0000
committerUlrich Drepper <drepper@redhat.com>2003-01-09 20:30:21 +0000
commit29d9a17dba956f7d14eb0dd15f71751fd6da02ce (patch)
tree32f075141fb061c520bb74617412fa4c538b8c9d /sysdeps/x86_64
parent8f6a393ea595c6b3673d03acf05ae5adc3836fce (diff)
downloadglibc-29d9a17dba956f7d14eb0dd15f71751fd6da02ce.zip
glibc-29d9a17dba956f7d14eb0dd15f71751fd6da02ce.tar.gz
glibc-29d9a17dba956f7d14eb0dd15f71751fd6da02ce.tar.bz2
Update.
2003-01-09 Jakub Jelinek <jakub@redhat.com> * posix/test-vfork.c (noop): Add __attribute_noinline__. * sysdeps/generic/sysdep.h (JUMPTARGET): Define if not defined. * sysdeps/i386/sysdep.h (JUMPTARGET): Undefine JUMPTARGET before defining it. * sysdeps/powerpc/powerpc32/sysdep.h (JUMPTARGET): Likewise. * sysdeps/powerpc/powerpc64/sysdep.h (JUMPTARGET): Likewise. * sysdeps/s390/s390-32/sysdep.h (JUMPTARGET): Likewise. * sysdeps/s390/s390-64/sysdep.h (JUMPTARGET): Likewise. * sysdeps/x86_64/sysdep.h (JUMPTARGET): Likewise.
Diffstat (limited to 'sysdeps/x86_64')
-rw-r--r--sysdeps/x86_64/sysdep.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/x86_64/sysdep.h b/sysdeps/x86_64/sysdep.h
index 1aa60fe..99b7e56 100644
--- a/sysdeps/x86_64/sysdep.h
+++ b/sysdeps/x86_64/sysdep.h
@@ -1,5 +1,5 @@
/* Assembler macros for x86-64.
- Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+ Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -86,6 +86,7 @@ lose: \
#define PSEUDO_END(name) \
END (name)
+#undef JUMPTARGET
#ifdef PIC
#define JUMPTARGET(name) name##@PLT
#else