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

everything is handled in FUNCTION_PROLOGUE.

From-SVN: r11753
This commit is contained in:
Richard Kenner 1996-04-13 08:59:35 -04:00
parent 9102cd1f9b
commit a3ec0d4b2d
1 changed files with 0 additions and 6 deletions

View File

@ -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