-N, --omagic
Set the text and data sections to be readable and writable. Also, do not page-align the data segment, and disable linking against shared libraries.
Notes: bfd looks just to create single PT_LOAD and tries to keep minimal possible set of flags for it (just concatinates all sections flags that take part in PT_LOAD). Also bfd does not output empty sections, but we do. So this ones are also affect on minimal set of flags for new lld.