From 6d3f54fd090162ab14e2ec66f46bb1335a127a30 Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Sun, 4 Apr 2021 04:36:32 +0300 Subject: [PATCH] amd64 fabs.S: put signbit into rodata instead of text 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