mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 15:18:37 +08:00
Rationalize some of the i386 intel mode code.
Indentation and white space changes.
This commit is contained in:
@ -4,8 +4,21 @@
|
|||||||
|
|
||||||
1999-08-03 Alan Modra <alan@spri.levels.unisa.edu.au>
|
1999-08-03 Alan Modra <alan@spri.levels.unisa.edu.au>
|
||||||
|
|
||||||
* config/tc-i386.c (i386_operand): Add INFER_ADDR_PREFIX code, but
|
* config/tc-i386.c: Indentation and white space changes.
|
||||||
don't enable it by default. White space changes.
|
(i386_index_check): New function. Add INFER_ADDR_PREFIX code, but
|
||||||
|
don't enable it by default.
|
||||||
|
(i386_intel_operand): Remove redundant prototype.
|
||||||
|
Move check on number of memory operands, and i.mem_operands++
|
||||||
|
(i386_intel_memory_operand): To here.
|
||||||
|
Remove i386_immediate code from here. Remove special case code
|
||||||
|
for input and output using (%dx). Remove base/index checks and
|
||||||
|
call i386_index_check instead. Save initial operand_string
|
||||||
|
argument for error message.
|
||||||
|
(i386_operand): Remove redundant prototype. Move base/index
|
||||||
|
checks to i386_index_check.
|
||||||
|
(i386_displacement): Move intel mode check for non-zero
|
||||||
|
i.disp_operand
|
||||||
|
(i386_intel_memory_operand): To here.
|
||||||
|
|
||||||
1999-07-30 Jakub Jelinek <jj@ultra.linux.cz>
|
1999-07-30 Jakub Jelinek <jj@ultra.linux.cz>
|
||||||
|
|
||||||
|
1751
gas/config/tc-i386.c
1751
gas/config/tc-i386.c
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user