summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn van Groningen2003-10-03 12:24:49 +0000
committerJohn van Groningen2003-10-03 12:24:49 +0000
commit4468a45f58c74da24c171a8002fcda1e21a06b62 (patch)
treef5353dc943ed3996c8a5b784367a166dce3cc321
parent#define FMADD only for PowerPC (diff)
add #define FUNCTION_LEVEL_LINKING
-rw-r--r--cgcode.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cgcode.h b/cgcode.h
index 7b329e8..09f8685 100644
--- a/cgcode.h
+++ b/cgcode.h
@@ -1,4 +1,8 @@
+#if defined (G_POWER) || defined (_WINDOWS_) || defined (LINUX_ELF)
+# define FUNCTION_LEVEL_LINKING
+#endif
+
#define g_fhighlow(gh,gl,gf) \
(gh)=g_instruction_2 (GFHIGH,(gf),NULL); \
(gl)=g_instruction_2 (GFLOW,(gf),(gh)); \