Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jun 2004 04:22:16 GMT
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 55132 for review
Message-ID:  <200406170422.i5H4MGWu047643@repoman.freebsd.org>

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

Change 55132 by jmallett@jmallett_oingo on 2004/06/17 04:22:06

	Temporarily commit change to make N32 work.  ld's emulation scripts
	aren't up to the challenge of n32 tradmips yet.  So I'll be going back
	on this in a second.

Affected files ...

.. //depot/projects/mips/gnu/usr.bin/binutils/as/mips-freebsd/config.h#5 edit
.. //depot/projects/mips/gnu/usr.bin/binutils/libbfd/Makefile.mips#11 edit

Differences ...

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


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

@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-DEFAULT_VECTOR?=	bfd_elf32_tradbigmips_vec
+DEFAULT_VECTOR?=	bfd_elf32_ntradbigmips_vec
 
 SRCS+=	cpu-mips.c	\
 	ecofflink.c	\
@@ -11,9 +11,15 @@
 	elf64-target.h	\
 	elf64.c		\
 	elflink.c	\
+	elfn32-mips.c	\
 	elfxx-mips.c	\
 	elfxx-target.h
-VECS+=	bfd_elf32_tradbigmips_vec bfd_elf32_tradlittlemips_vec bfd_elf64_tradbigmips_vec bfd_elf64_tradlittlemips_vec
+VECS+=	bfd_elf32_ntradbigmips_vec	\
+	bfd_elf32_ntradlittlemips_vec	\
+	bfd_elf32_tradbigmips_vec	\
+	bfd_elf32_tradlittlemips_vec	\
+	bfd_elf64_tradbigmips_vec	\
+	bfd_elf64_tradlittlemips_vec
 
 .if ${TARGET_ARCH} == "mips"
 CFLAGS+= -DDEFAULT_VECTOR=${DEFAULT_VECTOR}



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