remove invalid PLT calls from microblaze asm

analogous to commit 646cb9a4a0 for sh.
This commit is contained in:
Rich Felker
2015-04-19 20:56:20 -04:00
parent 646cb9a4a0
commit a880e6ceb9
2 changed files with 6 additions and 2 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: