mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
10 lines
177 B
ArmAsm
10 lines
177 B
ArmAsm
|
# Test for PRU 32-bit, 16 and 8-bit relocations
|
||
|
|
||
|
.global byte_sym
|
||
|
.global short_sym
|
||
|
.global long_sym
|
||
|
|
||
|
.set byte_sym, 0xFA
|
||
|
.set short_sym, 0xFACE
|
||
|
.set long_sym, 0xDEADBEEF
|