]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Re: readelf: Display the base symbol version as empty string
authorAlan Modra <amodra@gmail.com>
Tue, 11 Nov 2025 01:34:19 +0000 (12:04 +1030)
committerAlan Modra <amodra@gmail.com>
Tue, 11 Nov 2025 01:38:56 +0000 (12:08 +1030)
Update a gold test for commit 2be0f2da2100.

PR binutils/33599
* testsuite/ver_test_4.sh: Expect "t1_2@".

gold/testsuite/ver_test_4.sh

index 5c85447d6300c4a0d55ada98c4a0f21d0b59c79c..00aa4e2721855a90d161f28d4a4a573720165289 100755 (executable)
@@ -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"