Commit 5f30b0ff by Doug Evans

* rs6000/sysv4.h (ASM_FILE_START): Likewise.

From-SVN: r12000
parent 1b279f39
...@@ -686,11 +686,10 @@ do { \ ...@@ -686,11 +686,10 @@ do { \
|| (CHAR) == 'L' || (CHAR) == 'A' || (CHAR) == 'V' \ || (CHAR) == 'L' || (CHAR) == 'A' || (CHAR) == 'V' \
|| (CHAR) == 'B' || (CHAR) == 'b' || (CHAR) == 'G') || (CHAR) == 'B' || (CHAR) == 'b' || (CHAR) == 'G')
/* Output .file and comments listing what options there are */ /* Output .file. */
#undef ASM_FILE_START #undef ASM_FILE_START
#define ASM_FILE_START(FILE) \ #define ASM_FILE_START(FILE) \
do { \ do { \
ASM_OUTPUT_OPTIONS (FILE); \
output_file_directive ((FILE), main_input_filename); \ output_file_directive ((FILE), main_input_filename); \
} while (0) } while (0)
......
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