Fix Linux/sparc build after generic asm output optimizations.
[gcc.git] / gcc / config / sparc / linux.h
index 443c796640521415692c07c715eb3f4454d48f2c..60dc86976e3d1ce13605d323cf67f9ac94ca84f7 100644 (file)
@@ -118,15 +118,6 @@ do {                                                                       \
 #undef  LOCAL_LABEL_PREFIX
 #define LOCAL_LABEL_PREFIX  "."
 
-/* This is how to store into the string LABEL
-   the symbol_ref name of an internal numbered label where
-   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(LABEL,PREFIX,NUM)  \
-  sprintf (LABEL, "*.L%s%ld", PREFIX, (long)(NUM))
-
 \f
 /* Define for support of TFmode long double.
    SPARC ABI says that long double is 4 words.  */