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)
Tue, Apr 9, 2:47 PM
Unknown Object (File)
Thu, Mar 28, 9:18 PM
Unknown Object (File)
Jan 9 2024, 9:33 PM
Unknown Object (File)
Dec 20 2023, 3:08 AM
Unknown Object (File)
Nov 18 2023, 8:20 PM
Unknown Object (File)
Nov 16 2023, 8:13 PM
Unknown Object (File)
Nov 9 2023, 1:39 AM
Unknown Object (File)
Nov 6 2023, 12:46 PM
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.