diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-03-27 22:45:19 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-03-27 22:45:19 +0000 |
commit | 831480e9428ae7d8001abe6967d027fb7f0e080a (patch) | |
tree | ee97bb91bfe9556f6ae15406a48632955d13e6dc /opcodes | |
parent | b74ed8f52a867c4c3b0852943288ba4cadaf4f4c (diff) | |
download | gdb-831480e9428ae7d8001abe6967d027fb7f0e080a.zip gdb-831480e9428ae7d8001abe6967d027fb7f0e080a.tar.gz gdb-831480e9428ae7d8001abe6967d027fb7f0e080a.tar.bz2 |
Fix year.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 1fbe851..7c4592c 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,4 +1,4 @@ -2006-03-27 Paul Brook <paul@codesourcery.com> +2007-03-27 Paul Brook <paul@codesourcery.com> opcodes/ * arm-dis.c (thumb_opcodes): Add entry for undefined insns (0xbe??). @@ -13,13 +13,13 @@ * arm-dis.c (arm_opcodes): Print SRS base register. -2003-03-23 H.J. Lu <hongjiu.lu@intel.com> +2007-03-23 H.J. Lu <hongjiu.lu@intel.com> * i386-dis.c (prefix_name): Replace rex64XYZ with rex.WRXB. * i386-opc.c (i386_optab): Add rex.wrxb. -2003-03-21 H.J. Lu <hongjiu.lu@intel.com> +2007-03-21 H.J. Lu <hongjiu.lu@intel.com> * i386-dis.c (REX_MODE64): Remove definition. (REX_EXTX): Likewise. @@ -29,7 +29,7 @@ Replace REX_MODE64, REX_EXTX, REX_EXTY and REX_EXTZ with REX_W, REX_R, REX_X and REX_B respectively. -2003-03-21 H.J. Lu <hongjiu.lu@intel.com> +2007-03-21 H.J. Lu <hongjiu.lu@intel.com> PR binutils/4218 * i386-dis.c (PREGRP38): New. |