Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/include LLVM is a bit stricter and wants the AR...



details:   https://anonhg.NetBSD.org/src/rev/0721e252993d
branches:  trunk
changeset: 931063:0721e252993d
user:      joerg <joerg%NetBSD.org@localhost>
date:      Tue Apr 21 11:35:02 2020 +0000

description:
LLVM is a bit stricter and wants the ARM variant of %progbits.

diffstat:

 sys/arch/arm/include/asm.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f690d3d1444d -r 0721e252993d sys/arch/arm/include/asm.h
--- a/sys/arch/arm/include/asm.h        Tue Apr 21 09:58:07 2020 +0000
+++ b/sys/arch/arm/include/asm.h        Tue Apr 21 11:35:02 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: asm.h,v 1.32 2020/04/17 14:19:43 joerg Exp $   */
+/*     $NetBSD: asm.h,v 1.33 2020/04/21 11:35:02 joerg Exp $   */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -221,7 +221,7 @@
 #define        PIC_SYM(x,y)    x
 #endif /* __PIC__ */
 
-#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