PERFORCE change 29357 for review

Juli Mallett jmallett at FreeBSD.org
Mon Apr 21 12:35:35 PDT 2003


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

Change 29357 by jmallett at jmallett_dalek on 2003/04/21 12:35:11

	Drag in abi64.h, to get proper ABI support.  This makes
	varargs work, most notably.  Probably has some effect on
	passing doubles, too.

Affected files ...

.. //depot/projects/mips/gnu/usr.bin/cc/cc_tools/Makefile#3 edit

Differences ...

==== //depot/projects/mips/gnu/usr.bin/cc/cc_tools/Makefile#3 (text+ko) ====

@@ -151,6 +151,9 @@
 .if ${TARGET_ARCH} == "i386" || ${TARGET_ARCH} == "x86_64"
 	echo '#include "${GCC_CPU}/att.h"'		>> ${.TARGET}
 .endif
+.if ${TARGET_ARCH} == "mips"
+	echo '#include "${GCC_CPU}/abi64.h"'		>> ${.TARGET}
+.endif
 .if ${TARGET_ARCH} != "alpha"
 	echo '#include "dbxelf.h"'			>> ${.TARGET}
 	echo '#include "elfos.h"'			>> ${.TARGET}


More information about the p4-projects mailing list