m68k: tag floating-point ABI used
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / gc-plt2.s
1 .text
2 .align 2
3 .global bar
4 .type bar, %function
5 bar:
6 b foo
7
8 .align 2
9 .type foo, %function
10 foo:
11 bl hidfn
This page took 0.072144 seconds and 4 git commands to generate.