diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2008-03-01 23:30:51 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2008-03-01 23:30:51 +0000 |
commit | 28dbc07952a8be034939137ab63f351e508210a3 (patch) | |
tree | 83607a2e820751a343f8e5bedc066596aeffc4a5 /opcodes/ChangeLog | |
parent | f22390e572d1ada52b6f2c6f8d853affe0133d5f (diff) | |
download | gdb-28dbc07952a8be034939137ab63f351e508210a3.zip gdb-28dbc07952a8be034939137ab63f351e508210a3.tar.gz gdb-28dbc07952a8be034939137ab63f351e508210a3.tar.bz2 |
gas/testsuite/
2008-03-01 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/x86-64-branch.s: Add tests for 16-bit near indirect
branches.
* gas/i386/x86-64-inval.s: Remove tests for 16-bit near indirect
branches.
* gas/i386/x86-64-branch.d: Updated.
* gas/i386/x86-64-inval.l: Likewise.
opcodes/
2008-03-01 H.J. Lu <hongjiu.lu@intel.com>
* i386-opc.tbl: Allow 16-bit near indirect branches for x86-64.
* i386-tbl.h: Regenerated.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index c0a83c4..1e61fd4 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2008-03-01 H.J. Lu <hongjiu.lu@intel.com> + + * i386-opc.tbl: Allow 16-bit near indirect branches for x86-64. + * i386-tbl.h: Regenerated. + 2008-02-23 H.J. Lu <hongjiu.lu@intel.com> * i386-opc.tbl: Disallow 16-bit near indirect branches for |