diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-09-18 00:56:54 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-09-18 00:56:54 +0000 |
commit | 20e192ab8df5502cd405ffd7fe5161985b8a2373 (patch) | |
tree | 180111f0d0c494e969ed6a5adedc769f6df0442a /opcodes/i386-tbl.h | |
parent | b10a8ae01c27969e5104f76209272fb457c1e20b (diff) | |
download | gdb-20e192ab8df5502cd405ffd7fe5161985b8a2373.zip gdb-20e192ab8df5502cd405ffd7fe5161985b8a2373.tar.gz gdb-20e192ab8df5502cd405ffd7fe5161985b8a2373.tar.bz2 |
gas/
2007-09-17 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (baseindex): Removed.
(build_modrm_byte): Check reg_num for RIP register instead of
reg_type.
(i386_index_check): Likewise.
opcodes/
2007-09-17 H.J. Lu <hongjiu.lu@intel.com>
* i386-opc.h (RegRip): New.
* i386-reg.tbl (rip): Use RegRip for reg_num.
* i386-tbl.h: Regenerated.
Diffstat (limited to 'opcodes/i386-tbl.h')
-rw-r--r-- | opcodes/i386-tbl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/i386-tbl.h b/opcodes/i386-tbl.h index 792a186..2f18422 100644 --- a/opcodes/i386-tbl.h +++ b/opcodes/i386-tbl.h @@ -13278,7 +13278,7 @@ const reg_entry i386_regtab[] = { "rip", { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, - 0, 0 }, + 0, RegRip }, { "st(0)", { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 } }, |