/* 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.
#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. */
#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