Use __FBSDID() instead of RCSID() in most .S files under lib/msun/i386,

and one under lib/msun/amd64.  This avoids adding the identifiers to the
.text section, and moves them to the .comment section instead.

Suggested by:	bde
Approved by:	rpaulo (mentor)
This commit is contained in:
Dimitry Andric 2010-10-01 20:14:36 +00:00
parent 680a18f951
commit b3b74eb4e1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=213337
21 changed files with 21 additions and 42 deletions

View File

@ -34,8 +34,7 @@
*/
#include <machine/asm.h>
RCSID("$FreeBSD$")
__FBSDID("$FreeBSD$")
ENTRY(logbl)
fldt 8(%rsp)

View File

@ -34,8 +34,7 @@
*/
#include <machine/asm.h>
RCSID("$FreeBSD$")
__FBSDID("$FreeBSD$")
/* e^x = 2^(x * log2(e)) */
ENTRY(exp)

View File

@ -34,8 +34,7 @@
*/
#include <machine/asm.h>
RCSID("$FreeBSD$")
__FBSDID("$FreeBSD$")
ENTRY(fmod)
fldl 12(%esp)

View File

@ -34,8 +34,7 @@
*/
#include <machine/asm.h>
RCSID("$FreeBSD$")
__FBSDID("$FreeBSD$")
ENTRY(log)
fldln2

View File

@ -34,8 +34,7 @@
*/
#include <machine/asm.h>
RCSID("$FreeBSD$")
__FBSDID("$FreeBSD$")
ENTRY(log10)
fldlg2

View File

@ -34,8 +34,7 @@
*/
#include <machine/asm.h>
RCSID("$FreeBSD$")
__FBSDID("$FreeBSD$")
ENTRY(remainder)
fldl 12(%esp)

View File

@ -34,8 +34,7 @@
*/
#include <machine/asm.h>
RCSID("$FreeBSD$")
__FBSDID("$FreeBSD$")
ENTRY(sqrt)
fldl 4(%esp)

View File

@ -34,8 +34,7 @@
*/
#include <machine/asm.h>
RCSID("$FreeBSD$")
__FBSDID("$FreeBSD$")
ENTRY(sqrtl)
fldt 4(%esp)

View File

@ -34,8 +34,7 @@
*/
#include <machine/asm.h>
RCSID("$FreeBSD$")
__FBSDID("$FreeBSD$")
ENTRY(ceil)
pushl %ebp

View File

@ -34,8 +34,7 @@
*/
#include <machine/asm.h>
RCSID("$FreeBSD$")
__FBSDID("$FreeBSD$")
ENTRY(copysign)
movl 16(%esp),%edx

View File

@ -34,8 +34,7 @@
*/
#include <machine/asm.h>
RCSID("$FreeBSD$")
__FBSDID("$FreeBSD$")
ENTRY(cos)
fldl 4(%esp)

View File

@ -34,8 +34,7 @@
*/
#include <machine/asm.h>
RCSID("$FreeBSD$")
__FBSDID("$FreeBSD$")
ENTRY(finite)
movl 8(%esp),%eax

View File

@ -34,8 +34,7 @@
*/
#include <machine/asm.h>
RCSID("$FreeBSD$")
__FBSDID("$FreeBSD$")
ENTRY(floor)
pushl %ebp

View File

@ -34,8 +34,7 @@
*/
#include <machine/asm.h>
RCSID("$FreeBSD$")
__FBSDID("$FreeBSD$")
ENTRY(logb)
fldl 4(%esp)

View File

@ -34,8 +34,7 @@
*/
#include <machine/asm.h>
RCSID("$FreeBSD$")
__FBSDID("$FreeBSD$")
ENTRY(logbl)
fldt 4(%esp)

View File

@ -34,8 +34,7 @@
*/
#include <machine/asm.h>
RCSID("$FreeBSD$")
__FBSDID("$FreeBSD$")
ENTRY(rint)
fldl 4(%esp)

View File

@ -34,8 +34,7 @@
*/
#include <machine/asm.h>
RCSID("$FreeBSD$")
__FBSDID("$FreeBSD$")
ENTRY(rintl)
fldt 4(%esp)

View File

@ -34,8 +34,7 @@
*/
#include <machine/asm.h>
RCSID("$FreeBSD$")
__FBSDID("$FreeBSD$")
ENTRY(scalbn)
fildl 12(%esp)

View File

@ -34,8 +34,7 @@
*/
#include <machine/asm.h>
RCSID("$FreeBSD$")
__FBSDID("$FreeBSD$")
ENTRY(significand)
fldl 4(%esp)

View File

@ -34,8 +34,7 @@
*/
#include <machine/asm.h>
RCSID("$FreeBSD$")
__FBSDID("$FreeBSD$")
ENTRY(sin)
fldl 4(%esp)

View File

@ -34,8 +34,7 @@
*/
#include <machine/asm.h>
RCSID("$FreeBSD$")
__FBSDID("$FreeBSD$")
ENTRY(tan)
fldl 4(%esp)