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:
32841f4
)
(JUMPTARGET): Use ## to avoid space before @PLT.
author
roland
<roland>
Sun, 23 Jul 1995 00:56:53 +0000
(
00:56
+0000)
committer
roland
<roland>
Sun, 23 Jul 1995 00:56:53 +0000
(
00:56
+0000)
sysdeps/mach/i386/sysdep.h
patch
|
blob
|
history
diff --git
a/sysdeps/mach/i386/sysdep.h
b/sysdeps/mach/i386/sysdep.h
index
112d787
..
f467fef
100644
(file)
--- a/
sysdeps/mach/i386/sysdep.h
+++ b/
sysdeps/mach/i386/sysdep.h
@@
-53,7
+53,7
@@
Cambridge, MA 02139, USA. */
#ifdef PIC
-#define JUMPTARGET(name) name@PLT
+#define JUMPTARGET(name) name
##
@PLT
#else
#define JUMPTARGET(name) name
#endif