Automatic date update in version.in
[binutils-gdb.git] / ld / testsuite / ld-loongarch-elf / bad_pcrel20_s2_global.s
blob39cedbd2743f3ae8613880978f445cf6ea9955b3
1 .hidden global_a
2 .text
3 .align 2
4 main:
5 # Symbols defined .hidden are bound local and
6 # the linker should differenciate them.
7 pcaddi $a0, %pcrel_20(global_a)
8 pcaddi $a0, %pcrel_20(global_b)