]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Feed right input object to x86_64_mov_to_lea1[12]
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 20 Oct 2015 17:43:33 +0000 (10:43 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 20 Oct 2015 17:46:47 +0000 (10:46 -0700)
commit0fd153457cc1a775abb1112090251cb6bfb05553
tree0b42d76be9d25c6cd4ca70d3d2dd36ed5e3ff886
parente5343fde2046fbc19b9ac91326d5829d40066872
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.
gold/ChangeLog
gold/testsuite/Makefile.am
gold/testsuite/Makefile.in