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-ia64.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-ia64.c')
-rw-r--r-- | gas/config/tc-ia64.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gas/config/tc-ia64.c b/gas/config/tc-ia64.c index 8d70635..17ced7a 100644 --- a/gas/config/tc-ia64.c +++ b/gas/config/tc-ia64.c @@ -1,6 +1,6 @@ /* tc-ia64.c -- Assembler for the HP/Intel IA-64 architecture. Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 Free Software Foundation, Inc. + 2008, 2009, 2011 Free Software Foundation, Inc. Contributed by David Mosberger-Tang <davidm@hpl.hp.com> This file is part of GAS, the GNU Assembler. @@ -7001,7 +7001,9 @@ IA-64 options:\n\ unwind directive check (default -munwind-check=warning)\n\ -mhint.b=[ok|warning|error]\n\ hint.b check (default -mhint.b=error)\n\ - -x | -xexplicit turn on dependency violation checking\n\ + -x | -xexplicit turn on dependency violation checking\n"), stream); + /* Note for translators: "automagically" can be translated as "automatically" here. */ + fputs (_("\ -xauto automagically remove dependency violations (default)\n\ -xnone turn off dependency violation checking\n\ -xdebug debug dependency violation checker\n\ |