Page MenuHomeFreeBSD

Hide .cerror, .curbrk, .minbrk on WITHOUT_SYMVER arm64
ClosedPublic

Authored by emaste on Mar 29 2016, 5:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 21, 2:01 AM
Unknown Object (File)
Fri, Nov 21, 1:56 AM
Unknown Object (File)
Fri, Nov 21, 1:55 AM
Unknown Object (File)
Fri, Nov 21, 1:54 AM
Unknown Object (File)
Mon, Nov 17, 5:53 AM
Unknown Object (File)
Sun, Nov 16, 3:34 PM
Unknown Object (File)
Thu, Nov 13, 7:41 PM
Unknown Object (File)
Thu, Nov 13, 1:10 PM
Subscribers
None

Details

Summary

When symver is in use these are hidden because they're not listed in the Symbol.map. Add an explicit .hidden so they are also hidden in the WITHOUT_SYMVER case.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste retitled this revision from to Hide .cerror, .curbrk, .minbrk on WITHOUT_SYMVER arm64.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added a reviewer: andrew.

Akin to D5571 / rS296474 for amd64 and i386.

lib/libc/aarch64/sys/cerror.S
32

This will be corrected to .hidden cerror

andrew edited edge metadata.
This revision is now accepted and ready to land.Apr 14 2016, 10:24 AM
This revision was automatically updated to reflect the committed changes.