Commit 900cb721 by Doug Evans

* rs6000/win-nt.h (ASM_FILE_START): Likewise. Delete duplicate.

From-SVN: r12001
parent 5f30b0ff
/* Definitions of target machine for GNU compiler, for PowerPC /* Definitions of target machine for GNU compiler, for PowerPC
running Windows/NT. running Windows/NT.
Copyright (C) 1995 Free Software Foundation, Inc. Copyright (C) 1995, 1996 Free Software Foundation, Inc.
Contributed by Cygnus Support. Contributed by Cygnus Support.
This file is part of GNU CC. This file is part of GNU CC.
...@@ -125,16 +125,6 @@ Boston, MA 02111-1307, USA. */ ...@@ -125,16 +125,6 @@ Boston, MA 02111-1307, USA. */
#undef FIXED_R13 #undef FIXED_R13
#define FIXED_R13 1 #define FIXED_R13 1
/* Output .file and comments listing what options there are */
#undef ASM_FILE_START
#define ASM_FILE_START(FILE) \
{ \
ASM_OUTPUT_OPTIONS (FILE); \
output_file_directive (FILE, main_input_filename); \
}
/* This says how to output an assembler line /* This says how to output an assembler line
to define a global common symbol. */ to define a global common symbol. */
...@@ -201,11 +191,10 @@ do { \ ...@@ -201,11 +191,10 @@ do { \
#undef ASM_FILE_START #undef ASM_FILE_START
#define ASM_FILE_START(FILE) \ #define ASM_FILE_START(FILE) \
{ \ do { \
ASM_OUTPUT_OPTIONS (FILE); \ output_file_directive ((FILE), main_input_filename); \
output_file_directive (FILE, main_input_filename); \
data_section (); \ data_section (); \
} } while (0)
#undef ASM_FILE_END #undef ASM_FILE_END
......
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