summaryrefslogtreecommitdiff
path: root/libthreads/i386
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1996-08-29 17:44:42 +0000
committerThomas Bushnell <thomas@gnu.org>1996-08-29 17:44:42 +0000
commit409adee2a6f70eab316757db78e7d6be2d415e59 (patch)
tree25d3cdbc7d3391ee9dc27fc8b9dab0cd40d5e839 /libthreads/i386
parent2a200b1800f811d65bb2436eb55caab6b61d6634 (diff)
*** empty log message ***
Diffstat (limited to 'libthreads/i386')
-rw-r--r--libthreads/i386/csw.S7
1 files changed, 6 insertions, 1 deletions
diff --git a/libthreads/i386/csw.S b/libthreads/i386/csw.S
index 0951c5cc..ea77b739 100644
--- a/libthreads/i386/csw.S
+++ b/libthreads/i386/csw.S
@@ -26,6 +26,10 @@
/*
* HISTORY
* $Log: csw.S,v $
+ * Revision 1.5 1995/10/04 20:55:28 roland
+ * (JUMPTARGET): New macro, versions for [PIC] and not.
+ * Use it in place of EXT.
+ *
* Revision 1.4 1995/10/04 20:22:17 roland
* [PIC] (EXT): Redefine to use PLT.
*
@@ -59,7 +63,8 @@
* [90/02/05 dbg]
*
*/
-#include <i386/asm.h>
+#define ELF
+#include <mach/i386/asm.h>
#ifdef PIC
#define JUMPTARGET(name) EXT(name##@PLT)