From f01d4c3dc86350e18be02bf5a728bce8f2f0c60e Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sun, 1 Aug 1993 20:16:30 +0000 Subject: [PATCH] (ASM_OUTPUT_INTERNAL_LABEL, ASM_GENERATE_INTERNAL_LABEL): Definitions deleted. From-SVN: r5052 --- gcc/config/m68k/amix.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/config/m68k/amix.h b/gcc/config/m68k/amix.h index 964297b43aa..c2e8a20d343 100644 --- a/gcc/config/m68k/amix.h +++ b/gcc/config/m68k/amix.h @@ -123,6 +123,8 @@ do { \ putc ('\n', (FILE)); \ } +#if 0 /* This should be unnecessary as a result of PIC_CASE_VECTOR_ADDRESS. */ + /* Override these for the sake of an assembler bug: the Amix assembler can't handle .LC0@GOT syntax. This pollutes the final table for shared librarys but what's a poor soul to do; sigh... RFH */ @@ -141,3 +143,4 @@ do { \ else \ asm_fprintf (FILE, "%0L%s%d:\n", PREFIX, NUM) +#endif /* 0 */ -- 2.30.2