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
This commit is contained in:
Jeffrey A Law 1999-07-16 19:50:13 +00:00 committed by Jeff Law
parent d14f13ad68
commit 6d32de1a3a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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.