From 62da86474930e416e8377a9c2e1db8e1b73035a7 Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Thu, 20 Jan 2005 21:39:42 +0100 Subject: [PATCH] freebsd.h (ASM_OUTPUT_INTERNAL_LABELREF): Delete. * 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 | 8 ++++++++ gcc/config/sparc/freebsd.h | 8 -------- gcc/config/sparc/linux.h | 7 ------- gcc/config/sparc/linux64.h | 7 ------- gcc/config/sparc/netbsd-elf.h | 7 ------- gcc/config/sparc/sol2.h | 7 ------- 6 files changed, 8 insertions(+), 36 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cf511fa1dd8..231b355abf3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2005-01-20 Eric Botcazou + + * 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 Fix PR debug/19124 diff --git a/gcc/config/sparc/freebsd.h b/gcc/config/sparc/freebsd.h index 389c00daca4..e1a6e198f07 100644 --- a/gcc/config/sparc/freebsd.h +++ b/gcc/config/sparc/freebsd.h @@ -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 diff --git a/gcc/config/sparc/linux.h b/gcc/config/sparc/linux.h index f09372ada5a..5b7244707d2 100644 --- a/gcc/config/sparc/linux.h +++ b/gcc/config/sparc/linux.h @@ -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. diff --git a/gcc/config/sparc/linux64.h b/gcc/config/sparc/linux64.h index 8ea6ae4103c..769420c1873 100644 --- a/gcc/config/sparc/linux64.h +++ b/gcc/config/sparc/linux64.h @@ -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. diff --git a/gcc/config/sparc/netbsd-elf.h b/gcc/config/sparc/netbsd-elf.h index 3c2f8a9a653..14452ed3961 100644 --- a/gcc/config/sparc/netbsd-elf.h +++ b/gcc/config/sparc/netbsd-elf.h @@ -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. diff --git a/gcc/config/sparc/sol2.h b/gcc/config/sparc/sol2.h index 3153830c13b..d6e869cec90 100644 --- a/gcc/config/sparc/sol2.h +++ b/gcc/config/sparc/sol2.h @@ -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. -- 2.30.2