projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b1fddd
)
(JUMPTARGET): Use ## to avoid space before @PLT.
author
roland
<roland>
Sun, 23 Jul 1995 00:57:31 +0000
(
00:57
+0000)
committer
roland
<roland>
Sun, 23 Jul 1995 00:57:31 +0000
(
00:57
+0000)
sysdeps/unix/i386/sysdep.h
patch
|
blob
|
history
diff --git
a/sysdeps/unix/i386/sysdep.h
b/sysdeps/unix/i386/sysdep.h
index
4e4b6e6
..
46f2886
100644
(file)
--- a/
sysdeps/unix/i386/sysdep.h
+++ b/
sysdeps/unix/i386/sysdep.h
@@
-48,7
+48,7
@@
Cambridge, MA 02139, USA. */
jb JUMPTARGET(syscall_error)
#ifdef PIC
-#define JUMPTARGET(name) name@PLT
+#define JUMPTARGET(name) name
##
@PLT
#else
#define JUMPTARGET(name) name
#endif