diff options
author | Nick Clifton <nickc@redhat.com> | 1997-09-18 00:43:19 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-09-18 00:43:19 +0000 |
commit | 00fd8294caee09fda9248f1787000c56c270e608 (patch) | |
tree | 575fe32b62493fa4dfd4ec0642e0f37cc1767f44 | |
parent | 936a8f5549a4cb2be9d143b03ed7f7097fb1af05 (diff) | |
download | gdb-00fd8294caee09fda9248f1787000c56c270e608.zip gdb-00fd8294caee09fda9248f1787000c56c270e608.tar.gz gdb-00fd8294caee09fda9248f1787000c56c270e608.tar.bz2 |
Corrected spelling mistake!
-rw-r--r-- | gas/ChangeLog | 2 | ||||
-rw-r--r-- | gas/config/tc-v850.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 852303a..fa1dffa 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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. diff --git a/gas/config/tc-v850.c b/gas/config/tc-v850.c index bd80de7..b18cf24 100644 --- a/gas/config/tc-v850.c +++ b/gas/config/tc-v850.c @@ -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; } |