summaryrefslogtreecommitdiffstats
path: root/lib/msun/amd64/s_logbl.S
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2010-10-01 20:14:36 +0000
committerdim <dim@FreeBSD.org>2010-10-01 20:14:36 +0000
commit410484186a9c862f3ab8e402e0ee1d5a911bbd41 (patch)
tree2e06c78cc60a9033d7b36bea0dd583b96aa6820f /lib/msun/amd64/s_logbl.S
parent82e7fda04c8b98663e816555e9a1134d19462f2f (diff)
downloadFreeBSD-src-410484186a9c862f3ab8e402e0ee1d5a911bbd41.zip
FreeBSD-src-410484186a9c862f3ab8e402e0ee1d5a911bbd41.tar.gz
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)
Diffstat (limited to 'lib/msun/amd64/s_logbl.S')
-rw-r--r--lib/msun/amd64/s_logbl.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/msun/amd64/s_logbl.S b/lib/msun/amd64/s_logbl.S
index dcf0121..bafb0e8 100644
--- a/lib/msun/amd64/s_logbl.S
+++ b/lib/msun/amd64/s_logbl.S
@@ -34,8 +34,7 @@
*/
#include <machine/asm.h>
-
-RCSID("$FreeBSD$")
+__FBSDID("$FreeBSD$")
ENTRY(logbl)
fldt 8(%rsp)
OpenPOWER on IntegriCloud