diff options
author | Roland McGrath <roland@gnu.org> | 1995-10-04 20:22:17 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-10-04 20:22:17 +0000 |
commit | e606fa8daa03573a2bc54a3a7ad6af0dde72692a (patch) | |
tree | a65517fcef4ba161f654ba3e429bc863910f3822 /libthreads/i386 | |
parent | 096bb11e5848b06642a42a747c9c1b3d14b5df5f (diff) |
[PIC] (EXT): Redefine to use PLT.
Diffstat (limited to 'libthreads/i386')
-rw-r--r-- | libthreads/i386/csw.S | 8 |
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. * |