diff options
author | Alan Modra <amodra@gmail.com> | 2003-08-04 12:03:49 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-08-04 12:03:49 +0000 |
commit | a4622f4072f910a3ac1cf4f0ecd6c9bd487a79c7 (patch) | |
tree | 89c1518d60baa2cf8c5c9e8f070e6531f454fd08 /gas/ChangeLog | |
parent | 8c6756949e8e0c195dbe99b1a9bdd54899a0f8d1 (diff) | |
download | gdb-a4622f4072f910a3ac1cf4f0ecd6c9bd487a79c7.zip gdb-a4622f4072f910a3ac1cf4f0ecd6c9bd487a79c7.tar.gz gdb-a4622f4072f910a3ac1cf4f0ecd6c9bd487a79c7.tar.bz2 |
* config/tc-i386.c (i386_intel_operand): Always call i386_index_check
for memory operands. Pass the full operand_string to i386_index_check.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 908810a0..a6d2d48 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2003-08-04 Alan Modra <amodra@bigpond.net.au> + + * config/tc-i386.c (i386_intel_operand): Always call i386_index_check + for memory operands. Pass the full operand_string to i386_index_check. + 2003-08-01 Jason Eckhardt <jle@rice.edu> * config/tc-i860.c: Remove SYNTAX_SVR4 macro and occurrences. |