From: Alan Modra Date: Tue, 11 Nov 2025 01:34:19 +0000 (+1030) Subject: Re: readelf: Display the base symbol version as empty string X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83e27716602f9aedca8c755ecd095d0ad1a75f6c;p=thirdparty%2Fbinutils-gdb.git 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 --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"