diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2011-01-15 00:38:35 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2011-01-15 00:38:35 +0000 |
commit | 9d53781512bf5608bfc256dbf8a13c7c0ca7d591 (patch) | |
tree | f00091ff584f308a9f44abc88a70895888524bcc | |
parent | e8d8a7b6229e1f5e0e0c1c1fab7f4c05f58af185 (diff) | |
download | fsf-binutils-gdb-9d53781512bf5608bfc256dbf8a13c7c0ca7d591.zip fsf-binutils-gdb-9d53781512bf5608bfc256dbf8a13c7c0ca7d591.tar.gz fsf-binutils-gdb-9d53781512bf5608bfc256dbf8a13c7c0ca7d591.tar.bz2 |
Replace n32 with x32.
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-x86-64/ia32-2.d | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-x86-64/lp64-3.d | 4 |
3 files changed, 7 insertions, 5 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 498de82..3b10b2d 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,10 +1,12 @@ 2011-01-14 H.J. Lu <hongjiu.lu@intel.com> - * ld-x86-64/ilp32-1.d: Replace --n32 with --x32. + * ld-x86-64/ia32-2.d: Replace --n32 with --x32. + * ld-x86-64/ilp32-1.d: Likewise. * ld-x86-64/ilp32-2.d: Likewise. * ld-x86-64/ilp32-3.d: Likewise. * ld-x86-64/ilp32-4.d: Likewise. * ld-x86-64/ilp32-5.d: Likewise. + * ld-x86-64/lp64-3.d: Likewise. * ld-x86-64/x86-64.exp: Likewise. 2011-01-14 H.J. Lu <hongjiu.lu@intel.com> diff --git a/ld/testsuite/ld-x86-64/ia32-2.d b/ld/testsuite/ld-x86-64/ia32-2.d index e770567..3a180b5 100644 --- a/ld/testsuite/ld-x86-64/ia32-2.d +++ b/ld/testsuite/ld-x86-64/ia32-2.d @@ -1,4 +1,4 @@ #source: dummy.s #as: --32 -#ld: -m elf_i386 tmpdir/start32.o tmpdir/foon32.o -#error: .*i386:x64-32 architecture of input file `tmpdir/foon32.o' is incompatible with i386 output +#ld: -m elf_i386 tmpdir/start32.o tmpdir/foox32.o +#error: .*i386:x64-32 architecture of input file `tmpdir/foox32.o' is incompatible with i386 output diff --git a/ld/testsuite/ld-x86-64/lp64-3.d b/ld/testsuite/ld-x86-64/lp64-3.d index a940952..c89fbc4 100644 --- a/ld/testsuite/ld-x86-64/lp64-3.d +++ b/ld/testsuite/ld-x86-64/lp64-3.d @@ -1,4 +1,4 @@ #source: dummy.s #as: --64 -#ld: -m elf_x86_64 tmpdir/start64.o tmpdir/foon32.o -#error: .*i386:x64-32 architecture of input file `tmpdir/foon32.o' is incompatible with i386:x86-64 output +#ld: -m elf_x86_64 tmpdir/start64.o tmpdir/foox32.o +#error: .*i386:x64-32 architecture of input file `tmpdir/foox32.o' is incompatible with i386:x86-64 output |