Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Feb 2003 02:27:44 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 25156 for review
Message-ID:  <200302141027.h1EARiph090215@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=25156

Change 25156 by jmallett@jmallett_dalek on 2003/02/14 02:27:39

	Use the "right" local label prefix.

Affected files ...

.. //depot/projects/mips/contrib/gcc/config/mips/freebsd.h#7 edit

Differences ...

==== //depot/projects/mips/contrib/gcc/config/mips/freebsd.h#7 (text+ko) ====

@@ -100,3 +100,11 @@
 }
 
 #undef ASM_FINAL_SPEC
+
+/*
+ * Things assembled are horribly broken with the default of using $ as the
+ * local label prefix, because that isn't what we use, consistently, so we
+ * need to hardcode '.'
+ */
+#undef LOCAL_LABEL_PREFIX
+#define	LOCAL_LABEL_PREFIX	"."

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302141027.h1EARiph090215>