This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Add missing ChangeLog entries for PR binutis/18386


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=31955f993de7b502b7a89bba4f9c9b0a34f90b2c

commit 31955f993de7b502b7a89bba4f9c9b0a34f90b2c
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Wed May 13 04:33:45 2015 -0700

    Add missing ChangeLog entries for PR binutis/18386

Diff:
---
 gas/testsuite/ChangeLog | 11 +++++++++++
 ld/testsuite/ChangeLog  |  6 ++++++
 opcodes/ChangeLog       | 13 +++++++++++++
 3 files changed, 30 insertions(+)

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
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index f7bd9b7..a7b006c 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -24,6 +24,12 @@
 	* ld-i386/i386.exp (iamcu_tests): New.
 	Run iamcu_tests.
 
+2015-05-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+	PR binutis/18386
+	* ld-x86-64/tlsgdesc.dd: Updated.
+	* ld-x86-64/tlspic.dd: Likewise.
+
 2015-04-29  H.J. Lu  <hongjiu.lu@intel.com>
 
 	PR ld/18354
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 8fd1ad3..08ca92d 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -18,6 +18,19 @@
 	* i386-init.h: Likewise.
 	* i386-tbl.h: Likewise.
 
+2015-05-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+	PR binutis/18386
+	* i386-dis.c (X86_64_E8): New.
+	(X86_64_E9): Likewise.
+	Update comments on 'T', 'U', 'V'.  Add comments for '^'.
+	(dis386): Replace callT/jmpT with X86_64_E8/X86_64_E9.
+	(x86_64_table): Add X86_64_E8 and X86_64_E9.
+	(mod_table): Replace {T|} with ^ on Jcall/Jmp.
+	(putop): Handle '^'.
+	(OP_J): Ignore the operand size prefix in 64-bit.  Don't check
+	REX_W.
+
 2015-04-30  DJ Delorie  <dj@redhat.com>
 
 	* disassemble.c (disassembler): Choose suitable disassembler based


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]