[binutils-gdb] Re: readelf: Display the base symbol version as empty string
Alan Modra
amodra@sourceware.org
Tue Nov 11 01:43:08 GMT 2025
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=83e27716602f9aedca8c755ecd095d0ad1a75f6c
commit 83e27716602f9aedca8c755ecd095d0ad1a75f6c
Author: Alan Modra <amodra@gmail.com>
Date: Tue Nov 11 12:04:19 2025 +1030
Re: readelf: Display the base symbol version as empty string
Update a gold test for commit 2be0f2da2100.
PR binutils/33599
* testsuite/ver_test_4.sh: Expect "t1_2@".
Diff:
---
gold/testsuite/ver_test_4.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gold/testsuite/ver_test_4.sh b/gold/testsuite/ver_test_4.sh
index 5c85447d630..00aa4e27218 100755
--- a/gold/testsuite/ver_test_4.sh
+++ b/gold/testsuite/ver_test_4.sh
@@ -35,7 +35,7 @@ check()
fi
}
-check ver_test_4.syms "t1_2\$"
+check ver_test_4.syms "t1_2@\$"
check ver_test_4.syms "t1_2@@VER2"
check ver_test_4.syms "t2_2@VER1"
check ver_test_4.syms "t2_2@@VER2"
More information about the Binutils-cvs
mailing list