diff options
author | Eric Botcazou <ebotcazou@libertysurf.fr> | 2005-01-20 21:39:42 +0100 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2005-01-20 20:39:42 +0000 |
commit | 62da86474930e416e8377a9c2e1db8e1b73035a7 (patch) | |
tree | f5568f2d3be3a6a6fee234ea666275e741fd3352 | |
parent | 45d5f9afede9aa8a4490b1854bc2a2b8fe3f7952 (diff) | |
download | gcc-62da86474930e416e8377a9c2e1db8e1b73035a7.zip gcc-62da86474930e416e8377a9c2e1db8e1b73035a7.tar.gz gcc-62da86474930e416e8377a9c2e1db8e1b73035a7.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 8 | ||||
-rw-r--r-- | gcc/config/sparc/freebsd.h | 8 | ||||
-rw-r--r-- | gcc/config/sparc/linux.h | 7 | ||||
-rw-r--r-- | gcc/config/sparc/linux64.h | 7 | ||||
-rw-r--r-- | gcc/config/sparc/netbsd-elf.h | 7 | ||||
-rw-r--r-- | gcc/config/sparc/sol2.h | 7 |
6 files changed, 8 insertions, 36 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cf511fa..231b355 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/config/sparc/freebsd.h b/gcc/config/sparc/freebsd.h index 389c00d..e1a6e19 100644 --- a/gcc/config/sparc/freebsd.h +++ b/gcc/config/sparc/freebsd.h @@ -128,14 +128,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #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 PREFIX is the class of label and NUM is the number within the class. diff --git a/gcc/config/sparc/linux.h b/gcc/config/sparc/linux.h index f09372a..5b72447 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 8ea6ae4..769420c 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 3c2f8a9..14452ed 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 3153830..d6e869c 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. |