summaryrefslogtreecommitdiff
path: root/cgcode.c
diff options
context:
space:
mode:
authorJohn van Groningen2003-10-03 12:30:11 +0000
committerJohn van Groningen2003-10-03 12:30:11 +0000
commit4a0fa53885a7ea13283c4007c157b404b556dc5f (patch)
tree921f28935388cfeeccca5b21effaac703969cc53 /cgcode.c
parentadd #define FUNCTION_LEVEL_LINKING (diff)
generate more data modules if FUNCTION_LEVEL_LINKING macro is defined
Diffstat (limited to 'cgcode.c')
-rw-r--r--cgcode.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/cgcode.c b/cgcode.c
index 4c61112..e7c0d5d 100644
--- a/cgcode.c
+++ b/cgcode.c
@@ -6922,7 +6922,7 @@ void code_caf (char *label_name,int a_stack_size,int b_stack_size)
if (assembly_flag)
w_as_new_module (2);
#endif
-#if defined (G_POWER) || defined (_WINDOWS_)
+#ifdef FUNCTION_LEVEL_LINKING
as_new_data_module();
if (assembly_flag)
w_as_new_data_module();
@@ -7165,7 +7165,7 @@ static void code_descriptor (char label_name[],char node_entry_label_name[],char
if (assembly_flag)
w_as_new_module (0);
#endif
-#if defined (G_POWER) || defined (_WINDOWS_)
+#ifdef FUNCTION_LEVEL_LINKING
as_new_data_module();
if (assembly_flag)
w_as_new_data_module();
@@ -7433,7 +7433,7 @@ void code_record (char record_label_name[],char type[],int a_size,int b_size,cha
if (assembly_flag)
w_as_new_module (0);
#endif
-#if defined (G_POWER) || defined (_WINDOWS_)
+#ifdef FUNCTION_LEVEL_LINKING
as_new_data_module();
if (assembly_flag)
w_as_new_data_module();
@@ -7683,7 +7683,7 @@ void code_pb (char string[],int string_length)
}
#endif
-# if defined (G_POWER) || defined (_WINDOWS_)
+# ifdef FUNCTION_LEVEL_LINKING
as_new_data_module();
if (assembly_flag)
w_as_new_data_module();
@@ -7733,7 +7733,7 @@ void write_profile_table (void)
struct profile_table *profile_table_entry;
int string_length_4;
-# if defined (G_POWER) || defined (_WINDOWS_)
+# ifdef FUNCTION_LEVEL_LINKING
as_new_data_module();
if (assembly_flag)
w_as_new_data_module();
@@ -7844,7 +7844,7 @@ static LABEL *code_string_or_module (char label_name[],char string[],int string_
if (assembly_flag)
w_as_new_module (0);
#endif
-#if defined (G_POWER) || defined (_WINDOWS_)
+#ifdef FUNCTION_LEVEL_LINKING
as_new_data_module();
if (assembly_flag)
w_as_new_data_module();