aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-03-16 10:30:43 +0000
committerRichard Stallman <rms@gnu.org>1992-03-16 10:30:43 +0000
commit0fb59cdfcd306172be4114453201ded931107ac1 (patch)
tree3c9633779b58dbefb0cb82ef7272d74d4712cbf1 /gcc
parent94f23a31cac01ab2d0e4d6604ab12489b3053b1c (diff)
downloadgcc-0fb59cdfcd306172be4114453201ded931107ac1.zip
gcc-0fb59cdfcd306172be4114453201ded931107ac1.tar.gz
gcc-0fb59cdfcd306172be4114453201ded931107ac1.tar.bz2
entered into RCS
From-SVN: r503
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/i386/sun386.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/sun386.h b/gcc/config/i386/sun386.h
index 56c78ee..6e17be5 100644
--- a/gcc/config/i386/sun386.h
+++ b/gcc/config/i386/sun386.h
@@ -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. */