diff options
-rw-r--r-- | libthreads/i386/csw.S | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libthreads/i386/csw.S b/libthreads/i386/csw.S index 5e4427b7..11479b65 100644 --- a/libthreads/i386/csw.S +++ b/libthreads/i386/csw.S @@ -26,6 +26,12 @@ /* * HISTORY * $Log: csw.S,v $ + * Revision 1.7 1996/10/24 19:30:10 thomas + * Mon Oct 21 22:05:48 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> + * + * * i386/csw.S (CALL_MCOUNT): New macro. + * (cproc_swtich, cproc_start_wait, cproc_prepare): Use CALL_MCOUNT. + * * Revision 1.6 1996/08/29 17:44:42 thomas * *** empty log message *** * @@ -67,6 +73,7 @@ * */ #define ELF +#define __ELF__ #include <mach/i386/asm.h> #ifdef PIC |