(ASM_OUTPUT_INTERNAL_LABEL): #if 0 deleted, to reenable these.
authorRichard Stallman <rms@gnu.org>
Wed, 27 Oct 1993 18:05:30 +0000 (18:05 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 27 Oct 1993 18:05:30 +0000 (18:05 +0000)
(ASM_GENERATE_INTERNAL_LABEL)
(ASM_OUTPUT_INTERNAL_LABEL): #if 0 deleted, to reenable these.
(NO_DOT_IN_LABEL): Defined.

From-SVN: r5918

gcc/config/m68k/amix.h

index 2d6cd359e8d7761859bacc4f2e6c4478c7f69d60..0889248d445cdc757fe3be32e00d724d7cb0b37b 100644 (file)
@@ -23,6 +23,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 /* ler@lerami.lerctr.org reports as doesn't accept $.  */
 #define NO_DOLLAR_IN_LABEL
+/* rhealey@aggregate.com says dots are no good either.  */
+#define NO_DOT_IN_LABEL
 
 /* Alter assembler syntax for fsgldiv and fsglmul.
    It is highly likely that this is a generic SGS m68k assembler dependency.
@@ -126,7 +128,8 @@ do {                                                                        \
   putc ('\n', (FILE));                                         \
 }
 \f
-#if 0 /* This should be unnecessary as a result of PIC_CASE_VECTOR_ADDRESS.  */
+/* The following should be unnecessary as a result of PIC_CASE_VECTOR_ADDRESS.
+   But rhealey@aggregate.com says they are still needed.  */
 
 /* Override these for the sake of an assembler bug: the Amix
    assembler can't handle .LC0@GOT syntax.  This pollutes the final
@@ -145,5 +148,3 @@ do {                                                                        \
     asm_fprintf (FILE, "%s%%%d:\n", PREFIX, NUM);      \
   else                                                 \
     asm_fprintf (FILE, "%0L%s%d:\n", PREFIX, NUM)
-
-#endif /* 0 */