]> sourceware.org Git - glibc.git/commit
i386: Support static PIE in start.S
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 4 Aug 2017 19:59:35 +0000 (12:59 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 4 Aug 2017 19:59:51 +0000 (12:59 -0700)
commit1e8e527dd9718eaebe8417b73befb0c821b7b327
tree408997f8dd08bcb0d541baf1ce39ff31d3a490bf
parente13daad7ac81968e9aaa4a87497f898bb15f4ef8
i386: Support static PIE in start.S

Since start.o may be compiled as PIC, we should check PIC instead of
SHARED.  Also avoid dynamic relocation against main in static PIE since
_start is the entry point before the executable is relocated.

* sysdeps/i386/start.S (_start): Check Check PIC instead of
SHARED.  Avoid dynamic relocation against main in static PIE.
ChangeLog
sysdeps/i386/start.S
This page took 0.044438 seconds and 5 git commands to generate.