This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/78109] ld with -pie creates a shared library instead of an executable


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78109

--- Comment #1 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
That's what a PIE is: an ET_DYN that can be directly executed.  There is 
no bug here.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]