https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78109
--- Comment #3 from Hadrien ---
Thank you for your messages.
I called the 'file' command on a .so and an executable, they both show the same
kind of information. I understand that a program like the file explorer can get
confused.
As everything
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78109
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78109
--- Comment #1 from joseph at codesourcery dot com ---
That's what a PIE is: an ET_DYN that can be directly executed. There is
no bug here.