mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +08:00
Nit fix.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
1999-10-12 Alan Modra <alan@spri.levels.unisa.edu.au>
|
||||||
|
|
||||||
|
* config/tc-i386.c (i386_index_check): Correct #endif location.
|
||||||
|
|
||||||
Mon Oct 11 14:02:40 1999 Geoffrey Keating <geoffk@cygnus.com>
|
Mon Oct 11 14:02:40 1999 Geoffrey Keating <geoffk@cygnus.com>
|
||||||
|
|
||||||
* as.c (show_usage): Document new options.
|
* as.c (show_usage): Document new options.
|
||||||
|
@ -3067,11 +3067,11 @@ i386_index_check (operand_string)
|
|||||||
fudged = 1;
|
fudged = 1;
|
||||||
goto tryprefix;
|
goto tryprefix;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
if (fudged)
|
if (fudged)
|
||||||
as_bad (_("`%s' is not a valid base/index expression"),
|
as_bad (_("`%s' is not a valid base/index expression"),
|
||||||
operand_string);
|
operand_string);
|
||||||
else
|
else
|
||||||
|
#endif
|
||||||
as_bad (_("`%s' is not a valid %s bit base/index expression"),
|
as_bad (_("`%s' is not a valid %s bit base/index expression"),
|
||||||
operand_string,
|
operand_string,
|
||||||
flag_16bit_code ^ (i.prefix[ADDR_PREFIX] != 0) ? "16" : "32");
|
flag_16bit_code ^ (i.prefix[ADDR_PREFIX] != 0) ? "16" : "32");
|
||||||
|
Reference in New Issue
Block a user