]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/sh/coff.h
Merge basic-improvements-branch to trunk
[thirdparty/gcc.git] / gcc / config / sh / coff.h
index 56399ae630b6d5d9493c99d5c33240e24c11715f..4d6443e0209ae74e41ae466a73c61a17d914a82b 100644 (file)
@@ -50,10 +50,6 @@ Boston, MA 02111-1307, USA.  */
 #define ASM_GENERATE_INTERNAL_LABEL(STRING, PREFIX, NUM) \
   sprintf ((STRING), "*%s%s%ld", LOCAL_LABEL_PREFIX, (PREFIX), (long)(NUM))
 
-/* Output an internal label definition.  */
-#define ASM_OUTPUT_INTERNAL_LABEL(FILE,PREFIX,NUM) \
-  asm_fprintf ((FILE), "%L%s%d:\n", (PREFIX), (NUM))
-
 /* This is how to output an assembler line
    that says to advance the location counter by SIZE bytes.  */