Allow symbols in MEMORY region specification
[deliverable/binutils-gdb.git] / gas / config / tc-fr30.c
index e947f6915326c33704942f332f5c6f6542c3de66..6a6c67fc7ea589cc9ec08a07f52cfa2b917deaa1 100644 (file)
@@ -1,6 +1,5 @@
 /* tc-fr30.c -- Assembler for the Fujitsu FR30.
-   Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007
-   Free Software Foundation, Inc.
+   Copyright (C) 1998-2015 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -121,7 +120,7 @@ md_assemble (char *str)
 
   if (!insn.insn)
     {
-      as_bad (errmsg);
+      as_bad ("%s", errmsg);
       return;
     }
 
This page took 0.023319 seconds and 4 git commands to generate.