From fb04a67e6f8eb49e3bb5cd2f90301c9b05e021e7 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 8 Aug 2025 23:16:06 +0100 Subject: [PATCH] binutils: add ia64 marker in name of testranges-ia64 Otherwise, the same test appears twice, once with PASS, once with UNSUPPORTED on non-ia64. Just add '(ia64)' to the name so binutils.log is clearer. * testsuite/binutils-all/testranges-ia64.d (#name): Add suffix. --- binutils/testsuite/binutils-all/testranges-ia64.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binutils/testsuite/binutils-all/testranges-ia64.d b/binutils/testsuite/binutils-all/testranges-ia64.d index e1e29e71632..26963c97a57 100644 --- a/binutils/testsuite/binutils-all/testranges-ia64.d +++ b/binutils/testsuite/binutils-all/testranges-ia64.d @@ -1,7 +1,7 @@ #PROG: objcopy #source: testranges-ia64.s #readelf: -wR --wide -#name: unordered .debug_info references to .debug_ranges +#name: unordered .debug_info references to .debug_ranges (ia64) #target: ia64-*-* Contents of the .debug_ranges section: -- 2.47.3