From 62da86474930e416e8377a9c2e1db8e1b73035a7 Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Thu, 20 Jan 2005 21:39:42 +0100 Subject: 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/config/sparc/linux64.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'gcc/config/sparc/linux64.h') 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. -- cgit v1.1