diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-08-26 16:40:41 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-08-26 16:40:41 +0000 |
commit | 19f080ab4e5a98d7c3a32ff83d19a9e3c338e245 (patch) | |
tree | ddb377e9a2e46909f58634d2d840d3f8f40cc8dc /include | |
parent | 33e2f5278cb2c032e4898383d44bde303d6b4747 (diff) | |
download | gdb-19f080ab4e5a98d7c3a32ff83d19a9e3c338e245.zip gdb-19f080ab4e5a98d7c3a32ff83d19a9e3c338e245.tar.gz gdb-19f080ab4e5a98d7c3a32ff83d19a9e3c338e245.tar.bz2 |
* i386.h: Set ud2 to 0x0f0b. From Gabriel Paubert
<paubert@iram.es>.
Diffstat (limited to 'include')
-rw-r--r-- | include/opcode/ChangeLog | 3 | ||||
-rw-r--r-- | include/opcode/i386.h | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index a4e63a0..a26fd02 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,5 +1,8 @@ Tue Aug 26 12:21:52 1997 Ian Lance Taylor <ian@cygnus.com> + * i386.h: Set ud2 to 0x0f0b. From Gabriel Paubert + <paubert@iram.es>. + * i386.h: Comment fixes for ficom[p]?{s,l} from Gabriel Paubert <paubert@iram.es>. diff --git a/include/opcode/i386.h b/include/opcode/i386.h index 9546cae..47fa261 100644 --- a/include/opcode/i386.h +++ b/include/opcode/i386.h @@ -771,7 +771,7 @@ static const template i386_optab[] = { /* Pentium Pro extensions */ {"rdpmc", 0, 0x0f33, _, NoModrm, { 0, 0, 0} }, -{"ud2", 0, 0x0fff, _, NoModrm, {0, 0, 0} }, /* official undefined instr. */ +{"ud2", 0, 0x0f0b, _, NoModrm, {0, 0, 0} }, /* official undefined instr. */ {"cmovo", 2, 0x0f40, _, Modrm|ReverseRegRegmem, { WordReg|WordMem, WordReg, 0} }, {"cmovno", 2, 0x0f41, _, Modrm|ReverseRegRegmem, { WordReg|WordMem, WordReg, 0} }, |