[Bug target/88627] Gcc -N -nostdlib Now includes PT_INTERP Which causes auxv fetching to fail due to out of range PT_PHDR

2018-12-29 Thread ryan at bitlackeys dot org
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

2018-12-27 Thread ryan at bitlackeys dot org
: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: ryan at bitlackeys dot org Target Milestone: ---