OSDN Git Service

* ld-x86-64/x86-64.exp: Add test of linking mixed 32-bit and
authornickc <nickc>
Thu, 5 Jan 2012 15:17:17 +0000 (15:17 +0000)
committernickc <nickc>
Thu, 5 Jan 2012 15:17:17 +0000 (15:17 +0000)
commit832699679470fc1a77068e47e43252a3be61b8e8
treec43408ef33a8f8f8b507b1ec795bccc74220cb7e
parent475828566aa7e67b72ebb5d929983c3fc4dc2408
* 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