remove invalid PLT calls from or1k asm

analogous to commit 646cb9a4a0 for sh.
This commit is contained in:
Rich Felker
2015-04-19 21:49:54 -04:00
parent cf1a9d9d16
commit 51fc77c7c0
2 changed files with 7 additions and 3 deletions
+3
View File
@@ -1,9 +1,12 @@
.global ___setjmp
.hidden ___setjmp
.global __setjmp
.global _setjmp
.global setjmp
.type __setjmp,@function
.type _setjmp,@function
.type setjmp,@function
___setjmp:
__setjmp:
_setjmp:
setjmp: