diff options
Diffstat (limited to 'cgcode.c')
-rw-r--r-- | cgcode.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5844,7 +5844,7 @@ void code_pushLc (char *c_function_name) INSTRUCTION_GRAPH graph_1; LABEL *label; -#if (defined (sparc) && !defined (SOLARIS)) || ((defined (I486) || defined (ARM)) && !defined (G_AI64) && !defined (LINUX_ELF)) || (defined (G_POWER) && !defined (LINUX_ELF)) || defined (MACH_O) || defined (MACH_O64) +#if (defined (sparc) && !defined (SOLARIS)) || (defined (I486) && !defined (G_AI64) && !defined (LINUX_ELF)) || (defined (G_POWER) && !defined (LINUX_ELF)) || defined (MACH_O) || defined (MACH_O64) char label_name [202]; # if defined (G_POWER) && !defined (MACH_O) @@ -10127,7 +10127,7 @@ void code_start (char *label_name) return; code_o (0,0,e_vector); -#if defined (SOLARIS) || defined (LINUX_ELF) || defined (MACH_O64) +#if defined (SOLARIS) || defined (LINUX_ELF) || defined (MACH_O64) || defined (ARM) code_label ("__start"); code_export ("__start"); #else |