From e705ab9318be4e9a4c049246ff3e07006295a4f0 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Fri, 4 Apr 1997 01:31:16 +0000 Subject: Thu Apr 3 20:29:27 1997 Thomas Bushnell, n/BSG * i386/csw.S: Define __ELF__ too. --- libthreads/i386/csw.S | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libthreads') 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 + * + * * 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 #ifdef PIC -- cgit v1.2.3