Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Apr 2021 20:59:54 +0100
From:      Jessica Clarke <jrtc27@freebsd.org>
To:        Konstantin Belousov <kib@FreeBSD.org>
Cc:        "src-committers@freebsd.org" <src-committers@FreeBSD.org>, "dev-commits-src-all@freebsd.org" <dev-commits-src-all@FreeBSD.org>, "dev-commits-src-main@freebsd.org" <dev-commits-src-main@FreeBSD.org>
Subject:   Re: git: 6d3f54fd0901 - main - amd64 fabs.S: put signbit into rodata instead of text
Message-ID:  <5E9FB294-48BC-4805-82AF-F3ED76276550@freebsd.org>
In-Reply-To: <202104040150.1341o01x072186@gitrepo.freebsd.org>
References:  <202104040150.1341o01x072186@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 4 Apr 2021, at 02:50, Konstantin Belousov <kib@FreeBSD.org> wrote:
>=20
> The branch main has been updated by kib:
>=20
> URL: =
https://cgit.FreeBSD.org/src/commit/?id=3D6d3f54fd090162ab14e2ec66f46bb133=
5a127a30
>=20
> commit 6d3f54fd090162ab14e2ec66f46bb1335a127a30
> Author:     Konstantin Belousov <kib@FreeBSD.org>
> AuthorDate: 2021-04-04 01:36:32 +0000
> Commit:     Konstantin Belousov <kib@FreeBSD.org>
> CommitDate: 2021-04-04 01:49:22 +0000
>=20
>    amd64 fabs.S: put signbit into rodata instead of text

Thanks!

Jess

>    Noted by:       jrtc27
>    MFC after:      1 week
>    Sponsored by:   The FreeBSD Foundation
> ---
> lib/libc/amd64/gen/fabs.S | 1 +
> 1 file changed, 1 insertion(+)
>=20
> diff --git a/lib/libc/amd64/gen/fabs.S b/lib/libc/amd64/gen/fabs.S
> index bb1ac3a81b96..1da21d03f506 100644
> --- a/lib/libc/amd64/gen/fabs.S
> +++ b/lib/libc/amd64/gen/fabs.S
> @@ -39,6 +39,7 @@ ENTRY(fabs)
> 	ret
> END(fabs)
>=20
> +	.rodata
> 	.p2align 3
> signbit:
> 	.quad	0x8000000000000000




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5E9FB294-48BC-4805-82AF-F3ED76276550>