diff options
Diffstat (limited to 'gcc/config/vax/vax.h')
-rw-r--r-- | gcc/config/vax/vax.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gcc/config/vax/vax.h b/gcc/config/vax/vax.h index 731a8bdc05b..bb1450dbb01 100644 --- a/gcc/config/vax/vax.h +++ b/gcc/config/vax/vax.h @@ -938,19 +938,6 @@ enum reg_class { NO_REGS, ALL_REGS, LIM_REG_CLASSES }; /* Control the assembler format that we output. */ -/* Output at beginning of assembler file. */ -/* When debugging, we want to output an extra dummy label so that gas - can distinguish between D_float and G_float prior to processing the - .stabs directive identifying type double. */ - -#define ASM_FILE_START(FILE) \ - do { \ - fputs (ASM_APP_OFF, FILE); \ - if (write_symbols == DBX_DEBUG) \ - fprintf (FILE, "___vax_%c_doubles:\n", ASM_DOUBLE_CHAR); \ - } while (0) - - /* Output to assembler file text saying following lines may contain character constants, extra white space, comments, etc. */ |