diff options
author | dim <dim@FreeBSD.org> | 2010-10-01 20:14:36 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2010-10-01 20:14:36 +0000 |
commit | 410484186a9c862f3ab8e402e0ee1d5a911bbd41 (patch) | |
tree | 2e06c78cc60a9033d7b36bea0dd583b96aa6820f /lib/msun/amd64/s_logbl.S | |
parent | 82e7fda04c8b98663e816555e9a1134d19462f2f (diff) | |
download | FreeBSD-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.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 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) |