From: Charles Hannum Date: Wed, 6 May 1992 03:54:41 +0000 (+0000) Subject: entered into RCS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c377a5902350ca6ef843d256485263ef1880b614;p=gcc.git entered into RCS From-SVN: r913 --- 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)