]> gcc.gnu.org Git - gcc.git/commitdiff
* rs6000/win-nt.h (ASM_FILE_START): Likewise. Delete duplicate.
authorDoug Evans <dje@gnu.org>
Fri, 17 May 1996 16:25:47 +0000 (16:25 +0000)
committerDoug Evans <dje@gnu.org>
Fri, 17 May 1996 16:25:47 +0000 (16:25 +0000)
From-SVN: r12001

gcc/config/rs6000/win-nt.h

index 58d941cf475df7a25dd9a38227cb459b1243a3f4..76c8ff235aa7654a2918611fe026e17b580c9eb0 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler, for PowerPC
    running Windows/NT.
-   Copyright (C) 1995 Free Software Foundation, Inc.
+   Copyright (C) 1995, 1996 Free Software Foundation, Inc.
    Contributed by Cygnus Support.
 
 This file is part of GNU CC.
@@ -125,16 +125,6 @@ Boston, MA 02111-1307, USA.  */
 
 #undef FIXED_R13
 #define FIXED_R13 1
-
-\f
-/* 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);           \
-}
-
 \f
 /* This says how to output an assembler line
    to define a global common symbol.  */
@@ -201,11 +191,10 @@ do {                                                                      \
 
 #undef ASM_FILE_START
 #define ASM_FILE_START(FILE)                                   \
-{                                                              \
-  ASM_OUTPUT_OPTIONS (FILE);                                   \
-  output_file_directive (FILE, main_input_filename);           \
+do {                                                           \
+  output_file_directive ((FILE), main_input_filename);         \
   data_section ();                                             \
-}
+} while (0)
 
 #undef ASM_FILE_END
 
This page took 0.061817 seconds and 5 git commands to generate.