+2011-05-13 Frederic Marchal <fmarchal@perso.be>
+
+ PR gas/12755
+ * config/tc-v850.c (parse_register_list): Correct error string.
+
2011-04-11 Alan Modra <amodra@gmail.com>
* config/tc-cr16.c (getprocreg_image): Correct range check.
Backport from trunk for PR gas/12269
* config/tc-z80.c (emit_mx, emit_ldxhl): Do not use
- symbol_get_value_expression on a symbol that may not yet have
- a value.
- * testsuite/gas/z80/atend.s: New file, test case for bug 12269,
- provided by Chris Smith.
- * testsuite/gas/z80/atend.d: New file, expected results for atend.s.
- * testsuite/gas/z80/z80.exp: Run new test case.
+ symbol_get_value_expression on a symbol that may not yet have
+ a value.
+ * testsuite/gas/z80/atend.s: New file, test case for bug 12269,
+ provided by Chris Smith.
+ * testsuite/gas/z80/atend.d: New file, expected results for atend.s.
+ * testsuite/gas/z80/z80.exp: Run new test case.
2010-11-30 Joel Sherrill <joel.sherrill@oarcorp.com>
/* 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.
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. */