]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gold/testsuite/aarch64_pr23870_bar.c
Check whether symbols with MOVW_.ABS relocations require PLT entries (aarch64).
[thirdparty/binutils-gdb.git] / gold / testsuite / aarch64_pr23870_bar.c
1 void bar (void);
2
3 void bar ()
4 {
5 return;
6 }