Index: cpu/ChangeLog |
diff --git a/cpu/ChangeLog b/cpu/ChangeLog |
index bd82d13b5ddbd71bd95502f31e620af0c2d45d96..4d64626474d164280dea6b11081cf733994181d0 100644 |
--- a/cpu/ChangeLog |
+++ b/cpu/ChangeLog |
@@ -1,3 +1,31 @@ |
+2013-12-07 Mike Frysinger <vapier@gentoo.org> |
+ |
+ * epiphany.opc: Remove +x file mode. |
+ |
+2013-03-08 Yann Sionneau <yann.sionneau@gmail.com> |
+ |
+ PR binutils/15241 |
+ * lm32.cpu (Control and status registers): Add CFG2, PSW, |
+ TLBVADDR, TLBPADDR and TLBBADVADDR. |
+ |
+2012-11-30 Oleg Raikhman <oleg@adapteva.com> |
+ Joern Rennecke <joern.rennecke@embecosm.com> |
+ |
+ * epiphany.cpu (keyword gr-names): Move sb/sl/ip after r9/r10/r12. |
+ (load_insn): Add NO-DIS attribute to x, p, d, dpm, dl0, dl0.l. |
+ (testset-insn): Add NO_DIS attribute to t.l. |
+ (store-insn): Add NO-DIS attribute to x.l, p.l, d.l, dpm.l, dl0.l. |
+ (move-insns): Add NO-DIS attribute to cmov.l. |
+ (op-mmr-movts): Add NO-DIS attribute to movts.l. |
+ (op-mmr-movfs): Add NO-DIS attribute to movfs.l. |
+ (op-rrr): Add NO-DIS attribute to .l. |
+ (shift-rrr): Add NO-DIS attribute to .l. |
+ (op-shift-rri): Add NO-DIS attribute to i32.l. |
+ (bitrl, movtl): Add NO-DIS attribute. |
+ (op-iextrrr): Add NO-DIS attribute to .l |
+ (op-two_operands-float, op-fabs-float): Add NO-DIS attribute to f32.l. |
+ (op-fix2float-float, op-float2fix-float, op-fextop-float): Likewise. |
+ |
2012-02-27 Alan Modra <amodra@gmail.com> |
* mt.opc (print_dollarhex): Trim values to 32 bits. |
@@ -807,6 +835,12 @@ |
* New file. |
+Copyright (C) 2003-2012 Free Software Foundation, Inc. |
+ |
+Copying and distribution of this file, with or without modification, |
+are permitted in any medium without royalty provided the copyright |
+notice and this notice are preserved. |
+ |
Local Variables: |
mode: change-log |
left-margin: 8 |