From 409adee2a6f70eab316757db78e7d6be2d415e59 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Thu, 29 Aug 1996 17:44:42 +0000 Subject: *** empty log message *** --- libthreads/i386/csw.S | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'libthreads/i386') 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 +#define ELF +#include #ifdef PIC #define JUMPTARGET(name) EXT(name##@PLT) -- cgit v1.2.3