(expand_main_function): Put back accidentally
authorRichard Stallman <rms@gnu.org>
Tue, 28 Sep 1993 23:16:09 +0000 (23:16 +0000)
committerRichard Stallman <rms@gnu.org>
Tue, 28 Sep 1993 23:16:09 +0000 (23:16 +0000)
deleted previous change to use NAME__MAIN.

From-SVN: r5519

gcc/function.c

index f023d4fb7fe4b337b95cbc8c68aaaa8a10d27fef..455395bb6a218b30872be69942f7cfd0a3b0a1a6 100644 (file)
@@ -4544,7 +4544,7 @@ expand_main_function ()
       /* The zero below avoids a possible parse error */
       0;
 #if !defined (INIT_SECTION_ASM_OP) || defined (INVOKE__main)
-      emit_library_call (gen_rtx (SYMBOL_REF, Pmode, "__main"), 0,
+      emit_library_call (gen_rtx (SYMBOL_REF, Pmode, NAME__MAIN), 0,
                         VOIDmode, 0);
 #endif /* not INIT_SECTION_ASM_OP or INVOKE__main */
     }