Fix spurious match in extract_symvers
commit6002a3cd39c984423c59255ac780efb8b668b73a
authorAndreas Schwab <schwab@linux-m68k.org>
Thu, 4 Jan 2024 09:53:04 +0000 (4 10:53 +0100)
committerAndreas Schwab <schwab@linux-m68k.org>
Tue, 9 Jan 2024 22:11:42 +0000 (9 23:11 +0100)
tree717ae2a0a3d0980c31f8cb0479cb632b1af3dc2b
parentae3003b20d3e3ab6e50a6d4f2173e10ad9025135
Fix spurious match in extract_symvers

Tighten the regex to find the start of the .dynsym symtab in the readelf
output to avoid matching the section symbol in the normal symtab.

libstdc++-v3:
* scripts/extract_symvers.in: Require final colon to only match
.dsynsym in the header of the dynamic symtab.
libstdc++-v3/scripts/extract_symvers.in