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] opcode/gas: Fix incorrect dates on ChangeLog entries


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

commit 6f9f37ed752457a0dca8aaf166d328752a31e99d
Author: Graham Markall <graham.markall@embecosm.com>
Date:   Tue Jun 14 21:53:04 2016 +0100

    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.

Diff:
---
 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 <graham.markall@embecosm.com>
+2016-06-14  Graham Markall <graham.markall@embecosm.com>
 
 	* testsuite/gas/arc/nps400-6.s: Add tests of ldbit.
 	* testsuite/gas/arc/nps400-6.d: Likewise.
 
-2016-06-13  Graham Markall <graham.markall@embecosm.com>
+2016-06-14  Graham Markall <graham.markall@embecosm.com>
 
 	* 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 <graham.markall@embecosm.com>
+2016-06-14  Graham Markall <graham.markall@embecosm.com>
 
 	* 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  <graham.markall@embecosm.com>
+2016-06-14  Graham Markall  <graham.markall@embecosm.com>
 
 	* arc-nps400-tbl.h: Add ldbit instruction.
 	* arc-opc.c: Add flag classes required for ldbit.
 
-2016-06-13  Graham Markall  <graham.markall@embecosm.com>
+2016-06-14  Graham Markall  <graham.markall@embecosm.com>
 
 	* 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  <graham.markall@embecosm.com>
+2016-06-14  Graham Markall  <graham.markall@embecosm.com>
 
 	* arc-nps400-tbl.h: Add calcbsd, calcbxd, calckey, calcxkey, mxb,
 	imxb, addl, subl, andl, orl, xorl, andab, orab, lbdsize, bdlen, csms,


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