]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
freebsd.h (ASM_OUTPUT_INTERNAL_LABELREF): Delete.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Thu, 20 Jan 2005 20:39:42 +0000 (21:39 +0100)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 20 Jan 2005 20:39:42 +0000 (20:39 +0000)
* config/sparc/freebsd.h (ASM_OUTPUT_INTERNAL_LABELREF): Delete.
* config/sparc/linux.h (ASM_OUTPUT_INTERNAL_LABELREF): Likewise.
* config/sparc/linux64.h (ASM_OUTPUT_INTERNAL_LABELREF): Likewise.
* config/sparc/netbsd-elf.h (ASM_OUTPUT_INTERNAL_LABELREF): Likewise.
* config/sparc/sol2.h (ASM_OUTPUT_INTERNAL_LABELREF): Likewise.

From-SVN: r93984

gcc/ChangeLog
gcc/config/sparc/freebsd.h
gcc/config/sparc/linux.h
gcc/config/sparc/linux64.h
gcc/config/sparc/netbsd-elf.h
gcc/config/sparc/sol2.h

index cf511fa1dd8e4e23f46cea07baea3796b950065b..231b355abf31deac1c8d3fa923dee2362b68eee2 100644 (file)
@@ -1,3 +1,11 @@
+2005-01-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * config/sparc/freebsd.h (ASM_OUTPUT_INTERNAL_LABELREF): Delete.
+       * config/sparc/linux.h (ASM_OUTPUT_INTERNAL_LABELREF): Likewise.
+       * config/sparc/linux64.h (ASM_OUTPUT_INTERNAL_LABELREF): Likewise.
+       * config/sparc/netbsd-elf.h (ASM_OUTPUT_INTERNAL_LABELREF): Likewise.
+       * config/sparc/sol2.h (ASM_OUTPUT_INTERNAL_LABELREF): Likewise.
+
 2005-01-20  Daniel Berlin  <dberlin@dberlin.org>
 
        Fix PR debug/19124
index 389c00daca49d2786bfdab953f5b7644019d8e60..e1a6e198f075a9c41b3716f31f87db7bd00f6159 100644 (file)
@@ -127,14 +127,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #undef LOCAL_LABEL_PREFIX
 #define LOCAL_LABEL_PREFIX  "."
 
-/* XXX2 */
-/* This is how to output a reference to an internal numbered label where
-   PREFIX is the class of label and NUM is the number within the class.  */
-
-#undef  ASM_OUTPUT_INTERNAL_LABELREF
-#define ASM_OUTPUT_INTERNAL_LABELREF(FILE,PREFIX,NUM)                  \
-  fprintf (FILE, ".L%s%d", PREFIX, NUM)
-
 /* XXX2 */
 /* This is how to store into the string LABEL
    the symbol_ref name of an internal numbered label where
index f09372ada5ad55086c59ab9ff93aabfb0f12729f..5b7244707d254d57d363380c91ae917a38712dc5 100644 (file)
@@ -166,13 +166,6 @@ do {                                                                       \
 #undef  LOCAL_LABEL_PREFIX
 #define LOCAL_LABEL_PREFIX  "."
 
-/* This is how to output a reference to an internal numbered label where
-   PREFIX is the class of label and NUM is the number within the class.  */
-
-#undef  ASM_OUTPUT_INTERNAL_LABELREF
-#define ASM_OUTPUT_INTERNAL_LABELREF(FILE,PREFIX,NUM)  \
-  fprintf (FILE, ".L%s%d", PREFIX, NUM)
-
 /* 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.
index 8ea6ae4103cdc8f576fb8fc14ab89c1a1423f269..769420c187307c07161249e66783b0d0b886041f 100644 (file)
@@ -307,13 +307,6 @@ do {                                                                       \
 #undef  LOCAL_LABEL_PREFIX
 #define LOCAL_LABEL_PREFIX  "."
 
-/* This is how to output a reference to an internal numbered label where
-   PREFIX is the class of label and NUM is the number within the class.  */
-
-#undef  ASM_OUTPUT_INTERNAL_LABELREF
-#define ASM_OUTPUT_INTERNAL_LABELREF(FILE,PREFIX,NUM)  \
-  fprintf (FILE, ".L%s%d", PREFIX, NUM)
-
 /* 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.
index 3c2f8a9a653b665673e5f8fa21e1a295586a2219..14452ed39618c5c9d944ea2ceda100b5c634bc24 100644 (file)
@@ -62,13 +62,6 @@ Boston, MA 02111-1307, USA.  */
 #undef  LOCAL_LABEL_PREFIX
 #define LOCAL_LABEL_PREFIX  "."
 
-/* This is how to output a reference to an internal numbered label where
-   PREFIX is the class of label and NUM is the number within the class.  */
-
-#undef  ASM_OUTPUT_INTERNAL_LABELREF
-#define ASM_OUTPUT_INTERNAL_LABELREF(FILE,PREFIX,NUM)  \
-  fprintf (FILE, ".L%s%d", PREFIX, NUM)
-
 /* 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.
index 3153830c13b2d640cf6cdb28e59cac41f6c40fe2..d6e869cec9048f4d1a3df3775826f65a8406e8fa 100644 (file)
@@ -65,13 +65,6 @@ Boston, MA 02111-1307, USA.  */
 #undef  LOCAL_LABEL_PREFIX
 #define LOCAL_LABEL_PREFIX  "."
 
-/* This is how to output a reference to an internal numbered label where
-   PREFIX is the class of label and NUM is the number within the class.  */
-
-#undef  ASM_OUTPUT_INTERNAL_LABELREF
-#define ASM_OUTPUT_INTERNAL_LABELREF(FILE,PREFIX,NUM)  \
-  fprintf (FILE, ".L%s%d", PREFIX, NUM)
-
 /* 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.