From a1727c1a6c82c8b223661c7495da814edbb2a3ed Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 18 May 2011 09:41:15 +0000 Subject: * config/tc-arm.c (s_unreq): Reword warning message to make it easier to translate. * config/tc-ia64.c (md_show_usage): Add note for translators. * configure.in (ALL_LINGUAS): Add "fi". * configure: Regenerate. --- gas/config/tc-arm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/config/tc-arm.c') diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index 64a71e8..a9839cd 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -2412,7 +2412,7 @@ s_unreq (int a ATTRIBUTE_UNUSED) if (!reg) as_bad (_("unknown register alias '%s'"), name); else if (reg->builtin) - as_warn (_("ignoring attempt to undefine built-in register '%s'"), + as_warn (_("ignoring attempt to use .unreq on fixed register name: '%s'"), name); else { -- cgit v1.1