https://sourceware.org/bugzilla/show_bug.cgi?id=29448
Bug ID: 29448 Summary: aarch64: "has a LOAD segment with RWX permissions" Product: binutils Version: 2.39 Status: UNCONFIRMED Severity: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: jerome.forissier at linaro dot org Target Milestone: --- ld.bfd is producing the following warning: aarch64-linux-gnu-ld.bfd: warning: out/arm-plat-vexpress/core/tee.elf has a LOAD segment with RWX permissions tee.elf is produced with a custom linker script. Full details on how to reproduce may be found at https://github.com/OP-TEE/optee_os/issues/5471#issuecomment-1205362895, but in a nutshell this seems related to #21252. Previously, no warning was output. Now that the linker warns by default, it causes build errors with --fatal-warnings (obviously) which is a bit annoying. -- You are receiving this mail because: You are on the CC list for the bug.