From: H.J. Lu Date: Tue, 20 Oct 2015 17:43:33 +0000 (-0700) Subject: Feed right input object to x86_64_mov_to_lea1[12] X-Git-Tag: users/ARM/embedded-binutils-2_26-branch-2016q1~384 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0fd153457cc1a775abb1112090251cb6bfb05553;p=platform%2Fupstream%2Fbinutils.git Feed right input object to x86_64_mov_to_lea1[12] x86_64_mov_to_lea1.o is a 64-bit x86-64 object and x86_64_mov_to_lea2.o is a 32-bit x86-64 object. x86_64_mov_to_lea11 should use x86_64_mov_to_lea2.o and x86_64_mov_to_lea12 should use x86_64_mov_to_lea1.o. * testsuite/Makefile.am (x86_64_mov_to_lea11): Replace x86_64_mov_to_lea1.o with x86_64_mov_to_lea2.o. (x86_64_mov_to_lea12): Replace x86_64_mov_to_lea2.o with x86_64_mov_to_lea1.o. * testsuite/Makefile.in: Regenerated. --- diff --git a/gold/ChangeLog b/gold/ChangeLog index 1f619f7..a3d0571 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,11 @@ +2015-10-20 H.J. Lu + + * testsuite/Makefile.am (x86_64_mov_to_lea11): Replace + x86_64_mov_to_lea1.o with x86_64_mov_to_lea2.o. + (x86_64_mov_to_lea12): Replace x86_64_mov_to_lea2.o with + x86_64_mov_to_lea1.o. + * testsuite/Makefile.in: Regenerated. + 2015-10-16 H.J. Lu PR gold/19119 diff --git a/gold/testsuite/Makefile.am b/gold/testsuite/Makefile.am index 5ceaeef..c8e5f9f 100644 --- a/gold/testsuite/Makefile.am +++ b/gold/testsuite/Makefile.am @@ -1032,9 +1032,9 @@ x86_64_mov_to_lea9: x86_64_mov_to_lea5.o ../ld-new -melf32_x86_64 -o $@ $< x86_64_mov_to_lea10: x86_64_mov_to_lea6.o ../ld-new -melf_x86_64 -o $@ $< -x86_64_mov_to_lea11: x86_64_mov_to_lea1.o +x86_64_mov_to_lea11: x86_64_mov_to_lea2.o ../ld-new -melf32_x86_64 -shared -o $@ $< -x86_64_mov_to_lea12: x86_64_mov_to_lea2.o +x86_64_mov_to_lea12: x86_64_mov_to_lea1.o ../ld-new -melf_x86_64 -shared -o $@ $< x86_64_mov_to_lea13: x86_64_mov_to_lea7.o ../ld-new -melf32_x86_64 -shared -o $@ $< diff --git a/gold/testsuite/Makefile.in b/gold/testsuite/Makefile.in index 9cabcd8..31c9951 100644 --- a/gold/testsuite/Makefile.in +++ b/gold/testsuite/Makefile.in @@ -5413,9 +5413,9 @@ uninstall-am: @DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ ../ld-new -melf32_x86_64 -o $@ $< @DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@x86_64_mov_to_lea10: x86_64_mov_to_lea6.o @DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ ../ld-new -melf_x86_64 -o $@ $< -@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@x86_64_mov_to_lea11: x86_64_mov_to_lea1.o +@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@x86_64_mov_to_lea11: x86_64_mov_to_lea2.o @DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ ../ld-new -melf32_x86_64 -shared -o $@ $< -@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@x86_64_mov_to_lea12: x86_64_mov_to_lea2.o +@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@x86_64_mov_to_lea12: x86_64_mov_to_lea1.o @DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ ../ld-new -melf_x86_64 -shared -o $@ $< @DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@x86_64_mov_to_lea13: x86_64_mov_to_lea7.o @DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ ../ld-new -melf32_x86_64 -shared -o $@ $<