From e606fa8daa03573a2bc54a3a7ad6af0dde72692a Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 4 Oct 1995 20:22:17 +0000 Subject: [PIC] (EXT): Redefine to use PLT. --- libthreads/i386/csw.S | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libthreads/i386/csw.S') 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 +#ifdef PIC +#undef EXT +#define EXT(name) name@PLT +#endif + /* * Suspend the current thread and resume the next one. * -- cgit v1.2.3