diff options
Diffstat (limited to 'ld/testsuite/ld-x86-64/pr13947.s')
-rw-r--r-- | ld/testsuite/ld-x86-64/pr13947.s | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/testsuite/ld-x86-64/pr13947.s b/ld/testsuite/ld-x86-64/pr13947.s new file mode 100644 index 0000000..71928cb --- /dev/null +++ b/ld/testsuite/ld-x86-64/pr13947.s @@ -0,0 +1,5 @@ + .text + .globl foo + .type foo, @function +foo: + call bar@PLT |