diff options
Diffstat (limited to 'ld/testsuite/ld-x86-64/ilp32-5.s')
-rw-r--r-- | ld/testsuite/ld-x86-64/ilp32-5.s | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/testsuite/ld-x86-64/ilp32-5.s b/ld/testsuite/ld-x86-64/ilp32-5.s new file mode 100644 index 00000000000..0d97807395e --- /dev/null +++ b/ld/testsuite/ld-x86-64/ilp32-5.s @@ -0,0 +1,8 @@ + .globl bar +bar: + mov foo(%rip), %rax + + .data +xxx: + .long foo + .long xxx |