]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - binutils/testsuite/binutils-all/nm.exp
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / binutils / testsuite / binutils-all / nm.exp
index c27a5aedaab4d633401fc1f42268cd531f5094d2..937531992f10fab9db424dc2f714c97f42f562ef 100644 (file)
@@ -1,4 +1,4 @@
-#   Copyright (C) 1993-2020 Free Software Foundation, Inc.
+#   Copyright (C) 1993-2021 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -304,12 +304,12 @@ if [is_elf_format] {
     
     # The following targets are known to not support ifuncs.
     setup_xfail "alpha*-*-*"
-    setup_xfail "arm*-*-nto*"
-    setup_xfail "arm*-*-netbsdelf*"
-    setup_xfail "mips*-*-*"
+    setup_xfail "arm*-elf" "arm*-*-nto*" "arm*-*-netbsdelf*"
+    setup_xfail "*-*-hpux*"
+    setup_xfail "mips*-*-*" "tx39*-*-*"
     setup_xfail "msp430*-*-*"
-    setup_xfail "tx39*-*-*"
     setup_xfail "visium*-*-*"
+    setup_xfail "x86_64-*-cloudabi*"
 
     set testname "nm --ifunc-chars"
     if {![binutils_assemble $srcdir/$subdir/ifunc.s tmpdir/ifunc.o]} then {