HomeFreeBSD

libcxxrt: correct mangled "typeinfo name" symbols in Version.map

Description

libcxxrt: correct mangled "typeinfo name" symbols in Version.map

r260553 added missing C++ typinfos to libcxxrt's version script.
It appears that a number of duplicate mangled symbols were added due to
a cut and paste error. Switch the second instances to _ZTS*,
typeinfo name for *.

Found by lld, which produces an error or warning for duplicate symbols.

Reviewed by: dim
Approved by: re (gjb)
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D7011

Details

Provenance
emasteAuthored on
Reviewer
dim
Differential Revision
D7011: libcxxrt: correct mangled "typeinfo name" symbols in Version.map
Parents
rS302277: MfH @r302276
Branches
Unknown
Tags
Unknown