Module Name: src Committed By: christos Date: Tue Jun 21 16:24:37 UTC 2022
Modified Files: src/tests/libexec/ld.elf_so: t_ifunc.c Log Message: sort; it is the same list as in h_ifunc_static.c; perhaps it should be a HAVE_ something? To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/tests/libexec/ld.elf_so/t_ifunc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tests/libexec/ld.elf_so/t_ifunc.c diff -u src/tests/libexec/ld.elf_so/t_ifunc.c:1.12 src/tests/libexec/ld.elf_so/t_ifunc.c:1.13 --- src/tests/libexec/ld.elf_so/t_ifunc.c:1.12 Tue Jun 21 02:52:17 2022 +++ src/tests/libexec/ld.elf_so/t_ifunc.c Tue Jun 21 12:24:37 2022 @@ -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(__sparc__) || \ defined(__powerpc__) || \ + defined(__sparc__) || \ defined(__x86_64__) #define LINKER_SUPPORT 1 #else