diff options
author | Alan Modra <amodra@gmail.com> | 2007-02-13 23:23:54 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-02-13 23:23:54 +0000 |
commit | 4eed87de48bafe20254a1504faad8f8dab7f7cb6 (patch) | |
tree | 25e0cf3053ba5d6d0841dda7d8bdb7f0c628f6b6 /gas/config/tc-i386.h | |
parent | 97182d3694952458f2cf93c5e3308527a1d201f4 (diff) | |
download | gdb-4eed87de48bafe20254a1504faad8f8dab7f7cb6.zip gdb-4eed87de48bafe20254a1504faad8f8dab7f7cb6.tar.gz gdb-4eed87de48bafe20254a1504faad8f8dab7f7cb6.tar.bz2 |
gas/
* config/tc-i386.h (Seg2ShortForm, Seg3ShortForm): Delete.
* config/tc-i386.c: Wrap overly long lines, whitespace fixes.
(process_operands): Move old Seg2ShortForm and Seg3ShortForm
code, and test for these insns using a combination of
opcode_modifier and operand_types.
include/opcode/
* i386.h (i386_optab): Replace all occurrences of Seg2ShortForm
and Seg3ShortFrom with Shortform.
Diffstat (limited to 'gas/config/tc-i386.h')
-rw-r--r-- | gas/config/tc-i386.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gas/config/tc-i386.h b/gas/config/tc-i386.h index a2b4f5d..d89341a 100644 --- a/gas/config/tc-i386.h +++ b/gas/config/tc-i386.h @@ -220,8 +220,6 @@ typedef struct #define JumpByte 0x100 /* loop and jecxz */ #define JumpInterSegment 0x200 /* special case for intersegment leaps/calls */ #define FloatD 0x400 /* direction for float insns: MUST BE 0x400 */ -#define Seg2ShortForm 0x800 /* encoding of load segment reg insns */ -#define Seg3ShortForm 0x1000 /* fs/gs segment register insns. */ #define Size16 0x2000 /* needs size prefix if in 32-bit mode */ #define Size32 0x4000 /* needs size prefix if in 16-bit mode */ #define Size64 0x8000 /* needs size prefix if in 64-bit mode */ |