From: Ian Lance Taylor Date: Tue, 26 Aug 1997 16:40:41 +0000 (+0000) Subject: * i386.h: Set ud2 to 0x0f0b. From Gabriel Paubert X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=19f080ab4e5a98d7c3a32ff83d19a9e3c338e245;p=deliverable%2Fbinutils-gdb.git * i386.h: Set ud2 to 0x0f0b. From Gabriel Paubert . --- diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index a4e63a018e..a26fd02909 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,5 +1,8 @@ Tue Aug 26 12:21:52 1997 Ian Lance Taylor + * i386.h: Set ud2 to 0x0f0b. From Gabriel Paubert + . + * i386.h: Comment fixes for ficom[p]?{s,l} from Gabriel Paubert . diff --git a/include/opcode/i386.h b/include/opcode/i386.h index 9546cae3e6..47fa26114c 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} },