make sh crti/crtn init/fini fragments setup proper stack frame
authorRich Felker <dalias@aerifal.cx>
Sat, 12 Sep 2015 02:50:28 +0000 (02:50 +0000)
committerRich Felker <dalias@aerifal.cx>
Sat, 12 Sep 2015 02:50:28 +0000 (02:50 +0000)
commitad5d8a2bf3526bce4317055612709ac076b5c4c3
tree015d43a66be3e775c5c79171dc85ea814b98e7fb
parent17cdbc4e427fd4f9cfdecb455294245732cbb36f
make sh crti/crtn init/fini fragments setup proper stack frame

for fdpic support is is essential that the got pointer be saved at a
known, ABI-dictated offset from the frame pointer, since there is no
way to recover it once it's lost.
crt/sh/crti.s
crt/sh/crtn.s