diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-05-13 04:33:45 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-05-13 04:33:45 -0700 |
commit | 31955f993de7b502b7a89bba4f9c9b0a34f90b2c (patch) | |
tree | 833478f2791f85a5a0b0db7603e84d0847f03451 /gas | |
parent | aa9f7286724c2e47077f2f5456d464a961f8e8a4 (diff) | |
download | gdb-31955f993de7b502b7a89bba4f9c9b0a34f90b2c.zip gdb-31955f993de7b502b7a89bba4f9c9b0a34f90b2c.tar.gz gdb-31955f993de7b502b7a89bba4f9c9b0a34f90b2c.tar.bz2 |
Add missing ChangeLog entries for PR binutis/18386
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index da97ddc..9dbd94c 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -15,6 +15,17 @@ * gas/i386/iamcu-inval-3.l: Likewise. * gas/i386/iamcu-inval-3.s: Likewise. +2015-05-08 H.J. Lu <hongjiu.lu@intel.com> + + PR binutis/18386 + * gas/i386/i386.exp: Run x86-64-jump. + * gas/i386/x86-64-branch.d: Updated. + * gas/i386/ilp32/x86-64-branch.d: Likewise. + * gas/i386/x86-64-branch.s: Add tests for the operand size prefix + with call, jmp and jb. + * gas/i386/x86-64-jump.d: New file. + * gas/i386/x86-64-jump.s: Likewise. + 2015-05-08 Nick Clifton <nickc@redhat.com> PR gas/18347 |