summaryrefslogtreecommitdiff
path: root/gcc/config/m68k/tower-as.h
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 /gcc/config/m68k/tower-as.h
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
Diffstat (limited to 'gcc/config/m68k/tower-as.h')
-rw-r--r--gcc/config/m68k/tower-as.h5
1 files changed, 5 insertions, 0 deletions
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" */