amd64 fabs.S: put signbit into rodata instead of text
Noted by: jrtc27 MFC after: 1 week Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
4c2e9c35fb
commit
6d3f54fd09
@ -39,6 +39,7 @@ ENTRY(fabs)
|
||||
ret
|
||||
END(fabs)
|
||||
|
||||
.rodata
|
||||
.p2align 3
|
||||
signbit:
|
||||
.quad 0x8000000000000000
|
||||
|
Loading…
Reference in New Issue
Block a user