diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-01-23 18:40:17 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-01-23 18:40:17 -0500 |
commit | 0d9ac0a81e64d2222513110f033bc42058ba3c64 (patch) | |
tree | dba9509c42977abdfe25bc4bf61829ee84457d03 /gcc/config/i386/gas.h | |
parent | 3de59d54ce4aab90199f728e593ed2c600efcbde (diff) | |
download | gcc-0d9ac0a81e64d2222513110f033bc42058ba3c64.tar.gz |
(ASM_FILE_START): Delete; identical to one in bsd.h, which is
included.
From-SVN: r6417
Diffstat (limited to 'gcc/config/i386/gas.h')
-rw-r--r-- | gcc/config/i386/gas.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/gcc/config/i386/gas.h b/gcc/config/i386/gas.h index b1cd4faf370..3e8dba5e78f 100644 --- a/gcc/config/i386/gas.h +++ b/gcc/config/i386/gas.h @@ -1,5 +1,5 @@ /* Definitions for Intel 386 running system V with gnu tools - Copyright (C) 1988, 1993 Free Software Foundation, Inc. + Copyright (C) 1988, 1993, 1994 Free Software Foundation, Inc. This file is part of GNU CC. @@ -92,13 +92,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define ASM_OUTPUT_LOOP_ALIGN(FILE) \ fprintf ((FILE), "\t.align 2,0x90\n"); /* Use log of 4 as arg. */ -#undef ASM_FILE_START -#define ASM_FILE_START(FILE) \ - do { fprintf (FILE, "\t.file\t"); \ - output_quoted_string (FILE, dump_base_name); \ - fprintf (FILE, "\n"); \ - } while (0) - /* A C statement or statements which output an assembler instruction opcode to the stdio stream STREAM. The macro-operand PTR is a variable of type `char *' which points to the opcode name in its |