diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2009-12-16 20:08:32 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2009-12-16 20:08:32 +0000 |
commit | 2eb952a4d9091415769c814787db714334171b90 (patch) | |
tree | 17ae02c1c6529fd1ff70c9b52b146cc9ba54ad15 /gas/ChangeLog | |
parent | 7f399153c6099e976a06562a602f9654f506b64e (diff) | |
download | gdb-2eb952a4d9091415769c814787db714334171b90.zip gdb-2eb952a4d9091415769c814787db714334171b90.tar.gz gdb-2eb952a4d9091415769c814787db714334171b90.tar.bz2 |
Remove ByteOkIntel.
gas/
2009-12-16 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (process_suffix): Set i.suffix to 0 in
Intel syntax if size is ignored and b/l/w suffixes are
illegal.
(check_byte_reg): Remove byteokintel check.
opcodes/
2009-12-16 H.J. Lu <hongjiu.lu@intel.com>
* i386-gen.c (opcode_modifiers): Remove ByteOkIntel.
* i386-opc.h (ByteOkIntel): Removed.
(i386_opcode_modifier): Remove byteokintel.
* i386-opc.tbl: Remove ByteOkIntel.
* i386-tbl.h: Regenerated.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 68dec63..c6b68fd 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,12 @@ 2009-12-16 H.J. Lu <hongjiu.lu@intel.com> + * config/tc-i386.c (process_suffix): Set i.suffix to 0 in + Intel syntax if size is ignored and b/l/w suffixes are + illegal. + (check_byte_reg): Remove byteokintel check. + +2009-12-16 H.J. Lu <hongjiu.lu@intel.com> + * config/tc-i386.c (build_vex_prefix): Replace vex0f, vex0f38, vex0f3a, xop08, xop09 and xop0a with vexopcode. |