Date: Fri, 20 Jan 2012 13:20:55 +0000 From: "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net> To: David Schultz <das@FreeBSD.org> 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 Message-ID: <5F82639B-ACD9-493B-8F91-FE6F5BAD8B35@lists.zabbadoz.net> In-Reply-To: <201201200616.q0K6GEwT026852@svn.freebsd.org> References: <201201200616.q0K6GEwT026852@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5F82639B-ACD9-493B-8F91-FE6F5BAD8B35>