Fix Linux/sparc build after generic asm output optimizations.
authorDavid S. Miller <davem@davemloft.net>
Sat, 12 Nov 2011 01:05:07 +0000 (01:05 +0000)
committerDavid S. Miller <davem@gcc.gnu.org>
Sat, 12 Nov 2011 01:05:07 +0000 (17:05 -0800)
* config/sparc/linux.h (ASM_GENERATE_INTERNAL_LABEL): Delete.
* config/sparc/linux64.h (ASM_GENERATE_INTERNAL_LABEL): Delete.

From-SVN: r181307

gcc/ChangeLog
gcc/config/sparc/linux.h
gcc/config/sparc/linux64.h

index 73bec2249f271d1e55b9108a693b7b3968ef1182..62ae4a10086c394ac8c09e780aa935ce5a548932 100644 (file)
@@ -1,3 +1,8 @@
+2011-11-11  David S. Miller  <davem@davemloft.net>
+
+       * config/sparc/linux.h (ASM_GENERATE_INTERNAL_LABEL): Delete.
+       * config/sparc/linux64.h (ASM_GENERATE_INTERNAL_LABEL): Delete.
+
 2011-11-11  Jakub Jelinek  <jakub@redhat.com>
 
        * config/i386/i386-protos.h (ix86_maybe_emit_epilogue_vzeroupper):
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.  */
index bec279de8c908c172996aa440d2aabf34625d84b..14966b97fc33569141189f585acea44de1746f42 100644 (file)
@@ -236,15 +236,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))
-
 /* DWARF bits.  */
 
 /* Follow Irix 6 and not the Dwarf2 draft in using 64-bit offsets.