mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-22 13:47:44 +01:00
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@29024 a95241bf-73f2-0310-859d-f6bbb57e9c96
20 lines
313 B
ArmAsm
20 lines
313 B
ArmAsm
.abicalls
|
|
.set noreorder
|
|
.include "mips16-pic-1.inc"
|
|
|
|
callpic unused6,mips16
|
|
jals unused7,mips16
|
|
jals unused10,mips16
|
|
callpic used8,nomips16
|
|
jals used9,nomips16
|
|
callpic used15,nomips16
|
|
jals used16,nomips16
|
|
callpic used21,mips16
|
|
|
|
.globl __start
|
|
.ent __start
|
|
.set nomips16
|
|
__start:
|
|
nop
|
|
.end __start
|