git: 6d3f54fd0901 - main - amd64 fabs.S: put signbit into rodata instead of text

Jessica Clarke jrtc27 at freebsd.org
Sun Apr 4 19:59:57 UTC 2021


On 4 Apr 2021, at 02:50, Konstantin Belousov <kib at FreeBSD.org> wrote:
> 
> The branch main has been updated by kib:
> 
> URL: https://cgit.FreeBSD.org/src/commit/?id=6d3f54fd090162ab14e2ec66f46bb1335a127a30
> 
> commit 6d3f54fd090162ab14e2ec66f46bb1335a127a30
> Author:     Konstantin Belousov <kib at FreeBSD.org>
> AuthorDate: 2021-04-04 01:36:32 +0000
> Commit:     Konstantin Belousov <kib at FreeBSD.org>
> CommitDate: 2021-04-04 01:49:22 +0000
> 
>    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(+)
> 
> 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)
> 
> +	.rodata
> 	.p2align 3
> signbit:
> 	.quad	0x8000000000000000



More information about the dev-commits-src-all mailing list