aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-05-21 08:04:22 +0000
committerRichard Stallman <rms@gnu.org>1992-05-21 08:04:22 +0000
commit21331ed739748896c7b3156c56c1b878598cd29f (patch)
tree95a1a791105381d5864bd25f6b55277a59d61408
parent278f7e9ec9a7fddf21120d3a196119032dbc36b5 (diff)
downloadgcc-21331ed739748896c7b3156c56c1b878598cd29f.zip
gcc-21331ed739748896c7b3156c56c1b878598cd29f.tar.gz
gcc-21331ed739748896c7b3156c56c1b878598cd29f.tar.bz2
entered into RCS
From-SVN: r1035
-rw-r--r--gcc/config/m68k/dpx2.h4
-rw-r--r--gcc/config/m68k/tower-as.h5
2 files changed, 5 insertions, 4 deletions
diff --git a/gcc/config/m68k/dpx2.h b/gcc/config/m68k/dpx2.h
index e4ddf10..1036283 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 a1c3b81..29a94d9 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" */