diff options
author | Michal Ludvig <mludvig@suse.cz> | 2004-03-12 13:38:46 +0000 |
---|---|---|
committer | Michal Ludvig <mludvig@suse.cz> | 2004-03-12 13:38:46 +0000 |
commit | 1f45d98889fecacc747f5494a9d2a975560ca8db (patch) | |
tree | 3924a666f8ce6ec3f67c919de829b4ac14e66ec8 /include/opcode/i386.h | |
parent | 7ffdda930bd033f3d6205f3694e9ea0a2755187d (diff) | |
download | gdb-1f45d98889fecacc747f5494a9d2a975560ca8db.zip gdb-1f45d98889fecacc747f5494a9d2a975560ca8db.tar.gz gdb-1f45d98889fecacc747f5494a9d2a975560ca8db.tar.bz2 |
2004-03-12 Michal Ludvig <mludvig@suse.cz>
* i386.h (i386_optab): Added xstore as an alias for xstorerng.
Diffstat (limited to 'include/opcode/i386.h')
-rw-r--r-- | include/opcode/i386.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/opcode/i386.h b/include/opcode/i386.h index ac59e8a..5e3673e 100644 --- a/include/opcode/i386.h +++ b/include/opcode/i386.h @@ -1367,6 +1367,8 @@ static const template i386_optab[] = { {"xcryptcbc", 0, 0xf30fa7d0, X, Cpu686|CpuPadLock, NoSuf|IsString, { 0, 0, 0} }, {"xcryptcfb", 0, 0xf30fa7e0, X, Cpu686|CpuPadLock, NoSuf|IsString, { 0, 0, 0} }, {"xcryptofb", 0, 0xf30fa7e8, X, Cpu686|CpuPadLock, NoSuf|IsString, { 0, 0, 0} }, +/* alias for xstorerng */ +{"xstore", 0, 0x0fa7c0, X, Cpu686|CpuPadLock, NoSuf|IsString, { 0, 0, 0} }, /* sentinel */ {NULL, 0, 0, 0, 0, 0, { 0, 0, 0} } |