From owner-p4-projects@FreeBSD.ORG Thu Jun 17 02:58:06 2004 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 44AE416A4D0; Thu, 17 Jun 2004 02:58:06 +0000 (GMT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1851C16A4CE for ; Thu, 17 Jun 2004 02:58:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1194143D46 for ; Thu, 17 Jun 2004 02:58:06 +0000 (GMT) (envelope-from jmallett@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5H2vQeO027676 for ; Thu, 17 Jun 2004 02:57:26 GMT (envelope-from jmallett@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5H2vQ7W027673 for perforce@freebsd.org; Thu, 17 Jun 2004 02:57:26 GMT (envelope-from jmallett@freebsd.org) Date: Thu, 17 Jun 2004 02:57:26 GMT Message-Id: <200406170257.i5H2vQ7W027673@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jmallett@freebsd.org using -f From: Juli Mallett To: Perforce Change Reviews Subject: PERFORCE change 55127 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jun 2004 02:58:06 -0000 http://perforce.freebsd.org/chv.cgi?CH=55127 Change 55127 by jmallett@jmallett_oingo on 2004/06/17 02:57:06 Shuffle. Now I only am having problems with gas. Affected files ... .. //depot/projects/mips/gnu/usr.bin/binutils/as/mips-freebsd/config.h#4 edit .. //depot/projects/mips/gnu/usr.bin/binutils/libbfd/Makefile.mips#10 edit Differences ... ==== //depot/projects/mips/gnu/usr.bin/binutils/as/mips-freebsd/config.h#4 (text+ko) ==== @@ -222,10 +222,10 @@ /* #undef USE_EMULATIONS */ /* Supported emulations. */ -#define EMULATIONS +/* #define EMULATIONS */ /* Default emulation. */ -#define DEFAULT_EMULATION "" +/* #define DEFAULT_EMULATION "" */ /* old COFF support? */ /* #undef MANY_SEGMENTS */ ==== //depot/projects/mips/gnu/usr.bin/binutils/libbfd/Makefile.mips#10 (text+ko) ==== @@ -1,11 +1,8 @@ -# $FreeBSD: src/gnu/usr.bin/binutils/libbfd/Makefile.sparc64,v 1.5 2001/10/14 00:58:59 obrien Exp $ +# $FreeBSD$ + +DEFAULT_VECTOR?= bfd_elf32_tradbigmips_vec -# XXXMIPS We want COFF at some point, to produce stuff for machines -# such as some early SGI ones which need COFF images to boot... -SRCS+= aout32.c \ - coff-mips.c \ - cpu-mips.c \ - ecoff.c \ +SRCS+= cpu-mips.c \ ecofflink.c \ elf32-mips.c \ elf32-target.h \ @@ -18,11 +15,8 @@ elfxx-target.h VECS+= bfd_elf32_tradbigmips_vec bfd_elf32_tradlittlemips_vec bfd_elf64_tradbigmips_vec bfd_elf64_tradlittlemips_vec -# XXXMIPS Conditionalie on the MACHINE/MACHINE_ARCH targetry to decide -# whether elf{32,64}_{big,little}mips vectors, but default to the likely -# least-common-denominator for machines we'll support - 32-bit ELF. .if ${TARGET_ARCH} == "mips" -CFLAGS+= -DDEFAULT_VECTOR=bfd_elf32_tradbigmips_vec +CFLAGS+= -DDEFAULT_VECTOR=${DEFAULT_VECTOR} .endif CLEANFILES+= elf32-target.h elf64-target.h