diff options
author | Richard Henderson <rth@redhat.com> | 2002-03-27 02:30:45 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2002-03-27 02:30:45 -0800 |
commit | 59f968797461e667478c4858837fb00883c1bfb2 (patch) | |
tree | 579a7523c09fde24bac57bfb8aacb495d657e857 /gcc/config/sparc/netbsd-elf.h | |
parent | f3f1190dd993322127712295e61767cca15e2b84 (diff) | |
download | gcc-59f968797461e667478c4858837fb00883c1bfb2.zip gcc-59f968797461e667478c4858837fb00883c1bfb2.tar.gz gcc-59f968797461e667478c4858837fb00883c1bfb2.tar.bz2 |
freebsd.h, [...] (LOCAL_LABEL_PREFIX): Define.
* 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.
From-SVN: r51443
Diffstat (limited to 'gcc/config/sparc/netbsd-elf.h')
-rw-r--r-- | gcc/config/sparc/netbsd-elf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/sparc/netbsd-elf.h b/gcc/config/sparc/netbsd-elf.h index 280ec38..f454b96 100644 --- a/gcc/config/sparc/netbsd-elf.h +++ b/gcc/config/sparc/netbsd-elf.h @@ -56,6 +56,9 @@ Boston, MA 02111-1307, USA. */ #define DBX_REGISTER_NUMBER(REGNO) \ (TARGET_FLAT && REGNO == HARD_FRAME_POINTER_REGNUM ? 31 : REGNO) +#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. */ |