Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/include It's __RCSID for an extra level of ...
details: https://anonhg.NetBSD.org/src/rev/71a1275dc55e
branches: trunk
changeset: 1009246:71a1275dc55e
user: joerg <joerg%NetBSD.org@localhost>
date: Sat Apr 18 10:37:37 2020 +0000
description:
It's __RCSID for an extra level of indirection on PPC
diffstat:
sys/arch/powerpc/include/asm.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 624fc1d9d2ea -r 71a1275dc55e sys/arch/powerpc/include/asm.h
--- a/sys/arch/powerpc/include/asm.h Sat Apr 18 10:30:49 2020 +0000
+++ b/sys/arch/powerpc/include/asm.h Sat Apr 18 10:37:37 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: asm.h,v 1.50 2020/04/17 14:19:44 joerg Exp $ */
+/* $NetBSD: asm.h,v 1.51 2020/04/18 10:37:37 joerg Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -156,7 +156,7 @@
#undef __RCSID
#define RCSID(x) __RCSID(x)
-#define RCSID(x) .pushsection ".ident","MS",@progbits,1; \
+#define __RCSID(x) .pushsection ".ident","MS",@progbits,1; \
.asciz x; \
.popsection
Home |
Main Index |
Thread Index |
Old Index