svn commit: r230363 - in head/lib/libc/softfloat: . bits32 bits64

Bjoern A. Zeeb bzeeb-lists at lists.zabbadoz.net
Fri Jan 20 13:21:01 UTC 2012


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
> 
> 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/.
> 
> 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/head.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/head.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/head.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/head.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/tmp/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/tmp/bz/head.svn/tmp/usr/lib/libgcc.a(floatunsidf.o):floatunsidf.c:(.text+0x0): first defined here


Could you please investigate?

/bz

-- 
Bjoern A. Zeeb                                 You have to have visions!
   It does not matter how good you are. It matters what good you do!



More information about the svn-src-all mailing list