diff options
author | Nick Clifton <nickc@redhat.com> | 2011-05-18 09:41:15 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2011-05-18 09:41:15 +0000 |
commit | a1727c1a6c82c8b223661c7495da814edbb2a3ed (patch) | |
tree | 0542b2384366c0530b859815746f21bd1195c0c0 /gas/config/tc-arm.c | |
parent | 5ccfed9b767523dbeacd8a898471372174825d24 (diff) | |
download | gdb-a1727c1a6c82c8b223661c7495da814edbb2a3ed.zip gdb-a1727c1a6c82c8b223661c7495da814edbb2a3ed.tar.gz gdb-a1727c1a6c82c8b223661c7495da814edbb2a3ed.tar.bz2 |
* 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.
Diffstat (limited to 'gas/config/tc-arm.c')
-rw-r--r-- | gas/config/tc-arm.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |