Replace n32 with x32.

This commit is contained in:
H.J. Lu 2011-01-15 00:38:35 +00:00
parent e8d8a7b622
commit 9d53781512
3 changed files with 7 additions and 5 deletions

View File

@ -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>

View File

@ -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

View File

@ -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