X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=opcodes%2Fmt-asm.c;h=1b0156ee985a5412f475c8f5c58648f41ff17c74;hb=bd2e25575ca4a83f509c2d6ea3c55d93eada210c;hp=21374bc541ed52b2e24bbe83d5753e68a9743f49;hpb=1620f33de1ac5f1ee4abf14b87c49e45b5bf097f;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/mt-asm.c b/opcodes/mt-asm.c index 21374bc541..1b0156ee98 100644 --- a/opcodes/mt-asm.c +++ b/opcodes/mt-asm.c @@ -4,25 +4,26 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. - the resultant file is machine generated, cgen-asm.in isn't - Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2005 + Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2005, 2007 Free Software Foundation, Inc. - This file is part of the GNU Binutils and GDB, the GNU debugger. + This file is part of libopcodes. - This program is free software; you can redistribute it and/or modify + This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) + the Free Software Foundation; either version 3, or (at your option) any later version. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + It is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + /* ??? Eventually more and more of this stuff can go to cpu-independent files. Keep that in mind. */ @@ -153,7 +154,7 @@ parse_imm16 (CGEN_CPU_DESC cd, break; default: - errmsg = _("%operator operand is not a symbol"); + errmsg = _("The percent-operator's operand is not a symbol"); break; } }