entered into RCS
authorCharles Hannum <mycroft@gnu.org>
Wed, 6 May 1992 03:54:41 +0000 (03:54 +0000)
committerCharles Hannum <mycroft@gnu.org>
Wed, 6 May 1992 03:54:41 +0000 (03:54 +0000)
From-SVN: r913

gcc/config/i386/att.h

index a259074..6cc7816 100644 (file)
@@ -84,12 +84,14 @@ bss_section ()                                                      \
    PREFIX is the class of label and NUM is the number within the class.
    This is suitable for output with `assemble_name'.  */
 
+#undef ASM_GENERATE_INTERNAL_LABEL
 #define ASM_GENERATE_INTERNAL_LABEL(BUF,PREFIX,NUMBER) \
   sprintf ((BUF), ".%s%d", (PREFIX), (NUMBER))
 
 /* This is how to output an internal numbered label where
    PREFIX is the class of label and NUM is the number within the class.  */
 
+#undef ASM_OUTPUT_INTERNAL_LABEL
 #define ASM_OUTPUT_INTERNAL_LABEL(FILE,PREFIX,NUM)     \
   fprintf (FILE, ".%s%d:\n", PREFIX, NUM)