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)
Thu, Oct 17, 9:04 AM
Unknown Object (File)
Mon, Oct 7, 5:44 PM
Unknown Object (File)
Mon, Oct 7, 5:43 PM
Unknown Object (File)
Mon, Oct 7, 5:42 PM
Unknown Object (File)
Mon, Oct 7, 5:00 PM
Unknown Object (File)
Sep 30 2024, 10:38 PM
Unknown Object (File)
Sep 23 2024, 1:35 PM
Unknown Object (File)
Sep 23 2024, 12:11 AM
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.