Commit 1b279f39 by Doug Evans

rs6000.h (ASM_OUTPUT_OPTIONS): Delete.

	* rs6000/rs6000.h (ASM_OUTPUT_OPTIONS): Delete.
	(ASM_COMMENT_START): Define.
	(ASM_FILE_START): Delete option output support.

From-SVN: r11999
parent a9ab9545
...@@ -2156,11 +2156,10 @@ extern int rs6000_trunc_used; ...@@ -2156,11 +2156,10 @@ extern int rs6000_trunc_used;
/* Control the assembler format that we output. */ /* Control the assembler format that we output. */
/* Common macro to output the options used to the asm file. */ /* A C string constant describing how to begin a comment in the target
#define ASM_OUTPUT_OPTIONS(FILE) \ assembler language. The compiler assumes that the comment will end at
output_options (FILE, \ the end of the line. */
f_options, sizeof (f_options) / sizeof (f_options[0]), \ #define ASM_COMMENT_START " #"
W_options, sizeof (W_options) / sizeof (W_options[0])) \
/* Output at beginning of assembler file. /* Output at beginning of assembler file.
...@@ -2179,7 +2178,6 @@ extern int rs6000_trunc_used; ...@@ -2179,7 +2178,6 @@ extern int rs6000_trunc_used;
#define ASM_FILE_START(FILE) \ #define ASM_FILE_START(FILE) \
{ \ { \
ASM_OUTPUT_OPTIONS (FILE); \
rs6000_gen_section_name (&xcoff_bss_section_name, \ rs6000_gen_section_name (&xcoff_bss_section_name, \
main_input_filename, ".bss_"); \ main_input_filename, ".bss_"); \
rs6000_gen_section_name (&xcoff_private_data_section_name, \ rs6000_gen_section_name (&xcoff_private_data_section_name, \
......
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