From: H.J. Lu Date: Mon, 5 Feb 2007 19:37:12 +0000 (+0000) Subject: Fix year in entries. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eb7834a66d7005c3782c75d129ce433c5eeeba80;p=binutils-gdb.git Fix year in entries. --- diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 75a579d3e0e..4e462e2c0ca 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,9 +1,9 @@ -2076-02-05 H.J. Lu +2007-02-05 H.J. Lu * ld-i386/pcrel16.d: Undo the last change. * ld-x86-64/pcrel16.d: Likewise. -2076-02-02 H.J. Lu +2007-02-02 H.J. Lu * ld-i386/pcrel16.d: Updated. * ld-x86-64/pcrel16.d: Likewise. diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 74f6d879c50..7f82d70c35c 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,9 +1,9 @@ -2076-02-05 H.J. Lu +2007-02-05 H.J. Lu * i386-dis.c (OP_J): Undo the last change. Properly handle 64K wrap around within the same segment in 16bit mode. -2076-02-02 H.J. Lu +2007-02-02 H.J. Lu * i386-dis.c (OP_J): Mask to 16bit only if there is a data16 prefix.