Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work around(?) LD error: PHDR segment not covered by LOAD segment
Among the changes[1] in GNU ld 2.34 is this note: * The ld check for "PHDR segment not covered by LOAD segment" is more effective, catching cases that were wrongly allowed by previous versions of ld. If you see this error it is likely you are linking with a bad linker script or the binary you are building is not intended to be loaded by a dynamic loader. In the latter case --no-dynamic-linker is appropriate. [1]: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=ld/NEWS;hb=refs/heads/binutils-2_34-branch
- Loading branch information