summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-05-21 08:04:22 +0000
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-05-21 08:04:22 +0000
commit5f2be2031a7123a3a62cb6d27ada666e24f6ee29 (patch)
tree95a1a791105381d5864bd25f6b55277a59d61408
parent4589cdc9ac107a180008b7e9d3c12c5549297606 (diff)
downloadgcc-5f2be2031a7123a3a62cb6d27ada666e24f6ee29.tar.gz
entered into RCS
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1035 138bc75d-0d04-0410-961f-82ee72b054a4
-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 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" */