Commit 6d32de1a by Jeffrey A Law Committed by Jeff Law

svr4.h (CONST_SECTION_ASM_OP): Do not emit assembler directive in column zero.

        * config/svr4.h (CONST_SECTION_ASM_OP): Do not emit assembler
        directive in column zero.

From-SVN: r28123
parent d14f13ad
Fri Jul 16 13:48:09 1999 Jeffrey A Law (law@cygnus.com)
* config/svr4.h (CONST_SECTION_ASM_OP): Do not emit assembler
directive in column zero.
Fri Jul 16 01:39:57 1999 Jeffrey A Law (law@cygnus.com)
* m68k.c (output_function_prologue): Fix computation of save mask
......
......@@ -440,7 +440,7 @@ do { \
#define USE_CONST_SECTION 1
#define CONST_SECTION_ASM_OP ".section\t.rodata"
#define CONST_SECTION_ASM_OP "\t.section\t.rodata"
/* Define the pseudo-ops used to switch to the .ctors and .dtors sections.
......
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