Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/csu Restore arm in the list of architectures suppo...
details: https://anonhg.NetBSD.org/src/rev/1737ef18e318
branches: trunk
changeset: 366769:1737ef18e318
user: martin <martin%NetBSD.org@localhost>
date: Mon Jun 13 12:55:06 2022 +0000
description:
Restore arm in the list of architectures supporting ifunc, accidently
lost in the OABI removal.
diffstat:
tests/lib/csu/h_ifunc_static.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r f7053001449c -r 1737ef18e318 tests/lib/csu/h_ifunc_static.c
--- a/tests/lib/csu/h_ifunc_static.c Mon Jun 13 09:28:58 2022 +0000
+++ b/tests/lib/csu/h_ifunc_static.c Mon Jun 13 12:55:06 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: h_ifunc_static.c,v 1.4 2021/06/07 17:11:17 christos Exp $ */
+/* $NetBSD: h_ifunc_static.c,v 1.5 2022/06/13 12:55:06 martin Exp $ */
/*-
* Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -29,7 +29,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#if defined(__i386__) || defined(__x86_64__) || defined(__powerpc__) || defined(__sparc__)
+#if defined(__arm__) || defined(__i386__) || \
+ defined(__x86_64__) || defined(__powerpc__) || defined(__sparc__)
#include <stdlib.h>
#include <string.h>
Home |
Main Index |
Thread Index |
Old Index