This is the mail archive of the binutils@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]

[PATCH 8/8] Update changelog(s)


Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
---
 gas/testsuite/ChangeLog  |    5 +++++
 include/opcode/ChangeLog |    4 ++++
 opcodes/ChangeLog        |   10 ++++++++++
 3 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index b488019..1f8dcbe 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2010-06-06  Sebastian Andrzej Siewior  <bigeasy@linutronix.de>
+
+	* gas/ppc/e500.s: Add eieio, mbar and lwsync
+	gas/ppc/e500.d: Likewise.
+
 2010-05-28  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
 
 	* gas/arm/thumb2_it_auto.d: Update for change in movs encoding.
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index 431598b..20bcc03 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,3 +1,7 @@
+2010-06-06  Sebastian Andrzej Siewior  <bigeasy@linutronix.de>
+
+	* ppc.h: Add PPC_OPCODE_E500
+
 2010-05-26  Catherine Moore  <clm@codesourcery.com>
 
 	* opcode/mips.h (INSN_MIPS16): Remove.
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 9ec2d50..6db246f 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,13 @@
+2010-06-06  Sebastian Andrzej Siewior  <bigeasy@linutronix.de>
+
+	* ppc-dis.c (ppc_opts):  Remove PPC_OPCODE_E500MC from e500 and
+	e500x2. Add PPC_OPCODE_E500 to e500 and e500x2
+	* ppc-opc.c (powerpc_opcodes): Deprecate all opcodes on EFS which
+	touch floating point regs and are enabled by COM, PPC or PPCCOM.
+	Treat sync as msync on e500.
+	Treat eieio as mbar 1 on e500.
+	Treat lwsync as msync on e500.
+
 2010-05-28  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
 
 	* arm-dis.c (print_insn_neon):  Ensure disassembly of Neon 
-- 
1.7.1


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