]> Git Repo - binutils.git/commitdiff
PR gas/12755
authorAlan Modra <[email protected]>
Thu, 12 May 2011 23:50:23 +0000 (23:50 +0000)
committerAlan Modra <[email protected]>
Thu, 12 May 2011 23:50:23 +0000 (23:50 +0000)
* config/tc-v850.c (parse_register_list): Correct error string.

gas/ChangeLog
gas/config/tc-v850.c

index 210b321be6234889b0df5e4e2650d1f62724778b..4098f4d23b53517bb51a4185a39ec4962a6ce59f 100644 (file)
@@ -1,3 +1,8 @@
+2011-05-13  Frederic Marchal  <[email protected]>
+
+       PR gas/12755
+       * config/tc-v850.c (parse_register_list): Correct error string.
+
 2011-05-12  Quentin Neill  <[email protected]>
 
        * config/tc-i386.c (cpu_arch): Rename PROCESSOR_BDVER1 to PROCESSOR_BD.
index 69d4502904b23f22ac81a9a683d7003ac9cba377..3fbc654c1fddb8b23d5539f407247af909e80e5d 100644 (file)
@@ -1,6 +1,6 @@
 /* tc-v850.c -- Assembler code for the NEC V850
    Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-   2006, 2007, 2009, 2010  Free Software Foundation, Inc.
+   2006, 2007, 2009, 2010, 2011  Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -1276,7 +1276,7 @@ parse_register_list (unsigned long *insn,
 
          if (exp.X_add_number > exp2.X_add_number)
            {
-             return _("second register should greater tahn first register");
+             return _("second register should be greater than first register");
            }
 
          /* Add the rest of the registers in the range.  */
This page took 0.034492 seconds and 4 git commands to generate.