Page MenuHomeFreeBSD

libstdc++: fix up symbol version script
ClosedPublic

Authored by emaste on Apr 19 2017, 5:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 16, 5:00 AM
Unknown Object (File)
Sun, Oct 12, 2:10 AM
Unknown Object (File)
Sat, Oct 11, 8:05 PM
Unknown Object (File)
Sun, Oct 5, 2:24 AM
Unknown Object (File)
Aug 17 2025, 6:23 PM
Unknown Object (File)
Aug 5 2025, 2:53 AM
Unknown Object (File)
Jul 21 2025, 5:49 AM
Unknown Object (File)
Jul 21 2025, 2:45 AM
Subscribers

Details

Summary

LLD is less tolerant of inconsistencies in the symbol version script.

  • Add a ; on the last entry in a version block
  • Remove duplicated symbols, retaining those in the earliest block

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

@bdrewery confirmed in D10352 that GNU ld puts symbols into the first version in which they're found.

This revision is now accepted and ready to land.Apr 19 2017, 5:49 PM
This revision was automatically updated to reflect the committed changes.