ld: Update function prototypes for compilers defaulting to -std=gnu23
[binutils-gdb.git] / ld / testsuite / ld-loongarch-elf / reloc_abs_with_shared.s
blob13341af2bd9552574d56758424a95f621f1d37c1
1 .text
2 .globl s
3 .data
4 .type s, @object
5 s:
6 .word 123
7 .text
8 lu12i.w $r4,%abs_hi20(s)
9 addi.d $r4,$r4,%abs_lo12(s)