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 /include/opcode/ChangeLog | |
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 'include/opcode/ChangeLog')
-rw-r--r-- | include/opcode/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 300a864..f037b73 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,8 @@ +2007-02-14 Alan Modra <amodra@bigpond.net.au> + + * i386.h (i386_optab): Replace all occurrences of Seg2ShortForm + and Seg3ShortFrom with Shortform. + 2007-02-11 H.J. Lu <hongjiu.lu@intel.com> PR gas/4027 |