
Absolute address symbols cannot be used with -shared. We output more information to the user than just BFD_ASSETR.
9 lines
148 B
ArmAsm
9 lines
148 B
ArmAsm
.text
|
|
.globl s
|
|
.data
|
|
.type s, @object
|
|
s:
|
|
.word 123
|
|
.text
|
|
lu12i.w $r4,%abs_hi20(s)
|
|
addi.d $r4,$r4,%abs_lo12(s)
|