From 21331ed739748896c7b3156c56c1b878598cd29f Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Thu, 21 May 1992 08:04:22 +0000 Subject: [PATCH] entered into RCS From-SVN: r1035 --- gcc/config/m68k/dpx2.h | 4 ---- gcc/config/m68k/tower-as.h | 5 +++++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/gcc/config/m68k/dpx2.h b/gcc/config/m68k/dpx2.h index e4ddf10c982..10362836edb 100644 --- a/gcc/config/m68k/dpx2.h +++ b/gcc/config/m68k/dpx2.h @@ -81,10 +81,6 @@ #define ASM_OUTPUT_SOURCE_FILENAME(FILE, NA) \ do { fprintf ((FILE), "\t.file\t'%s'\n", (NA)); } while (0) -/* This may not matter anymore, now that svr3.h overrides - ASM_GENERATE_INTERNAL_LABEL and ASM_OUTPUT_INTERNAL_LABEL. */ -#undef LOCAL_LABEL_PREFIX -#define LOCAL_LABEL_PREFIX "." /* * we don't seem to support any of: * .globl diff --git a/gcc/config/m68k/tower-as.h b/gcc/config/m68k/tower-as.h index a1c3b811814..29a94d9ab7d 100644 --- a/gcc/config/m68k/tower-as.h +++ b/gcc/config/m68k/tower-as.h @@ -54,6 +54,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ %{!p:%{m68881:/usr/lib/fp/crt1.o}%{!m68881:/lib/crt1.o}} \ crtbegin.o%s" +/* We don't want local labels to start with period. + See ASM_OUTPUT_INTERNAL_LABEL. */ +#undef LOCAL_LABEL_PREFIX +#define LOCAL_LABEL_PREFIX "" + /* These four macros control how m68k.md is expanded. */ #define MOTOROLA /* Use Motorola syntax rather than "MIT" */ -- 2.30.2