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)
Wed, Mar 11, 3:47 PM
Unknown Object (File)
Wed, Mar 11, 9:44 AM
Unknown Object (File)
Mon, Mar 9, 11:02 PM
Unknown Object (File)
Tue, Mar 3, 10:04 PM
Unknown Object (File)
Jan 6 2026, 3:40 PM
Unknown Object (File)
Nov 21 2025, 4:57 AM
Unknown Object (File)
Nov 21 2025, 4:56 AM
Unknown Object (File)
Nov 21 2025, 4:55 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.