Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <modra@gmail.com>2000-05-23 04:36:39 +0400
committerAlan Modra <modra@gmail.com>2000-05-23 04:36:39 +0400
commit6458314f0d299daa10c2c575d61ba7a8b553939e (patch)
treee577b337e90483436df24af7bc0963b960b4c9bf /include/opcode/i386.h
parent9e1ab0ca55abe4eba9de5342732b8ababafc6df1 (diff)
Allow d suffix on iret
Diffstat (limited to 'include/opcode/i386.h')
-rw-r--r--include/opcode/i386.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/opcode/i386.h b/include/opcode/i386.h
index a63da46b1..d9c151e45 100644
--- a/include/opcode/i386.h
+++ b/include/opcode/i386.h
@@ -1,5 +1,6 @@
/* opcode/i386.h -- Intel 80386 opcode table
- Copyright 1989, 91, 92, 93, 94, 95, 96, 97, 98, 1999 Free Software Foundation.
+ Copyright 1989, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000
+ Free Software Foundation.
This file is part of GAS, the GNU Assembler, and GDB, the GNU Debugger.
@@ -481,7 +482,7 @@ static const template i386_optab[] = {
{"int", 1, 0xcd, X, 0, NoSuf, { Imm8, 0, 0} },
{"int3", 0, 0xcc, X, 0, NoSuf, { 0, 0, 0} },
{"into", 0, 0xce, X, 0, NoSuf, { 0, 0, 0} },
-{"iret", 0, 0xcf, X, 0, wl_Suf, { 0, 0, 0} },
+{"iret", 0, 0xcf, X, 0, wld_Suf|DefaultSize, { 0, 0, 0} },
/* i386sl, i486sl, later 486, and Pentium. */
{"rsm", 0, 0x0faa, X, Cpu386, NoSuf, { 0, 0, 0} },