From c377a5902350ca6ef843d256485263ef1880b614 Mon Sep 17 00:00:00 2001 From: Charles Hannum Date: Wed, 6 May 1992 03:54:41 +0000 Subject: [PATCH] entered into RCS From-SVN: r913 --- gcc/config/i386/att.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/config/i386/att.h b/gcc/config/i386/att.h index a259074e88d..6cc7816cb7f 100644 --- a/gcc/config/i386/att.h +++ b/gcc/config/i386/att.h @@ -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) -- 2.30.2