add sh fdpic subarch variants
authorRich Felker <dalias@aerifal.cx>
Sat, 12 Sep 2015 03:22:19 +0000 (03:22 +0000)
committerRich Felker <dalias@aerifal.cx>
Sat, 12 Sep 2015 03:23:49 +0000 (03:23 +0000)
commitd4c82d05b8d0ee97f6356d60986799a95ed5bd74
treede0fdcb0f480af72fa10ffe7197fd861a16a5257
parent4ccc1a01e037251a0ddc3dd07dd1a1fb91a8aa16
add sh fdpic subarch variants

with this commit it should be possible to produce a working
static-linked fdpic libc and application binaries for sh.

the changes in reloc.h are largely unused at this point since dynamic
linking is not supported, but the CRTJMP macro is used one place
outside of dynamic linking, in __unmapself.
arch/sh/reloc.h
configure