Module Name: src
Committed By: joerg
Date: Tue Apr 21 11:35:02 UTC 2020
Modified Files:
src/sys/arch/arm/include: asm.h
Log Message:
LLVM is a bit stricter and wants the ARM variant of %progbits.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/arm/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/arm/include/asm.h
diff -u src/sys/arch/arm/include/asm.h:1.32 src/sys/arch/arm/include/asm.h:1.33
--- src/sys/arch/arm/include/asm.h:1.32 Fri Apr 17 14:19:43 2020
+++ src/sys/arch/arm/include/asm.h Tue Apr 21 11:35:02 2020
@@ -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