From 6f9f37ed752457a0dca8aaf166d328752a31e99d Mon Sep 17 00:00:00 2001 From: Graham Markall Date: Tue, 14 Jun 2016 21:53:04 +0100 Subject: [PATCH] opcode/gas: Fix incorrect dates on ChangeLog entries When committing three recent patches incorrect dates were left on the ChangeLog entries in gas/ChangeLog and opcodes/ChangeLog. Fixed in this commit. --- gas/ChangeLog | 6 +++--- opcodes/ChangeLog | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index d870c3b..df77393 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,15 +1,15 @@ -2016-06-13 Graham Markall +2016-06-14 Graham Markall * testsuite/gas/arc/nps400-6.s: Add tests of ldbit. * testsuite/gas/arc/nps400-6.d: Likewise. -2016-06-13 Graham Markall +2016-06-14 Graham Markall * testsuite/gas/arc/nps400-6.s: Add tests of hash, tr, utf8, e4by, and addf. * testsuite/gas/arc/nps400-6.d: Likewise. -2016-06-13 Graham Markall +2016-06-14 Graham Markall * testsuite/gas/arc/nps400-6.s: Add tests of calcbsd, calcbxd, calckey, calcxkey, mxb, imxb, addl, subl, andl, orl, xorl, andab, orab, diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 9fb6d88..ecc5261 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,15 +1,15 @@ -2016-06-13 Graham Markall +2016-06-14 Graham Markall * arc-nps400-tbl.h: Add ldbit instruction. * arc-opc.c: Add flag classes required for ldbit. -2016-06-13 Graham Markall +2016-06-14 Graham Markall * arc-nps400-tbl.h: Add hash, hash.p[0-3], tr, utf8, e4by, and addf * arc-opc.c: Add flag classes, insert/extract functions, and operands to support the above instructions. -2016-06-13 Graham Markall +2016-06-14 Graham Markall * arc-nps400-tbl.h: Add calcbsd, calcbxd, calckey, calcxkey, mxb, imxb, addl, subl, andl, orl, xorl, andab, orab, lbdsize, bdlen, csms, -- 2.7.4