From 0fb59cdfcd306172be4114453201ded931107ac1 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Mon, 16 Mar 1992 10:30:43 +0000 Subject: [PATCH] entered into RCS From-SVN: r503 --- gcc/config/i386/sun386.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/i386/sun386.h b/gcc/config/i386/sun386.h index 56c78ee8340..6e17be5a788 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. */ -- 2.30.2