]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/i386/lynx-ng.h
Merge basic-improvements-branch to trunk
[thirdparty/gcc.git] / gcc / config / i386 / lynx-ng.h
index 08fa60f430ca4300f8e46ff89990f0f279104908..8d41add6cee59fe04b7382b0367a9c1f588e3fbf 100644 (file)
@@ -68,10 +68,3 @@ Boston, MA 02111-1307, USA.  */
 #undef  ASM_GENERATE_INTERNAL_LABEL
 #define ASM_GENERATE_INTERNAL_LABEL(BUF,PREFIX,NUMBER) \
   sprintf ((BUF), ".%s%ld", (PREFIX), (long)(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)