mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
10 lines
159 B
ArmAsm
10 lines
159 B
ArmAsm
|
# Test linking incompatible object file types.
|
||
|
|
||
|
.text
|
||
|
.global _start
|
||
|
_start:
|
||
|
movhi r2, %hiadj(foo)
|
||
|
addi r2, r2, %lo(foo)
|
||
|
ldw r2, 0(r2)
|
||
|
cmpeq r2, r2, zero
|