diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-09-30 10:19:23 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-09-30 10:20:34 -0700 |
commit | b8836e409ea9619d9886bfa920b93392decf5be0 (patch) | |
tree | 0b57012befbcc1ce96fcd1018561da7284d3ec15 /ld/testsuite/ld-x86-64/pr19013.d | |
parent | 6ab24463cb63af792c958ab4455d630b5936f1b1 (diff) | |
download | gdb-b8836e409ea9619d9886bfa920b93392decf5be0.zip gdb-b8836e409ea9619d9886bfa920b93392decf5be0.tar.gz gdb-b8836e409ea9619d9886bfa920b93392decf5be0.tar.bz2 |
Pass -m elf_x86_64 to ld for 64-bit test
* ld-x86-64/pr19013.d (ld): Add -m elf_x86_64.
Diffstat (limited to 'ld/testsuite/ld-x86-64/pr19013.d')
-rw-r--r-- | ld/testsuite/ld-x86-64/pr19013.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-x86-64/pr19013.d b/ld/testsuite/ld-x86-64/pr19013.d index 9b1473a..554e6e8 100644 --- a/ld/testsuite/ld-x86-64/pr19013.d +++ b/ld/testsuite/ld-x86-64/pr19013.d @@ -1,5 +1,5 @@ #as: --64 -#ld: --oformat elf32-i386 +#ld: --oformat elf32-i386 -m elf_x86_64 #objdump: -s -j .rodata #notarget: x86_64-*-nacl* |