From 59be9a360f4c904a4f773d0ead641b5173e3d7ea Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Fri, 6 Mar 1992 04:30:01 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r400 --- 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 1240081c2d39..56c78ee8340d 100644 --- a/gcc/config/i386/sun386.h +++ b/gcc/config/i386/sun386.h @@ -97,7 +97,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Output before writable data. */ -#undef DATA_SECTION_ASSM_OP +#undef DATA_SECTION_ASM_OP #define DATA_SECTION_ASM_OP "\t.data" /* Define the syntax of labels and symbol definitions/declarations. */ @@ -124,7 +124,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ This is suitable for output with `assemble_name'. */ #define ASM_GENERATE_INTERNAL_LABEL(BUF,PREFIX,NUMBER) \ - sprintf ((BUF), ".%s%d", (PREFIX), (NUMBER)) + sprintf ((BUF), "*.%s%d", (PREFIX), (NUMBER)) /* This is how to output a reference to a user-level label named NAME. */ -- 2.47.3