diff options
Diffstat (limited to 'ld/testsuite/ld-x86-64/plt-pic.s')
-rw-r--r-- | ld/testsuite/ld-x86-64/plt-pic.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ld-x86-64/plt-pic.s b/ld/testsuite/ld-x86-64/plt-pic.s new file mode 100644 index 0000000..a6f03de --- /dev/null +++ b/ld/testsuite/ld-x86-64/plt-pic.s @@ -0,0 +1,6 @@ + .text + .globl foo + .type foo,@function +foo: + call fn1@plt + jmp fn2@plt |