entered into RCS
authorRichard Stallman <rms@gnu.org>
Mon, 16 Mar 1992 10:30:43 +0000 (10:30 +0000)
committerRichard Stallman <rms@gnu.org>
Mon, 16 Mar 1992 10:30:43 +0000 (10:30 +0000)
From-SVN: r503

gcc/config/i386/sun386.h

index 56c78ee8340d81ac00c83f139848e7f28a508218..6e17be5a7882aaf5bfdf7ba298efe3cc24cf12f5 100644 (file)
@@ -93,12 +93,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* Output before read-only data.  */
 
 #undef TEXT_SECTION_ASM_OP
-#define TEXT_SECTION_ASM_OP "\t.text"
+#define TEXT_SECTION_ASM_OP ".text"
 
 /* Output before writable data.  */
 
 #undef DATA_SECTION_ASM_OP
-#define DATA_SECTION_ASM_OP "\t.data"
+#define DATA_SECTION_ASM_OP ".data"
 
 /* Define the syntax of labels and symbol definitions/declarations.  */