mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-30 13:33:53 +08:00
42851540ac
Fix several crx bugs.
7 lines
132 B
ArmAsm
7 lines
132 B
ArmAsm
# Test register relative relocation R_CRX_REGREL32
|
|
|
|
.section .text_32,"ax","progbits"
|
|
.global _start
|
|
_start:
|
|
loadb foo32(r5), r7
|