Corrected spelling mistake!

This commit is contained in:
Nick Clifton
1997-09-18 00:43:19 +00:00
parent 936a8f5549
commit 00fd8294ca
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@ Wed Sep 17 16:54:20 1997 Nick Clifton <nickc@cygnus.com>
macro. macro.
(handle_tdaoff, handle_zdaoff, handle_sdaoff): New functions. (handle_tdaoff, handle_zdaoff, handle_sdaoff): New functions.
start-sanitize-v850e start-sanitize-v850e
* config/tc-v850.c (md_assemble): Corrected typo.
* config/tc-v850.c Add new sections: call_table_data and * config/tc-v850.c Add new sections: call_table_data and
call_table_text. call_table_text.
(v850_reloc_prefix): Add support for ctoff() relocation prefix. (v850_reloc_prefix): Add support for ctoff() relocation prefix.

View File

@ -1196,7 +1196,7 @@ md_assemble (str)
if ((opcode->processors & processor_mask) == 0) if ((opcode->processors & processor_mask) == 0)
{ {
errmsg = "Target processor doe snot support this instruction."; errmsg = "Target processor does not support this instruction.";
goto error; goto error;
} }