https://sourceware.org/bugzilla/show_bug.cgi?id=22221

--- Comment #3 from Cary Coutant <ccoutant at gmail dot com> ---
I'm not sure I understand exactly what this option is for. If "-static -pie"
will produce a static-pie executable, wouldn't such an executable already lack
a dynamic linker? That's (part of) what -static does.

What does the option have to do with the PT_PHDR header and segment? From the
name & description, it sounds like it's intended to suppress the PT_INTERP
header.

If the option is also supposed to suppress the PT_PHDR header, shouldn't we
issue a warning or an error if this option is used and we see a PHDRS clause in
the linker script?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to