PERFORCE change 100664 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Wed Jul 5 22:45:26 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=100664

Change 100664 by gonzo at gonzo_hideout on 2006/07/05 22:44:54

	LOCAL_LABEL_PREFIX changed to dot (as in openbsd.h) instead of dollar
	sign. Fixes bunch of "unresolved reference $LXXX" generated by 
	unrolling "switch" statement to table of labels to jump.

Affected files ...

.. //depot/projects/mips2/src/contrib/gcc/config/mips/freebsd.h#2 edit

Differences ...

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

@@ -173,3 +173,7 @@
 
 #undef WINT_TYPE
 #define WINT_TYPE "int"
+
+/* Needed for ELF (inspired by netbsd-elf).  */
+#undef LOCAL_LABEL_PREFIX
+#define LOCAL_LABEL_PREFIX	"."


More information about the p4-projects mailing list