summaryrefslogtreecommitdiff
path: root/libthreads
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-10-04 20:22:17 +0000
committerRoland McGrath <roland@gnu.org>1995-10-04 20:22:17 +0000
commite606fa8daa03573a2bc54a3a7ad6af0dde72692a (patch)
treea65517fcef4ba161f654ba3e429bc863910f3822 /libthreads
parent096bb11e5848b06642a42a747c9c1b3d14b5df5f (diff)
[PIC] (EXT): Redefine to use PLT.
Diffstat (limited to 'libthreads')
-rw-r--r--libthreads/i386/csw.S8
1 files changed, 8 insertions, 0 deletions
diff --git a/libthreads/i386/csw.S b/libthreads/i386/csw.S
index f067477a..51193798 100644
--- a/libthreads/i386/csw.S
+++ b/libthreads/i386/csw.S
@@ -26,6 +26,9 @@
/*
* HISTORY
* $Log: csw.S,v $
+ * Revision 1.3 1995/05/12 18:35:55 roland
+ * Use EXT macro instead of explicit underscores.
+ *
# Revision 1.2 1994/05/04 19:01:50 mib
# entered into RCS
#
@@ -55,6 +58,11 @@
*/
#include <i386/asm.h>
+#ifdef PIC
+#undef EXT
+#define EXT(name) name@PLT
+#endif
+
/*
* Suspend the current thread and resume the next one.
*