Corrected spelling mistake!
authorNick Clifton <nickc@redhat.com>
Thu, 18 Sep 1997 00:43:19 +0000 (00:43 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 18 Sep 1997 00:43:19 +0000 (00:43 +0000)
gas/ChangeLog
gas/config/tc-v850.c

index 852303a..fa1dffa 100644 (file)
@@ -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. 
index bd80de7..b18cf24 100644 (file)
@@ -1196,7 +1196,7 @@ md_assemble (str)
       
       if ((opcode->processors & processor_mask) == 0)
        {
-         errmsg = "Target processor doe snot support this instruction.";
+         errmsg = "Target processor doenot support this instruction.";
          goto error;
        }