Module Name: src
Committed By: matt
Date: Sat Feb 12 16:31:33 UTC 2011
Modified Files:
src/sys/arch/hppa/include: asm.h
Log Message:
Put RCSIDs in section .ident. (use .pushsection/.popsection)
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/hppa/include/asm.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/hppa/include/asm.h
diff -u src/sys/arch/hppa/include/asm.h:1.12 src/sys/arch/hppa/include/asm.h:1.13
--- src/sys/arch/hppa/include/asm.h:1.12 Mon Dec 20 21:11:24 2010
+++ src/sys/arch/hppa/include/asm.h Sat Feb 12 16:31:32 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: asm.h,v 1.12 2010/12/20 21:11:24 joerg Exp $ */
+/* $NetBSD: asm.h,v 1.13 2011/02/12 16:31:32 matt Exp $ */
/* $OpenBSD: asm.h,v 1.12 2001/03/29 02:15:57 mickey Exp $ */
@@ -97,9 +97,9 @@
#define ALTENTRY(x) ! .export x, entry ! .label x
#define EXIT(x) ! .exit ! .procend ! .size x, .-x
-#define RCSID(x) .text !\
+#define RCSID(x) .pushsection ".ident" !\
.asciz x !\
- .align 4
+ .popsection
#define WEAK_ALIAS(alias,sym) \
.weak alias ! \