summaryrefslogtreecommitdiff
path: root/libthreads
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1997-04-04 01:31:16 +0000
committerThomas Bushnell <thomas@gnu.org>1997-04-04 01:31:16 +0000
commite705ab9318be4e9a4c049246ff3e07006295a4f0 (patch)
tree43ded10e5d22a19b110a725f4ec9001cc47957e6 /libthreads
parent188fc5f11eb6ba1357ccf00bf93496ad3e257aeb (diff)
Thu Apr 3 20:29:27 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* i386/csw.S: Define __ELF__ too.
Diffstat (limited to 'libthreads')
-rw-r--r--libthreads/i386/csw.S7
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