summaryrefslogtreecommitdiff
path: root/gcc/config/sparc/sol2.h
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2002-03-27 10:30:45 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2002-03-27 10:30:45 +0000
commitea81ed57ae700bdb2b5c681c8a7f4ec64b65f7b0 (patch)
tree579a7523c09fde24bac57bfb8aacb495d657e857 /gcc/config/sparc/sol2.h
parent543b8b448ac16f3704babf60ab9edb72d6c21362 (diff)
downloadgcc-ea81ed57ae700bdb2b5c681c8a7f4ec64b65f7b0.tar.gz
* 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
Diffstat (limited to 'gcc/config/sparc/sol2.h')
-rw-r--r--gcc/config/sparc/sol2.h3
1 files changed, 3 insertions, 0 deletions
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. */