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/e9a12d9837b5
branches:  trunk
changeset: 930941:e9a12d9837b5
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 5fbd0e367763 -r e9a12d9837b5 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