From owner-svn-src-head@FreeBSD.ORG Fri Jan 20 13:21:01 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7ADE106564A; Fri, 20 Jan 2012 13:21:01 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:130:3ffc::401:25]) by mx1.freebsd.org (Postfix) with ESMTP id 0BE008FC14; Fri, 20 Jan 2012 13:21:01 +0000 (UTC) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id 829F025D37C3; Fri, 20 Jan 2012 13:20:59 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 913CDBD994A; Fri, 20 Jan 2012 13:20:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id 0Q8dBHs-699J; Fri, 20 Jan 2012 13:20:57 +0000 (UTC) Received: from orange-en1.sbone.de (orange-en1.sbone.de [IPv6:fde9:577b:c1a9:31:cabc:c8ff:fecf:e8e3]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id DA402BD9949; Fri, 20 Jan 2012 13:20:56 +0000 (UTC) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: "Bjoern A. Zeeb" In-Reply-To: <201201200616.q0K6GEwT026852@svn.freebsd.org> Date: Fri, 20 Jan 2012 13:20:55 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: <5F82639B-ACD9-493B-8F91-FE6F5BAD8B35@lists.zabbadoz.net> References: <201201200616.q0K6GEwT026852@svn.freebsd.org> To: David Schultz X-Mailer: Apple Mail (2.1084) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r230363 - in head/lib/libc/softfloat: . bits32 bits64 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jan 2012 13:21:01 -0000 On 20. Jan 2012, at 06:16 , David Schultz wrote: > Author: das > Date: Fri Jan 20 06:16:14 2012 > New Revision: 230363 > URL: http://svn.freebsd.org/changeset/base/230363 >=20 > Log: > Merge in the latest SoftFloat changes from NetBSD. (NetBSD isn't the > original vendor, but we're using their heavily modified version.) > This brings in functions for long double emulation (both extended and > quad formats), which may be useful for testing, and also for = replacing > libc/sparc64/fpu/. >=20 > Added: > head/lib/libc/softfloat/eqtf2.c (contents, props changed) > head/lib/libc/softfloat/getf2.c (contents, props changed) > head/lib/libc/softfloat/gexf2.c (contents, props changed) > head/lib/libc/softfloat/gttf2.c (contents, props changed) > head/lib/libc/softfloat/gtxf2.c (contents, props changed) > head/lib/libc/softfloat/letf2.c (contents, props changed) > head/lib/libc/softfloat/lttf2.c (contents, props changed) > head/lib/libc/softfloat/negtf2.c (contents, props changed) > head/lib/libc/softfloat/negxf2.c (contents, props changed) > head/lib/libc/softfloat/netf2.c (contents, props changed) > head/lib/libc/softfloat/nexf2.c (contents, props changed) > Modified: > head/lib/libc/softfloat/Makefile.inc > head/lib/libc/softfloat/bits32/softfloat-macros > head/lib/libc/softfloat/bits64/softfloat-macros > head/lib/libc/softfloat/bits64/softfloat.c > head/lib/libc/softfloat/softfloat-for-gcc.h > head/lib/libc/softfloat/softfloat-source.txt > head/lib/libc/softfloat/softfloat-specialize > head/lib/libc/softfloat/softfloat.txt I assume it's been this commit... mips.mips64eb buildworld failed, check _.mips.mips64eb.buildworld for = details mips.mipseb buildworld failed, check _.mips.mipseb.buildworld for = details mips.mipsn32eb buildworld failed, check _.mips.mipsn32eb.buildworld for = details mips.mipsel buildworld failed, check _.mips.mipsel.buildworld for = details mips.mips64el buildworld failed, check _.mips.mips64el.buildworld for = details = _.mips.mips64eb.buildworld:/scratch/tmp/bz/obj//mips.mips64eb/scratch/tmp/= bz/head.svn/tmp/usr/lib/libc.a(softfloat.o): In function = `__floatunsidf': _.mips.mips64eb.buildworld:softfloat.c:(.text+0x1440): multiple = definition of `__floatunsidf' = _.mips.mips64eb.buildworld:/scratch/tmp/bz/obj//mips.mips64eb/scratch/tmp/= bz/head.svn/tmp/usr/lib/libgcc.a(floatunsidf.o):floatunsidf.c:(.text+0x0):= first defined here = _.mips.mips64el.buildworld:/scratch/tmp/bz/obj//mips.mips64el/scratch/tmp/= bz/head.svn/tmp/usr/lib/libc.a(softfloat.o): In function = `__floatunsidf': _.mips.mips64el.buildworld:softfloat.c:(.text+0x1440): multiple = definition of `__floatunsidf' = _.mips.mips64el.buildworld:/scratch/tmp/bz/obj//mips.mips64el/scratch/tmp/= bz/head.svn/tmp/usr/lib/libgcc.a(floatunsidf.o):floatunsidf.c:(.text+0x0):= first defined here = _.mips.mipseb.buildworld:/scratch/tmp/bz/obj//mips.mipseb/scratch/tmp/bz/h= ead.svn/tmp/usr/lib/libc.a(softfloat.o): In function `__floatunsidf': _.mips.mipseb.buildworld:softfloat.c:(.text+0x1b1c): multiple definition = of `__floatunsidf' = _.mips.mipseb.buildworld:/scratch/tmp/bz/obj//mips.mipseb/scratch/tmp/bz/h= ead.svn/tmp/usr/lib/libgcc.a(floatunsidf.o):floatunsidf.c:(.text+0x0): = first defined here = _.mips.mipsel.buildworld:/scratch/tmp/bz/obj//mips.mipsel/scratch/tmp/bz/h= ead.svn/tmp/usr/lib/libc.a(softfloat.o): In function `__floatunsidf': _.mips.mipsel.buildworld:softfloat.c:(.text+0x1b10): multiple definition = of `__floatunsidf' = _.mips.mipsel.buildworld:/scratch/tmp/bz/obj//mips.mipsel/scratch/tmp/bz/h= ead.svn/tmp/usr/lib/libgcc.a(floatunsidf.o):floatunsidf.c:(.text+0x0): = first defined here = _.mips.mipsn32eb.buildworld:/scratch/tmp/bz/obj//mips.mipsn32eb/scratch/tm= p/bz/head.svn/tmp/usr/lib/libc.a(softfloat.o): In function = `__floatunsidf': _.mips.mipsn32eb.buildworld:softfloat.c:(.text+0x1368): multiple = definition of `__floatunsidf' = _.mips.mipsn32eb.buildworld:/scratch/tmp/bz/obj//mips.mipsn32eb/scratch/tm= p/bz/head.svn/tmp/usr/lib/libgcc.a(floatunsidf.o):floatunsidf.c:(.text+0x0= ): first defined here Could you please investigate? /bz --=20 Bjoern A. Zeeb You have to have visions! It does not matter how good you are. It matters what good you do!