libm: Add missing END() directives for amd64 routines

No functional change.  Related to D22122.

Reviewed by:	emaste, kib (earlier version both)
This commit is contained in:
Conrad Meyer 2019-10-23 16:05:52 +00:00
parent 8076c4e7d1
commit 168f19a57b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=353929
9 changed files with 9 additions and 0 deletions

View File

@ -51,5 +51,6 @@ ENTRY(remainder)
movsd -8(%rsp),%xmm0
fstp %st
ret
END(remainder)
.section .note.GNU-stack,"",%progbits

View File

@ -21,5 +21,6 @@ ENTRY(remainderf)
movss -4(%rsp),%xmm0
fstp %st
ret
END(remainderf)
.section .note.GNU-stack,"",%progbits

View File

@ -46,5 +46,6 @@ ENTRY(remainderl)
jne 1b
fstp %st(1)
ret
END(remainderl)
.section .note.GNU-stack,"",%progbits

View File

@ -31,5 +31,6 @@ ENTRY(sqrtl)
fldt 8(%rsp)
fsqrt
ret
END(sqrtl)
.section .note.GNU-stack,"",%progbits

View File

@ -33,5 +33,6 @@ ENTRY(llrintl)
fistpll (%rsp)
popq %rax
ret
END(llrintl)
.section .note.GNU-stack,"",%progbits

View File

@ -41,5 +41,6 @@ ENTRY(logbl)
fxtract
fstp %st
ret
END(logbl)
.section .note.GNU-stack,"",%progbits

View File

@ -33,5 +33,6 @@ ENTRY(lrintl)
fistpll (%rsp)
popq %rax
ret
END(lrintl)
.section .note.GNU-stack,"",%progbits

View File

@ -60,5 +60,6 @@ ENTRY(remquol)
/* Store the quotient and return. */
movl %eax,(%rdi)
ret
END(remquol)
.section .note.GNU-stack,"",%progbits

View File

@ -41,5 +41,6 @@ ENTRY(rintl)
fldt 8(%rsp)
frndint
ret
END(rintl)
.section .note.GNU-stack,"",%progbits