Commit a3ec0d4b by Richard Kenner

(ASM_DECLARE_FUNCTION_NAME): Don't write anything to asm file, because

everything is handled in FUNCTION_PROLOGUE.

From-SVN: r11753
parent 9102cd1f
......@@ -609,12 +609,6 @@ enum reg_class
strcpy (mvs_function_name, "gccmain"); \
else \
strcpy (mvs_function_name, NAME); \
fprintf (FILE, "\tDS\t0F\n"); \
assemble_name (FILE, mvs_function_name); \
fputs ("\tEQU\t*\n", FILE); \
fputs ("\tENTRY\t", FILE); \
assemble_name (FILE, mvs_function_name); \
fputc ('\n', FILE); \
}
/* This macro generates the assembly code for function exit, on machines
......
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