svr4.h (CONST_SECTION_ASM_OP): Do not emit assembler directive in column zero.
authorJeffrey A Law <law@cygnus.com>
Fri, 16 Jul 1999 19:50:13 +0000 (19:50 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 16 Jul 1999 19:50:13 +0000 (13:50 -0600)
        * config/svr4.h (CONST_SECTION_ASM_OP): Do not emit assembler
        directive in column zero.

From-SVN: r28123

gcc/ChangeLog
gcc/config/svr4.h

index a1ac7740a95235f38cf975b0bc175db4a6ef1296..bfb3604a93ae8087746594570d43dc2d20413948 100644 (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
index 7fa30e8ac2618ebea4758750d92aede42f309424..f7299b32ef9d7c979d75f074314bd7f02089e508 100644 (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.