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/amd64 | |
parent | 680a18f95187dc590908e09aa0dbf9a10ca4eaba (diff) |
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/amd64')
-rw-r--r-- | lib/msun/amd64/s_logbl.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/msun/amd64/s_logbl.S b/lib/msun/amd64/s_logbl.S index dcf012180fd5..bafb0e8e1df7 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) |