diff options
Diffstat (limited to 'ld/testsuite/ld-aarch64/gc-plt2.s')
-rw-r--r-- | ld/testsuite/ld-aarch64/gc-plt2.s | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/testsuite/ld-aarch64/gc-plt2.s b/ld/testsuite/ld-aarch64/gc-plt2.s new file mode 100644 index 0000000..e9fb4cb --- /dev/null +++ b/ld/testsuite/ld-aarch64/gc-plt2.s @@ -0,0 +1,11 @@ + .text + .align 2 + .global bar + .type bar, %function +bar: + b foo + + .align 2 + .type foo, %function +foo: + bl hidfn |