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/0b41f7b552ad
branches: trunk
changeset: 1009346:0b41f7b552ad
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 696738c8e02a -r 0b41f7b552ad 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