diff options
Diffstat (limited to 'ld/testsuite/ld-x86-64/ilp32-11.s')
-rw-r--r-- | ld/testsuite/ld-x86-64/ilp32-11.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/testsuite/ld-x86-64/ilp32-11.s b/ld/testsuite/ld-x86-64/ilp32-11.s index 2c853850f86..438f0949a9d 100644 --- a/ld/testsuite/ld-x86-64/ilp32-11.s +++ b/ld/testsuite/ld-x86-64/ilp32-11.s @@ -4,6 +4,9 @@ .quad func + 0x7fffffff .text + .space 0x1000 .type func, @function + .global func + .hidden func func: ret |