summaryrefslogtreecommitdiffstats
path: root/lib/msun/i387/e_log.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/i387/e_log.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/i387/e_log.S')
-rw-r--r--lib/msun/i387/e_log.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/msun/i387/e_log.S b/lib/msun/i387/e_log.S
index 3fac5ee..8ec2db6 100644
--- a/lib/msun/i387/e_log.S
+++ b/lib/msun/i387/e_log.S
@@ -34,8 +34,7 @@
*/
#include <machine/asm.h>
-
-RCSID("$FreeBSD$")
+__FBSDID("$FreeBSD$")
ENTRY(log)
fldln2
OpenPOWER on IntegriCloud