diff options
author | Charles Hannum <mycroft@gnu.org> | 1992-05-06 03:54:41 +0000 |
---|---|---|
committer | Charles Hannum <mycroft@gnu.org> | 1992-05-06 03:54:41 +0000 |
commit | c377a5902350ca6ef843d256485263ef1880b614 (patch) | |
tree | 709478208fa5063edf30b5c5d809d1bc08a195b2 /gcc | |
parent | d3614a37de84d6a4c96b17c6927b31120206b2c5 (diff) | |
download | gcc-c377a5902350ca6ef843d256485263ef1880b614.zip gcc-c377a5902350ca6ef843d256485263ef1880b614.tar.gz gcc-c377a5902350ca6ef843d256485263ef1880b614.tar.bz2 |
entered into RCS
From-SVN: r913
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/att.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/i386/att.h b/gcc/config/i386/att.h index a259074..6cc7816 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) |