mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-12 12:16:04 +08:00
18 lines
179 B
Plaintext
18 lines
179 B
Plaintext
|
# frv testcase for call $label24
|
||
|
# mach: all
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global call
|
||
|
call:
|
||
|
set_spr_immed 0,lr
|
||
|
call ok1
|
||
|
bad1:
|
||
|
fail
|
||
|
ok1:
|
||
|
test_spr_addr bad1,lr
|
||
|
|
||
|
pass
|