diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2010-10-01 20:14:36 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2010-10-01 20:14:36 +0000 |
commit | b3b74eb4e11a3436a2f6cf5b610ebf9ede65a097 (patch) | |
tree | 2e06c78cc60a9033d7b36bea0dd583b96aa6820f /lib/msun/i387/e_log10.S | |
parent | 680a18f95187dc590908e09aa0dbf9a10ca4eaba (diff) | |
download | src-b3b74eb4e11a3436a2f6cf5b610ebf9ede65a097.tar.gz src-b3b74eb4e11a3436a2f6cf5b610ebf9ede65a097.zip |
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)
Notes
Notes:
svn path=/head/; revision=213337
Diffstat (limited to 'lib/msun/i387/e_log10.S')
-rw-r--r-- | lib/msun/i387/e_log10.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/msun/i387/e_log10.S b/lib/msun/i387/e_log10.S index 2688fe921f96..fef5b402c079 100644 --- a/lib/msun/i387/e_log10.S +++ b/lib/msun/i387/e_log10.S @@ -34,8 +34,7 @@ */ #include <machine/asm.h> - -RCSID("$FreeBSD$") +__FBSDID("$FreeBSD$") ENTRY(log10) fldlg2 |