Page MenuHomeFreeBSD

libm: remove duplicate version script entries
ClosedPublic

Authored by emaste on Nov 24 2016, 1:23 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 3, 1:07 AM
Unknown Object (File)
Mar 3 2024, 7:33 AM
Unknown Object (File)
Mar 3 2024, 7:06 AM
Unknown Object (File)
Feb 23 2024, 1:22 PM
Unknown Object (File)
Feb 23 2024, 1:22 PM
Unknown Object (File)
Feb 23 2024, 1:22 PM
Unknown Object (File)
Feb 23 2024, 1:17 PM
Unknown Object (File)
Feb 23 2024, 1:03 PM
Subscribers
None

Details

Summary

These symbols already appear in the common lib/msun/Symbol.map. Duplicate entries produce an error with LLVM's LLD linker.

Diff Detail

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

Event Timeline

emaste retitled this revision from to libm: remove duplicate MIPS version script entries.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added reviewers: br, imp.

should we remove from arm and riscv as well ?

emaste retitled this revision from libm: remove duplicate MIPS version script entries to libm: remove duplicate version script entries.
emaste added a reviewer: ARM.
  • update to remove duplicates from arm and riscv, in addition to mips (reported by @br)
br edited edge metadata.
This revision is now accepted and ready to land.Nov 28 2016, 11:57 PM
This revision was automatically updated to reflect the committed changes.

For reference these were added to the main Symbol.map in rS226218 and added again on arm in rS230367, and then copied to risc-v and mips.