[Bug target/88627] Gcc -N -nostdlib Now includes PT_INTERP Which causes auxv fetching to fail due to out of range PT_PHDR
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88627 --- Comment #2 from Ryan --- I can understand that (even though previous behavior was different). However, the PT_PHDR segment should still always exist within the range of a LOAD segment since the dynamic linker relies on the auxv entry AT_PHDR
[Bug c/88627] New: Gcc -N -nostdlib Now includes PT_INTERP Which causes auxv fetching to fail due to out of range PT_PHDR
: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: ryan at bitlackeys dot org Target Milestone: ---