From: Richard Stallman Date: Sun, 1 Aug 1993 20:16:30 +0000 (+0000) Subject: (ASM_OUTPUT_INTERNAL_LABEL, ASM_GENERATE_INTERNAL_LABEL): Definitions deleted. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f01d4c3dc86350e18be02bf5a728bce8f2f0c60e;p=gcc.git (ASM_OUTPUT_INTERNAL_LABEL, ASM_GENERATE_INTERNAL_LABEL): Definitions deleted. From-SVN: r5052 --- 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 */