entered into RCS
authorRichard Stallman <rms@gnu.org>
Thu, 21 May 1992 08:04:22 +0000 (08:04 +0000)
committerRichard Stallman <rms@gnu.org>
Thu, 21 May 1992 08:04:22 +0000 (08:04 +0000)
From-SVN: r1035

gcc/config/m68k/dpx2.h
gcc/config/m68k/tower-as.h

index e4ddf10c98275d9e1c6a3c9293c05fb5a5eb413f..10362836edb4733d565fc65a30f5da37347de091 100644 (file)
 #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
index a1c3b811814ed95b4d7960685add3e7d03ea7883..29a94d9ab7d914389045b26236479022083a41a6 100644 (file)
@@ -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" */