diff options
Diffstat (limited to 'gcc/config/svr3.h')
-rw-r--r-- | gcc/config/svr3.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gcc/config/svr3.h b/gcc/config/svr3.h index a4aa189..21595ea 100644 --- a/gcc/config/svr3.h +++ b/gcc/config/svr3.h @@ -29,13 +29,8 @@ Boston, MA 02111-1307, USA. */ /* Assembler, linker, library, and startfile spec's. */ -/* Output at beginning of assembler file. */ /* The .file command should always begin the output. */ - -#undef ASM_FILE_START -#define ASM_FILE_START(FILE) \ - do { output_file_directive ((FILE), main_input_filename); \ - } while (0) +#define TARGET_ASM_FILE_START_FILE_DIRECTIVE true /* This says how to output an assembler line to define a global common symbol. */ |