PERFORCE change 55117 for review

Juli Mallett jmallett at FreeBSD.org
Wed Jun 16 23:25:42 GMT 2004


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

Change 55117 by jmallett at jmallett_oingo on 2004/06/16 23:22:48

	Chase BU.  Don't know if this works 100%.  Try to take blame off obrien
	too.  It builds now at least.

Affected files ...

.. //depot/projects/mips/gnu/usr.bin/binutils/as/mips-freebsd/config.h#3 edit
.. //depot/projects/mips/gnu/usr.bin/binutils/ld/Makefile.mips#8 edit

Differences ...

==== //depot/projects/mips/gnu/usr.bin/binutils/as/mips-freebsd/config.h#3 (text+ko) ====

@@ -1,4 +1,4 @@
-/* $FreeBSD: src/gnu/usr.bin/binutils/as/powerpc-freebsd/config.h,v 1.5 2002/10/12 03:55:09 obrien Exp $ */
+/* $FreeBSD$ */
 
 #define HAVE_DECL_GETOPT 1
 
@@ -30,9 +30,6 @@
 /* Define to `long' if <sys/types.h> doesn't define.  */
 /* #undef off_t */
 
-/* Define if you need to in order for stat and other things to work.  */
-/* #undef _POSIX_SOURCE */
-
 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
 /* #undef size_t */
 
@@ -151,7 +148,7 @@
 #define PACKAGE "gas"
 
 /* Version number of package */
-/* #define VERSION "2.13" */
+/* #define VERSION "2.15" */
 
 /* Define if defaulting to ELF on SCO 5. */
 /* #undef SCO_ELF */
@@ -164,9 +161,20 @@
 
 /* Define as 1 if big endian. */
 /* #undef TARGET_BYTES_BIG_ENDIAN */
+/* Default CPU for MIPS targets.  */
+#define MIPS_CPU_STRING_DEFAULT "from-abi"
 
+/* Allow use of E_MIPS_ABI_O32 on MIPS targets.  */
+#define USE_E_MIPS_ABI_O32 1
+
+/* Generate 64-bit code by default on MIPS targets.  */
+#define MIPS_DEFAULT_64BIT 1
+
+/* Choose a default ABI for MIPS targets.  */
+#define MIPS_DEFAULT_ABI N32_ABI
+
 /* Default architecture. */
-/* #undef DEFAULT_ARCH */
+#define DEFAULT_ARCH "mips3"
 
 /* Using cgen code? */
 /* #undef USING_CGEN */
@@ -214,7 +222,7 @@
 /* #undef USE_EMULATIONS */
 
 /* Supported emulations. */
-#define EMULATIONS
+#define EMULATIONS 
 
 /* Default emulation. */
 #define DEFAULT_EMULATION ""
@@ -226,19 +234,19 @@
 #define BFD_ASSEMBLER 1
 
 /* Target alias. */
-#define TARGET_ALIAS "mips-freebsd-freebsd5.0"
+/* #define TARGET_ALIAS "mips-jmallet-freebsd5" */
 
 /* Canonical target. */
-#define TARGET_CANONICAL "mips-freebsd-freebsd5.0"
+/* #define TARGET_CANONICAL "mips-jmallett-freebsd5" */
 
 /* Target CPU. */
-#define TARGET_CPU "mips"
+/* #define TARGET_CPU "mips" */
 
 /* Target vendor. */
-#define TARGET_VENDOR "freebsd"
+/* #define TARGET_VENDOR "jmallett" */
 
 /* Target OS. */
-#define TARGET_OS "freebsd5.0"
+#define TARGET_OS "freebsd5"
 
 /* Define if you have the stpcpy function */
 #define HAVE_STPCPY 1
@@ -275,4 +283,3 @@
 
 /* Define if errno is not declared in system header files. */
 /* #undef NEED_DECLARATION_ERRNO */
-

==== //depot/projects/mips/gnu/usr.bin/binutils/ld/Makefile.mips#8 (text+ko) ====

@@ -1,6 +1,6 @@
-# $FreeBSD: src/gnu/usr.bin/binutils/ld/Makefile.powerpc,v 1.11 2002/05/17 03:10:33 obrien Exp $
+# $FreeBSD$
 
-TARGET_TUPLE?=	mips-jmallett-freebsd
+TARGET_TUPLE=	mips-jmallett-freebsd
 
 .if ${TARGET_ARCH} == "mips"
 DEFAULT_EMULATION=	elf32btsmip


More information about the p4-projects mailing list