Source-Changes-HG archive

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

[src/trunk]: src/tests/libexec/ld.elf_so sort; it is the same list as in h_if...



details:   https://anonhg.NetBSD.org/src/rev/55b9fa49864f
branches:  trunk
changeset: 367680:55b9fa49864f
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jun 21 16:24:37 2022 +0000

description:
sort; it is the same list as in h_ifunc_static.c; perhaps it should be
a HAVE_ something?

diffstat:

 tests/libexec/ld.elf_so/t_ifunc.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r f8e7f4df766f -r 55b9fa49864f tests/libexec/ld.elf_so/t_ifunc.c
--- a/tests/libexec/ld.elf_so/t_ifunc.c Tue Jun 21 16:08:25 2022 +0000
+++ b/tests/libexec/ld.elf_so/t_ifunc.c Tue Jun 21 16:24:37 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_ifunc.c,v 1.12 2022/06/21 06:52:17 skrll Exp $       */
+/*     $NetBSD: t_ifunc.c,v 1.13 2022/06/21 16:24:37 christos Exp $    */
 
 /*
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -39,8 +39,8 @@
     defined(__aarch64__) || \
     defined(__arm__) || \
     defined(__i386__) || \
+    defined(__powerpc__) || \
     defined(__sparc__) || \
-    defined(__powerpc__) || \
     defined(__x86_64__)
 #define        LINKER_SUPPORT 1
 #else



Home | Main Index | Thread Index | Old Index