mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
Corrected spelling mistake!
This commit is contained in:
@ -4,6 +4,8 @@ Wed Sep 17 16:54:20 1997 Nick Clifton <nickc@cygnus.com>
|
||||
macro.
|
||||
(handle_tdaoff, handle_zdaoff, handle_sdaoff): New functions.
|
||||
start-sanitize-v850e
|
||||
|
||||
* config/tc-v850.c (md_assemble): Corrected typo.
|
||||
* config/tc-v850.c Add new sections: call_table_data and
|
||||
call_table_text.
|
||||
(v850_reloc_prefix): Add support for ctoff() relocation prefix.
|
||||
|
@ -1196,7 +1196,7 @@ md_assemble (str)
|
||||
|
||||
if ((opcode->processors & processor_mask) == 0)
|
||||
{
|
||||
errmsg = "Target processor doe snot support this instruction.";
|
||||
errmsg = "Target processor does not support this instruction.";
|
||||
goto error;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user