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 852303a3d95b18687a041227d58a0999fa82c0ef..fa1dffa625bff4325a8ddaf4585e9c89aa771b0a 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 bd80de7623380d0c5c4bda91b9515ad9d6e67144..b18cf24353da7c56fa975bcfd54b266df1165e1a 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;
        }