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 /gas | |
parent | b74ed8f52a867c4c3b0852943288ba4cadaf4f4c (diff) | |
download | gdb-831480e9428ae7d8001abe6967d027fb7f0e080a.zip gdb-831480e9428ae7d8001abe6967d027fb7f0e080a.tar.gz gdb-831480e9428ae7d8001abe6967d027fb7f0e080a.tar.bz2 |
Fix year.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 8 | ||||
-rw-r--r-- | gas/testsuite/ChangeLog | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index aaa22fa..3dc97ec 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -47,7 +47,7 @@ (do_srs): Encode register number, checking it is r13. Update comment. (insns): Update SRS entries to take a register. -2003-03-23 H.J. Lu <hongjiu.lu@intel.com> +2007-03-23 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (md_begin): Allow '.' in mnemonic. @@ -70,17 +70,17 @@ * doc/as.texinfo: Include VERSION_PACKAGE when reporting version. -2003-03-21 H.J. Lu <hongjiu.lu@intel.com> +2007-03-21 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (process_suffix): Check 0x90 instead of xchg for xchg %rax,%rax. -2003-03-21 H.J. Lu <hongjiu.lu@intel.com> +2007-03-21 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c: 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 * config/tc-i386.c (match_template): Properly handle 64bit mode diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 89d04fe..7397508 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -23,7 +23,7 @@ * gas/arm/srs-arm.l: New. * gas/arm/srs-arm.s: New. -2003-03-23 H.J. Lu <hongjiu.lu@intel.com> +2007-03-23 H.J. Lu <hongjiu.lu@intel.com> * gas/i386/rex.s: Add tests for rex.WRXB. * gas/i386/rex.d: Updated. @@ -34,7 +34,7 @@ * gas/i386/x86-64-io.d: Likewise. * gas/i386/x86-64-opcode.d: Likewise. -2003-03-21 H.J. Lu <hongjiu.lu@intel.com> +2007-03-21 H.J. Lu <hongjiu.lu@intel.com> PR binutils/4218 * gas/i386/nops.s: Add testcases for nop r/m. @@ -47,7 +47,7 @@ * gas/i386/x86-64-nops.d: Likewise. * gas/i386/x86-64-opcode.d: Likewise. -2003-03-21 H.J. Lu <hongjiu.lu@intel.com> +2007-03-21 H.J. Lu <hongjiu.lu@intel.com> * gas/i386/i386.exp: Run nops-3. |