Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Oct 2011 11:12:01 +0300
From:      Kostik Belousov <kostikbel@gmail.com>
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: r226606 - in head/lib/libc: amd64 amd64/gen arm arm/gen gen i386 i386/gen ia64 ia64/gen mips mips/gen powerpc powerpc/gen powerpc64 powerpc64/gen sparc64 sparc64/gen
Message-ID:  <20111021081201.GH50300@deviant.kiev.zoral.com.ua>
In-Reply-To: <201110210640.p9L6eaeC010594@svn.freebsd.org>
References:  <201110210640.p9L6eaeC010594@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--6S+CllbbV/7E5K18
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Fri, Oct 21, 2011 at 06:40:36AM +0000, David Schultz wrote:
> Author: das
> Date: Fri Oct 21 06:40:36 2011
> New Revision: 226606
> URL: http://svn.freebsd.org/changeset/base/226606
>=20
> Log:
>   Replace a proliferation of buggy MD implementations of modf() with a
>   working MI one.  The MI one only needs to be overridden on machines
>   with non-IEEE754 arithmetic.  (The last supported one was the VAX.)
>   It can also be overridden if someone comes up with a faster one that
>   actually passes the regression tests -- but this is harder than it soun=
ds.
>=20
> Added:
>   head/lib/libc/gen/modf.c
>      - copied, changed from r226410, head/lib/msun/src/s_modf.c
> Deleted:
>   head/lib/libc/amd64/gen/modf.S
>   head/lib/libc/arm/gen/modf.c
>   head/lib/libc/i386/gen/modf.S
>   head/lib/libc/ia64/gen/modf.c
>   head/lib/libc/mips/gen/modf.S
>   head/lib/libc/mips/gen/modf.c
>   head/lib/libc/powerpc/gen/modf.c
>   head/lib/libc/powerpc64/gen/modf.c
>   head/lib/libc/sparc64/gen/modf.S
> Modified:
>   head/lib/libc/amd64/Symbol.map
>   head/lib/libc/amd64/gen/Makefile.inc
>   head/lib/libc/arm/Symbol.map
>   head/lib/libc/arm/gen/Makefile.inc
>   head/lib/libc/gen/Makefile.inc
>   head/lib/libc/gen/Symbol.map
>   head/lib/libc/i386/Symbol.map
>   head/lib/libc/i386/gen/Makefile.inc
>   head/lib/libc/ia64/Symbol.map
>   head/lib/libc/ia64/gen/Makefile.inc
>   head/lib/libc/mips/Symbol.map
>   head/lib/libc/mips/gen/Makefile.inc
>   head/lib/libc/powerpc/Symbol.map
>   head/lib/libc/powerpc/gen/Makefile.inc
>   head/lib/libc/powerpc64/Symbol.map
>   head/lib/libc/powerpc64/gen/Makefile.inc
>   head/lib/libc/sparc64/Symbol.map
>   head/lib/libc/sparc64/gen/Makefile.inc
>=20
> Modified: head/lib/libc/amd64/Symbol.map
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/lib/libc/amd64/Symbol.map	Fri Oct 21 06:36:40 2011	(r226605)
> +++ head/lib/libc/amd64/Symbol.map	Fri Oct 21 06:40:36 2011	(r226606)
> @@ -26,7 +26,6 @@ FBSD_1.0 {
>  	__infinity;
>  	__nan;
>  	makecontext;
> -	modf;
>  	rfork_thread;
>  	setjmp;
>  	longjmp;
You cannot do this, you just completely broke the ABI.
The symbols must not be removed from the versioned library.

--6S+CllbbV/7E5K18
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (FreeBSD)

iEYEARECAAYFAk6hKVEACgkQC3+MBN1Mb4hoHwCaAzYg7OCZsnLt1agmOvTjRvWA
0YEAn3Ei040IwZcCh9PqC/1SY1BbBeXv
=BsBk
-----END PGP SIGNATURE-----

--6S+CllbbV/7E5K18--



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