* ld-x86-64/x86-64.exp: Add test of linking mixed 32-bit and
authorNick Clifton <nickc@redhat.com>
Thu, 5 Jan 2012 15:17:18 +0000 (15:17 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 5 Jan 2012 15:17:18 +0000 (15:17 +0000)
commitd7309e48b657e5f6460549e6e425fe14d602432c
tree1fd18e37be7ae1db0fd601875200a46eac6c5f24
parent2ca0b532fd230a6d5b2465105010e51baa51f44b
* ld-x86-64/x86-64.exp: Add test of linking mixed 32-bit and
64-bit objects when the 32-bit object (loaded first) contains 32+
local symbols, all referenced by relocs and the 64-bit object
contains a reloc that uses a symbol in the 32-bit object.
* 32bit.s: New source file.
* 64bit.s: New source file.
* incompatible.l: New expected linker output file.
ld/testsuite/ChangeLog
ld/testsuite/ld-x86-64/32bit.s [new file with mode: 0644]
ld/testsuite/ld-x86-64/64bit.s [new file with mode: 0644]
ld/testsuite/ld-x86-64/incompatible.l [new file with mode: 0644]
ld/testsuite/ld-x86-64/x86-64.exp