Page MenuHomeFreeBSD

Use OBJT_PHYS objects for linker files.
ClosedPublic

Authored by markj on Oct 1 2019, 7:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 23, 1:25 AM
Unknown Object (File)
Sep 27 2024, 3:44 PM
Unknown Object (File)
Sep 23 2024, 2:17 AM
Unknown Object (File)
Sep 22 2024, 10:58 PM
Unknown Object (File)
Sep 22 2024, 12:28 PM
Unknown Object (File)
Sep 22 2024, 6:17 AM
Unknown Object (File)
Sep 21 2024, 11:20 AM
Unknown Object (File)
Sep 11 2024, 12:39 AM
Subscribers

Details

Summary

... when SPARSE_MAPPING is defined.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 26816
Build 25150: arc lint + arc unit

Event Timeline

markj added reviewers: alc, kib.

No objections, but why ? link_elf_obj also uses OBJT_DEFAULT.

In D21862#477610, @kib wrote:

No objections, but why ? link_elf_obj also uses OBJT_DEFAULT.

I don't see a reason to use OBJT_DEFAULT, and it carries more unnecessary overhead (pv entry allocation, for instance).

I will change link_elf_obj.c as well.

This revision is now accepted and ready to land.Oct 2 2019, 1:40 PM
This revision was automatically updated to reflect the committed changes.