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)
Mon, Apr 27, 4:36 PM
Unknown Object (File)
Wed, Apr 22, 1:48 AM
Unknown Object (File)
Tue, Apr 21, 10:44 PM
Unknown Object (File)
Fri, Apr 17, 9:38 AM
Unknown Object (File)
Wed, Apr 15, 11:15 AM
Unknown Object (File)
Tue, Apr 14, 11:54 PM
Unknown Object (File)
Thu, Apr 9, 12:32 AM
Unknown Object (File)
Sun, Apr 5, 10:06 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.