Commit ae0d8288 by Richard Stallman

(expand_main_function): Put back accidentally

deleted previous change to use NAME__MAIN.

From-SVN: r5519
parent bd90e97e
...@@ -4544,7 +4544,7 @@ expand_main_function () ...@@ -4544,7 +4544,7 @@ expand_main_function ()
/* The zero below avoids a possible parse error */ /* The zero below avoids a possible parse error */
0; 0;
#if !defined (INIT_SECTION_ASM_OP) || defined (INVOKE__main) #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); VOIDmode, 0);
#endif /* not INIT_SECTION_ASM_OP or INVOKE__main */ #endif /* not INIT_SECTION_ASM_OP or INVOKE__main */
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment