size-optimize sh/fdpic dynamic entry point
authorRich Felker <dalias@aerifal.cx>
Tue, 22 Sep 2015 04:14:07 +0000 (04:14 +0000)
committerRich Felker <dalias@aerifal.cx>
Tue, 22 Sep 2015 04:14:07 +0000 (04:14 +0000)
commit7f9086df95b707b4518d22d4d1dbd747085e115d
treee5246de14e4af589028bc6d0e85d773b3548cdfa
parentcab2b1f9d71db31d6dc4ae9dcab6989182b7b533
size-optimize sh/fdpic dynamic entry point

the __fdpic_fixup code is not needed for ET_DYN executables, which
instead use reloctions, so we can omit it from the dynamic linker and
static-pie entry point and save some code size.
arch/sh/crt_arch.h