diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-05-22 21:42:50 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-05-22 21:42:50 +0000 |
commit | 0adaa71ed66bae4bfbf5d43292833153d16bf88d (patch) | |
tree | bf16a5403333ba89e1e7d3ce1f353fc8fa0031dc /ld/testsuite/ld-x86-64/ilp32-11.s | |
parent | f664829eae5325405ce4e7f064c7be02352ce1f6 (diff) | |
download | fsf-binutils-gdb-0adaa71ed66bae4bfbf5d43292833153d16bf88d.zip fsf-binutils-gdb-0adaa71ed66bae4bfbf5d43292833153d16bf88d.tar.gz fsf-binutils-gdb-0adaa71ed66bae4bfbf5d43292833153d16bf88d.tar.bz2 |
Adjust ld-x86-64/ilp32-11.s for NACL
* ld-x86-64/ilp32-11.s Add ".space 0x1000" before func.
(func): Make it global and hidden.
* ld-x86-64/ilp32-11.d: Updated.
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 2c85385..438f094 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 |