From ea81ed57ae700bdb2b5c681c8a7f4ec64b65f7b0 Mon Sep 17 00:00:00 2001 From: rth Date: Wed, 27 Mar 2002 10:30:45 +0000 Subject: * config/sparc/freebsd.h, config/sparc/linux.h, config/sparc/linux64.h, config/sparc/netbsd-elf.h, config/sparc/pbd.h, config/sparc/sol2.h, config/sparc/vxsim.h (LOCAL_LABEL_PREFIX): Define. * gcc.dg/debug/20020327-1.c: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51443 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/sparc/sol2.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc/config/sparc/sol2.h') diff --git a/gcc/config/sparc/sol2.h b/gcc/config/sparc/sol2.h index 2f504b34b57..64e54b7897f 100644 --- a/gcc/config/sparc/sol2.h +++ b/gcc/config/sparc/sol2.h @@ -104,6 +104,9 @@ Boston, MA 02111-1307, USA. */ #define ASM_OUTPUT_SKIP(FILE,SIZE) \ fprintf (FILE, "\t.skip %u\n", (SIZE)) +#undef LOCAL_LABEL_PREFIX +#define LOCAL_LABEL_PREFIX "." + /* This is how to output a definition of an internal numbered label where PREFIX is the class of label and NUM is the number within the class. */ -- cgit v1.2.1