PR gas/12755

* config/tc-v850.c (parse_register_list): Correct error string.
This commit is contained in:
Alan Modra 2011-05-12 23:50:23 +00:00
parent 8aedb9fe9e
commit 5648d7c7ee
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2011-05-13 Frederic Marchal <fmarchal@perso.be>
PR gas/12755
* config/tc-v850.c (parse_register_list): Correct error string.
2011-05-12 Quentin Neill <quentin.neill@amd.com>
* config/tc-i386.c (cpu_arch): Rename PROCESSOR_BDVER1 to PROCESSOR_BD.

View 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. */