(expand_main_function): Put back accidentally
deleted previous change to use NAME__MAIN. From-SVN: r5519
This commit is contained in:
parent
bd90e97e43
commit
ae0d828893
@ -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 */
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user