diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-10-20 10:43:33 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-10-20 10:46:47 -0700 |
commit | 0fd153457cc1a775abb1112090251cb6bfb05553 (patch) | |
tree | 0b42d76be9d25c6cd4ca70d3d2dd36ed5e3ff886 /gold/ChangeLog | |
parent | e5343fde2046fbc19b9ac91326d5829d40066872 (diff) | |
download | gdb-0fd153457cc1a775abb1112090251cb6bfb05553.zip gdb-0fd153457cc1a775abb1112090251cb6bfb05553.tar.gz gdb-0fd153457cc1a775abb1112090251cb6bfb05553.tar.bz2 |
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.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
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 <hongjiu.lu@intel.com> + + * 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 <hongjiu.lu@intel.com> PR gold/19119 |