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
25 lines
402 B
Makefile
25 lines
402 B
Makefile
#name: jal to bal
|
|
#source: jalbal.s
|
|
#as: -EB -n32 -march=rm9000
|
|
#ld: -EB -e s1 -Ttext 0x200000a0
|
|
#objdump: -d
|
|
|
|
.*file format elf.*mips.*
|
|
|
|
Disassembly of section \.text:
|
|
|
|
.* <s1>:
|
|
.* 0c00802a jal .*200200a8 <s3>
|
|
.* 00000000 nop
|
|
.* 04117fff bal .*200200a8 <s3>
|
|
|
|
.* <s2>:
|
|
.* \.\.\.
|
|
|
|
.* <s3>:
|
|
.* 04118000 bal .*200000ac <s2>
|
|
.* 00000000 nop
|
|
.* 0c00002b jal .*200000ac <s2>
|
|
.* 00000000 nop
|
|
.* \.\.\.
|