remove invalid PLT calls from sh asm
authorRich Felker <dalias@aerifal.cx>
Mon, 20 Apr 2015 00:50:03 +0000 (20:50 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 20 Apr 2015 00:50:03 +0000 (20:50 -0400)
commit646cb9a4a04e5ed78e2dd928bf9dc6e79202f609
tree75a0c54e02ba8a9623cb5e40ff0942614a696067
parentb35c4c475bea3c8f938d8e9696d1138eabb54a89
remove invalid PLT calls from sh asm

these are perfectly fine with ld-time symbol binding, but if the calls
go through a PLT thunk, they are invalid because the caller does not
setup a GOT register. use a hidden alias to bypass the issue.
src/setjmp/sh/setjmp.s
src/signal/sh/sigsetjmp.s