* aclocal.m4: Regenerate.

* config.in: Regenerate.
	* configure: Regenerate.
	* po/POTFILES.in: Regenerate.
	* po/opcodes.pot: Regenerate.
This commit is contained in:
Alan Modra
2004-03-19 07:02:24 +00:00
parent 05864e2a71
commit e20c0b3d25
6 changed files with 370 additions and 294 deletions

View File

@ -1,3 +1,11 @@
2004-03-19 Alan Modra <amodra@bigpond.net.au>
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
* po/POTFILES.in: Regenerate.
* po/opcodes.pot: Regenerate.
2004-03-16 Alan Modra <amodra@bigpond.net.au> 2004-03-16 Alan Modra <amodra@bigpond.net.au>
* ppc-dis.c (print_insn_powerpc): Don't print tabs. Handle * ppc-dis.c (print_insn_powerpc): Don't print tabs. Handle

49
opcodes/aclocal.m4 vendored
View File

@ -1,4 +1,4 @@
dnl aclocal.m4 generated automatically by aclocal 1.4-p5 dnl aclocal.m4 generated automatically by aclocal 1.4-p6
dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation dnl This file is free software; the Free Software Foundation
@ -35,7 +35,16 @@ AC_SUBST(bfdlibdir)
AC_SUBST(bfdincludedir) AC_SUBST(bfdincludedir)
]) ])
#serial 1 # isc-posix.m4 serial 2 (gettext-0.11.2)
dnl Copyright (C) 1995-2002 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. As a special exception to the GNU General
dnl Public License, this file may be distributed as part of a program
dnl that contains a configuration script generated by Autoconf, under
dnl the same distribution terms as the rest of that program.
# This file is not needed with autoconf-2.53 and newer. Remove it in 2005.
# This test replaces the one in autoconf. # This test replaces the one in autoconf.
# Currently this macro should have the same name as the autoconf macro # Currently this macro should have the same name as the autoconf macro
# because gettext's gettext.m4 (distributed in the automake package) # because gettext's gettext.m4 (distributed in the automake package)
@ -63,7 +72,8 @@ dnl Usage:
dnl AM_INIT_AUTOMAKE(package,version, [no-define]) dnl AM_INIT_AUTOMAKE(package,version, [no-define])
AC_DEFUN([AM_INIT_AUTOMAKE], AC_DEFUN([AM_INIT_AUTOMAKE],
[AC_REQUIRE([AC_PROG_INSTALL]) [AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
AC_REQUIRE([AC_PROG_INSTALL])
PACKAGE=[$1] PACKAGE=[$1]
AC_SUBST(PACKAGE) AC_SUBST(PACKAGE)
VERSION=[$2] VERSION=[$2]
@ -79,13 +89,42 @@ AC_REQUIRE([AM_SANITY_CHECK])
AC_REQUIRE([AC_ARG_PROGRAM]) AC_REQUIRE([AC_ARG_PROGRAM])
dnl FIXME This is truly gross. dnl FIXME This is truly gross.
missing_dir=`cd $ac_aux_dir && pwd` missing_dir=`cd $ac_aux_dir && pwd`
AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir) AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}, $missing_dir)
AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir) AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir)
AM_MISSING_PROG(AUTOMAKE, automake, $missing_dir) AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}, $missing_dir)
AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir) AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir) AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
AC_REQUIRE([AC_PROG_MAKE_SET])]) AC_REQUIRE([AC_PROG_MAKE_SET])])
# Copyright 2002 Free Software Foundation, Inc.
# This program 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)
# 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.
# 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., 59 Temple Place - Suite 330, Boston, MA
# AM_AUTOMAKE_VERSION(VERSION)
# ----------------------------
# Automake X.Y traces this macro to ensure aclocal.m4 has been
# generated from the m4 files accompanying Automake X.Y.
AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.4"])
# AM_SET_CURRENT_AUTOMAKE_VERSION
# -------------------------------
# Call AM_AUTOMAKE_VERSION so it can be traced.
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
[AM_AUTOMAKE_VERSION([1.4-p6])])
# #
# Check to make sure that the build environment is sane. # Check to make sure that the build environment is sane.
# #

View File

@ -106,6 +106,12 @@
/* Define if you have the <sys/param.h> header file. */ /* Define if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H #undef HAVE_SYS_PARAM_H
/* Define if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define if you have the <unistd.h> header file. */ /* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H #undef HAVE_UNISTD_H

385
opcodes/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -18,6 +18,7 @@ d30v-dis.c
d30v-opc.c d30v-opc.c
disassemble.c disassemble.c
dis-buf.c dis-buf.c
dis-init.c
dlx-dis.c dlx-dis.c
fr30-asm.c fr30-asm.c
fr30-desc.c fr30-desc.c

View File

@ -1,12 +1,14 @@
# SOME DESCRIPTIVE TITLE. # SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Free Software Foundation, Inc. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
# #
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2003-07-17 14:54+0100\n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-03-19 14:59+1030\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -14,11 +16,11 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n" "Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: alpha-opc.c:335 #: alpha-opc.c:330
msgid "branch operand unaligned" msgid "branch operand unaligned"
msgstr "" msgstr ""
#: alpha-opc.c:358 alpha-opc.c:380 #: alpha-opc.c:352 alpha-opc.c:373
msgid "jump hint unaligned" msgid "jump hint unaligned"
msgstr "" msgstr ""
@ -26,21 +28,24 @@ msgstr ""
msgid "Illegal limm reference in last instruction!\n" msgid "Illegal limm reference in last instruction!\n"
msgstr "" msgstr ""
#: arm-dis.c:554 #: arm-dis.c:563
msgid "<illegal precision>" msgid "<illegal precision>"
msgstr "" msgstr ""
#: arm-dis.c:1162 #. XXX - should break 'option' at following delimiter.
#: arm-dis.c:1199
#, c-format #, c-format
msgid "Unrecognised register name set: %s\n" msgid "Unrecognised register name set: %s\n"
msgstr "" msgstr ""
#: arm-dis.c:1169 #. XXX - should break 'option' at following delimiter.
#: arm-dis.c:1207
#, c-format #, c-format
msgid "Unrecognised disassembler option: %s\n" msgid "Unrecognised disassembler option: %s\n"
msgstr "" msgstr ""
#: arm-dis.c:1343 #: arm-dis.c:1376
#, c-format
msgid "" msgid ""
"\n" "\n"
"The following ARM specific disassembler options are supported for use with\n" "The following ARM specific disassembler options are supported for use with\n"
@ -48,10 +53,12 @@ msgid ""
msgstr "" msgstr ""
#: avr-dis.c:117 avr-dis.c:127 #: avr-dis.c:117 avr-dis.c:127
#, c-format
msgid "undefined" msgid "undefined"
msgstr "" msgstr ""
#: avr-dis.c:179 #: avr-dis.c:179
#, c-format
msgid "Internal disassembler error" msgid "Internal disassembler error"
msgstr "" msgstr ""
@ -60,13 +67,13 @@ msgstr ""
msgid "unknown constraint `%c'" msgid "unknown constraint `%c'"
msgstr "" msgstr ""
#: cgen-asm.c:348 fr30-ibld.c:195 frv-ibld.c:195 ip2k-ibld.c:195 #: cgen-asm.c:335 fr30-ibld.c:197 frv-ibld.c:197 ip2k-ibld.c:197
#: iq2000-ibld.c:195 m32r-ibld.c:195 openrisc-ibld.c:195 xstormy16-ibld.c:195 #: iq2000-ibld.c:197 m32r-ibld.c:197 openrisc-ibld.c:197 xstormy16-ibld.c:197
#, c-format #, c-format
msgid "operand out of range (%ld not between %ld and %ld)" msgid "operand out of range (%ld not between %ld and %ld)"
msgstr "" msgstr ""
#: cgen-asm.c:369 #: cgen-asm.c:357
#, c-format #, c-format
msgid "operand out of range (%lu not between %lu and %lu)" msgid "operand out of range (%lu not between %lu and %lu)"
msgstr "" msgstr ""
@ -87,58 +94,58 @@ msgstr ""
msgid "Address 0x%x is out of bounds.\n" msgid "Address 0x%x is out of bounds.\n"
msgstr "" msgstr ""
#: fr30-asm.c:323 frv-asm.c:626 ip2k-asm.c:574 iq2000-asm.c:460 m32r-asm.c:325 #: fr30-asm.c:323 frv-asm.c:967 ip2k-asm.c:574 iq2000-asm.c:460 m32r-asm.c:335
#: openrisc-asm.c:244 xstormy16-asm.c:284 #: openrisc-asm.c:261 xstormy16-asm.c:284
#, c-format #, c-format
msgid "Unrecognized field %d while parsing.\n" msgid "Unrecognized field %d while parsing.\n"
msgstr "" msgstr ""
#: fr30-asm.c:373 frv-asm.c:676 ip2k-asm.c:624 iq2000-asm.c:510 m32r-asm.c:375 #: fr30-asm.c:372 frv-asm.c:1016 ip2k-asm.c:623 iq2000-asm.c:509
#: openrisc-asm.c:294 xstormy16-asm.c:334 #: m32r-asm.c:384 openrisc-asm.c:310 xstormy16-asm.c:333
msgid "missing mnemonic in syntax string" msgid "missing mnemonic in syntax string"
msgstr "" msgstr ""
#. We couldn't parse it. #. We couldn't parse it.
#: fr30-asm.c:509 fr30-asm.c:513 fr30-asm.c:600 fr30-asm.c:702 frv-asm.c:812 #: fr30-asm.c:507 fr30-asm.c:511 fr30-asm.c:598 fr30-asm.c:699 frv-asm.c:1151
#: frv-asm.c:816 frv-asm.c:903 frv-asm.c:1005 ip2k-asm.c:760 ip2k-asm.c:764 #: frv-asm.c:1155 frv-asm.c:1242 frv-asm.c:1343 ip2k-asm.c:758 ip2k-asm.c:762
#: ip2k-asm.c:851 ip2k-asm.c:953 iq2000-asm.c:646 iq2000-asm.c:650 #: ip2k-asm.c:849 ip2k-asm.c:950 iq2000-asm.c:644 iq2000-asm.c:648
#: iq2000-asm.c:737 iq2000-asm.c:839 m32r-asm.c:511 m32r-asm.c:515 #: iq2000-asm.c:735 iq2000-asm.c:836 m32r-asm.c:519 m32r-asm.c:523
#: m32r-asm.c:602 m32r-asm.c:704 openrisc-asm.c:430 openrisc-asm.c:434 #: m32r-asm.c:610 m32r-asm.c:711 openrisc-asm.c:445 openrisc-asm.c:449
#: openrisc-asm.c:521 openrisc-asm.c:623 xstormy16-asm.c:470 #: openrisc-asm.c:536 openrisc-asm.c:637 xstormy16-asm.c:468
#: xstormy16-asm.c:474 xstormy16-asm.c:561 xstormy16-asm.c:663 #: xstormy16-asm.c:472 xstormy16-asm.c:559 xstormy16-asm.c:660
msgid "unrecognized instruction" msgid "unrecognized instruction"
msgstr "" msgstr ""
#: fr30-asm.c:556 frv-asm.c:859 ip2k-asm.c:807 iq2000-asm.c:693 m32r-asm.c:558 #: fr30-asm.c:554 frv-asm.c:1198 ip2k-asm.c:805 iq2000-asm.c:691
#: openrisc-asm.c:477 xstormy16-asm.c:517 #: m32r-asm.c:566 openrisc-asm.c:492 xstormy16-asm.c:515
#, c-format #, c-format
msgid "syntax error (expected char `%c', found `%c')" msgid "syntax error (expected char `%c', found `%c')"
msgstr "" msgstr ""
#: fr30-asm.c:566 frv-asm.c:869 ip2k-asm.c:817 iq2000-asm.c:703 m32r-asm.c:568 #: fr30-asm.c:564 frv-asm.c:1208 ip2k-asm.c:815 iq2000-asm.c:701
#: openrisc-asm.c:487 xstormy16-asm.c:527 #: m32r-asm.c:576 openrisc-asm.c:502 xstormy16-asm.c:525
#, c-format #, c-format
msgid "syntax error (expected char `%c', found end of instruction)" msgid "syntax error (expected char `%c', found end of instruction)"
msgstr "" msgstr ""
#: fr30-asm.c:594 frv-asm.c:897 ip2k-asm.c:845 iq2000-asm.c:731 m32r-asm.c:596 #: fr30-asm.c:592 frv-asm.c:1236 ip2k-asm.c:843 iq2000-asm.c:729
#: openrisc-asm.c:515 xstormy16-asm.c:555 #: m32r-asm.c:604 openrisc-asm.c:530 xstormy16-asm.c:553
msgid "junk at end of line" msgid "junk at end of line"
msgstr "" msgstr ""
#: fr30-asm.c:701 frv-asm.c:1004 ip2k-asm.c:952 iq2000-asm.c:838 #: fr30-asm.c:698 frv-asm.c:1342 ip2k-asm.c:949 iq2000-asm.c:835
#: m32r-asm.c:703 openrisc-asm.c:622 xstormy16-asm.c:662 #: m32r-asm.c:710 openrisc-asm.c:636 xstormy16-asm.c:659
msgid "unrecognized form of instruction" msgid "unrecognized form of instruction"
msgstr "" msgstr ""
#: fr30-asm.c:713 frv-asm.c:1016 ip2k-asm.c:964 iq2000-asm.c:850 #: fr30-asm.c:710 frv-asm.c:1354 ip2k-asm.c:961 iq2000-asm.c:847
#: m32r-asm.c:715 openrisc-asm.c:634 xstormy16-asm.c:674 #: m32r-asm.c:722 openrisc-asm.c:648 xstormy16-asm.c:671
#, c-format #, c-format
msgid "bad instruction `%.50s...'" msgid "bad instruction `%.50s...'"
msgstr "" msgstr ""
#: fr30-asm.c:716 frv-asm.c:1019 ip2k-asm.c:967 iq2000-asm.c:853 #: fr30-asm.c:713 frv-asm.c:1357 ip2k-asm.c:964 iq2000-asm.c:850
#: m32r-asm.c:718 openrisc-asm.c:637 xstormy16-asm.c:677 #: m32r-asm.c:725 openrisc-asm.c:651 xstormy16-asm.c:674
#, c-format #, c-format
msgid "bad instruction `%.50s'" msgid "bad instruction `%.50s'"
msgstr "" msgstr ""
@ -149,70 +156,70 @@ msgstr ""
msgid "*unknown*" msgid "*unknown*"
msgstr "" msgstr ""
#: fr30-dis.c:320 frv-dis.c:371 ip2k-dis.c:329 iq2000-dis.c:192 m32r-dis.c:251 #: fr30-dis.c:319 frv-dis.c:388 ip2k-dis.c:328 iq2000-dis.c:191 m32r-dis.c:262
#: openrisc-dis.c:138 xstormy16-dis.c:171 #: openrisc-dis.c:137 xstormy16-dis.c:170
#, c-format #, c-format
msgid "Unrecognized field %d while printing insn.\n" msgid "Unrecognized field %d while printing insn.\n"
msgstr "" msgstr ""
#: fr30-ibld.c:166 frv-ibld.c:166 ip2k-ibld.c:166 iq2000-ibld.c:166 #: fr30-ibld.c:168 frv-ibld.c:168 ip2k-ibld.c:168 iq2000-ibld.c:168
#: m32r-ibld.c:166 openrisc-ibld.c:166 xstormy16-ibld.c:166 #: m32r-ibld.c:168 openrisc-ibld.c:168 xstormy16-ibld.c:168
#, c-format #, c-format
msgid "operand out of range (%ld not between %ld and %lu)" msgid "operand out of range (%ld not between %ld and %lu)"
msgstr "" msgstr ""
#: fr30-ibld.c:179 frv-ibld.c:179 ip2k-ibld.c:179 iq2000-ibld.c:179 #: fr30-ibld.c:181 frv-ibld.c:181 ip2k-ibld.c:181 iq2000-ibld.c:181
#: m32r-ibld.c:179 openrisc-ibld.c:179 xstormy16-ibld.c:179 #: m32r-ibld.c:181 openrisc-ibld.c:181 xstormy16-ibld.c:181
#, c-format #, c-format
msgid "operand out of range (%lu not between 0 and %lu)" msgid "operand out of range (%lu not between 0 and %lu)"
msgstr "" msgstr ""
#: fr30-ibld.c:730 frv-ibld.c:829 ip2k-ibld.c:607 iq2000-ibld.c:713 #: fr30-ibld.c:732 frv-ibld.c:849 ip2k-ibld.c:609 iq2000-ibld.c:715
#: m32r-ibld.c:659 openrisc-ibld.c:633 xstormy16-ibld.c:678 #: m32r-ibld.c:667 openrisc-ibld.c:635 xstormy16-ibld.c:680
#, c-format #, c-format
msgid "Unrecognized field %d while building insn.\n" msgid "Unrecognized field %d while building insn.\n"
msgstr "" msgstr ""
#: fr30-ibld.c:937 frv-ibld.c:1121 ip2k-ibld.c:684 iq2000-ibld.c:890 #: fr30-ibld.c:939 frv-ibld.c:1159 ip2k-ibld.c:686 iq2000-ibld.c:892
#: m32r-ibld.c:792 openrisc-ibld.c:735 xstormy16-ibld.c:826 #: m32r-ibld.c:806 openrisc-ibld.c:737 xstormy16-ibld.c:828
#, c-format #, c-format
msgid "Unrecognized field %d while decoding insn.\n" msgid "Unrecognized field %d while decoding insn.\n"
msgstr "" msgstr ""
#: fr30-ibld.c:1086 frv-ibld.c:1375 ip2k-ibld.c:761 iq2000-ibld.c:1024 #: fr30-ibld.c:1088 frv-ibld.c:1431 ip2k-ibld.c:763 iq2000-ibld.c:1026
#: m32r-ibld.c:902 openrisc-ibld.c:815 xstormy16-ibld.c:939 #: m32r-ibld.c:922 openrisc-ibld.c:817 xstormy16-ibld.c:941
#, c-format #, c-format
msgid "Unrecognized field %d while getting int operand.\n" msgid "Unrecognized field %d while getting int operand.\n"
msgstr "" msgstr ""
#: fr30-ibld.c:1215 frv-ibld.c:1609 ip2k-ibld.c:818 iq2000-ibld.c:1138 #: fr30-ibld.c:1217 frv-ibld.c:1683 ip2k-ibld.c:820 iq2000-ibld.c:1140
#: m32r-ibld.c:992 openrisc-ibld.c:875 xstormy16-ibld.c:1032 #: m32r-ibld.c:1018 openrisc-ibld.c:877 xstormy16-ibld.c:1034
#, c-format #, c-format
msgid "Unrecognized field %d while getting vma operand.\n" msgid "Unrecognized field %d while getting vma operand.\n"
msgstr "" msgstr ""
#: fr30-ibld.c:1349 frv-ibld.c:1852 ip2k-ibld.c:880 iq2000-ibld.c:1261 #: fr30-ibld.c:1351 frv-ibld.c:1944 ip2k-ibld.c:882 iq2000-ibld.c:1263
#: m32r-ibld.c:1090 openrisc-ibld.c:944 xstormy16-ibld.c:1134 #: m32r-ibld.c:1122 openrisc-ibld.c:946 xstormy16-ibld.c:1136
#, c-format #, c-format
msgid "Unrecognized field %d while setting int operand.\n" msgid "Unrecognized field %d while setting int operand.\n"
msgstr "" msgstr ""
#: fr30-ibld.c:1471 frv-ibld.c:2083 ip2k-ibld.c:930 iq2000-ibld.c:1372 #: fr30-ibld.c:1473 frv-ibld.c:2193 ip2k-ibld.c:932 iq2000-ibld.c:1374
#: m32r-ibld.c:1176 openrisc-ibld.c:1001 xstormy16-ibld.c:1224 #: m32r-ibld.c:1214 openrisc-ibld.c:1003 xstormy16-ibld.c:1226
#, c-format #, c-format
msgid "Unrecognized field %d while setting vma operand.\n" msgid "Unrecognized field %d while setting vma operand.\n"
msgstr "" msgstr ""
#: frv-asm.c:365 #: frv-asm.c:688
msgid "register number must be even" msgid "register number must be even"
msgstr "" msgstr ""
#: h8300-dis.c:377 #: h8300-dis.c:358
#, c-format #, c-format
msgid "Hmmmm 0x%x" msgid "Hmmmm 0x%x"
msgstr "" msgstr ""
#: h8300-dis.c:760 #: h8300-dis.c:741
#, c-format #, c-format
msgid "Don't understand 0x%x \n" msgid "Don't understand 0x%x \n"
msgstr "" msgstr ""
@ -228,7 +235,7 @@ msgstr ""
msgid "%02x\t\t*unknown*" msgid "%02x\t\t*unknown*"
msgstr "" msgstr ""
#: i386-dis.c:1699 #: i386-dis.c:1712
msgid "<internal disassembler error>" msgid "<internal disassembler error>"
msgstr "" msgstr ""
@ -404,6 +411,7 @@ msgid "21-bit offset out of range"
msgstr "" msgstr ""
#: iq2000-asm.c:205 iq2000-asm.c:235 iq2000-asm.c:272 iq2000-asm.c:305 #: iq2000-asm.c:205 iq2000-asm.c:235 iq2000-asm.c:272 iq2000-asm.c:305
#: openrisc-asm.c:96 openrisc-asm.c:155
msgid "missing `)'" msgid "missing `)'"
msgstr "" msgstr ""
@ -422,12 +430,12 @@ msgstr ""
msgid "unknown\t0x%04x" msgid "unknown\t0x%04x"
msgstr "" msgstr ""
#: m68k-dis.c:429 #: m68k-dis.c:432
#, c-format #, c-format
msgid "<internal error in opcode table: %s %s>\n" msgid "<internal error in opcode table: %s %s>\n"
msgstr "" msgstr ""
#: m68k-dis.c:1007 #: m68k-dis.c:1025
#, c-format #, c-format
msgid "<function code %d>" msgid "<function code %d>"
msgstr "" msgstr ""
@ -437,47 +445,51 @@ msgstr ""
msgid "# <dis error: %08x>" msgid "# <dis error: %08x>"
msgstr "" msgstr ""
#: mips-dis.c:703 #: mips-dis.c:709
msgid "# internal error, incomplete extension sequence (+)" msgid "# internal error, incomplete extension sequence (+)"
msgstr "" msgstr ""
#: mips-dis.c:746 #: mips-dis.c:768
#, c-format #, c-format
msgid "# internal error, undefined extension sequence (+%c)" msgid "# internal error, undefined extension sequence (+%c)"
msgstr "" msgstr ""
#: mips-dis.c:1004 #: mips-dis.c:1026
#, c-format #, c-format
msgid "# internal error, undefined modifier(%c)" msgid "# internal error, undefined modifier(%c)"
msgstr "" msgstr ""
#: mips-dis.c:1755 #: mips-dis.c:1777
#, c-format #, c-format
msgid "# internal disassembler error, unrecognised modifier (%c)" msgid "# internal disassembler error, unrecognised modifier (%c)"
msgstr "" msgstr ""
#: mips-dis.c:1767 #: mips-dis.c:1789
#, c-format
msgid "" msgid ""
"\n" "\n"
"The following MIPS specific disassembler options are supported for use\n" "The following MIPS specific disassembler options are supported for use\n"
"with the -M switch (multiple options should be separated by commas):\n" "with the -M switch (multiple options should be separated by commas):\n"
msgstr "" msgstr ""
#: mips-dis.c:1771 #: mips-dis.c:1793
#, c-format
msgid "" msgid ""
"\n" "\n"
" gpr-names=ABI Print GPR names according to specified ABI.\n" " gpr-names=ABI Print GPR names according to specified ABI.\n"
" Default: based on binary being disassembled.\n" " Default: based on binary being disassembled.\n"
msgstr "" msgstr ""
#: mips-dis.c:1775 #: mips-dis.c:1797
#, c-format
msgid "" msgid ""
"\n" "\n"
" fpr-names=ABI Print FPR names according to specified ABI.\n" " fpr-names=ABI Print FPR names according to specified ABI.\n"
" Default: numeric.\n" " Default: numeric.\n"
msgstr "" msgstr ""
#: mips-dis.c:1779 #: mips-dis.c:1801
#, c-format
msgid "" msgid ""
"\n" "\n"
" cp0-names=ARCH Print CP0 register names according to\n" " cp0-names=ARCH Print CP0 register names according to\n"
@ -485,7 +497,8 @@ msgid ""
" Default: based on binary being disassembled.\n" " Default: based on binary being disassembled.\n"
msgstr "" msgstr ""
#: mips-dis.c:1784 #: mips-dis.c:1806
#, c-format
msgid "" msgid ""
"\n" "\n"
" hwr-names=ARCH Print HWR names according to specified \n" " hwr-names=ARCH Print HWR names according to specified \n"
@ -493,32 +506,37 @@ msgid ""
" Default: based on binary being disassembled.\n" " Default: based on binary being disassembled.\n"
msgstr "" msgstr ""
#: mips-dis.c:1789 #: mips-dis.c:1811
#, c-format
msgid "" msgid ""
"\n" "\n"
" reg-names=ABI Print GPR and FPR names according to\n" " reg-names=ABI Print GPR and FPR names according to\n"
" specified ABI.\n" " specified ABI.\n"
msgstr "" msgstr ""
#: mips-dis.c:1793 #: mips-dis.c:1815
#, c-format
msgid "" msgid ""
"\n" "\n"
" reg-names=ARCH Print CP0 register and HWR names according to\n" " reg-names=ARCH Print CP0 register and HWR names according to\n"
" specified architecture.\n" " specified architecture.\n"
msgstr "" msgstr ""
#: mips-dis.c:1797 #: mips-dis.c:1819
#, c-format
msgid "" msgid ""
"\n" "\n"
" For the options above, the following values are supported for \"ABI\":\n" " For the options above, the following values are supported for \"ABI\":\n"
" " " "
msgstr "" msgstr ""
#: mips-dis.c:1802 mips-dis.c:1810 mips-dis.c:1812 #: mips-dis.c:1824 mips-dis.c:1832 mips-dis.c:1834
#, c-format
msgid "\n" msgid "\n"
msgstr "" msgstr ""
#: mips-dis.c:1804 #: mips-dis.c:1826
#, c-format
msgid "" msgid ""
"\n" "\n"
" For the options above, The following values are supported for \"ARCH\":\n" " For the options above, The following values are supported for \"ARCH\":\n"
@ -551,86 +569,87 @@ msgstr ""
#. * anyway! #. * anyway!
#. #.
#: ns32k-dis.c:631 #: ns32k-dis.c:631
#, c-format
msgid "$<undefined>" msgid "$<undefined>"
msgstr "" msgstr ""
#: ppc-opc.c:781 ppc-opc.c:809 #: ppc-opc.c:791 ppc-opc.c:819
msgid "invalid conditional option" msgid "invalid conditional option"
msgstr "" msgstr ""
#: ppc-opc.c:811 #: ppc-opc.c:821
msgid "attempt to set y bit when using + or - modifier" msgid "attempt to set y bit when using + or - modifier"
msgstr "" msgstr ""
#: ppc-opc.c:840 #: ppc-opc.c:849
msgid "offset not a multiple of 16" msgid "offset not a multiple of 16"
msgstr "" msgstr ""
#: ppc-opc.c:860 #: ppc-opc.c:868
msgid "offset not a multiple of 2" msgid "offset not a multiple of 2"
msgstr "" msgstr ""
#: ppc-opc.c:862 #: ppc-opc.c:870
msgid "offset greater than 62" msgid "offset greater than 62"
msgstr "" msgstr ""
#: ppc-opc.c:881 ppc-opc.c:927 ppc-opc.c:975 #: ppc-opc.c:889 ppc-opc.c:934 ppc-opc.c:978
msgid "offset not a multiple of 4" msgid "offset not a multiple of 4"
msgstr "" msgstr ""
#: ppc-opc.c:883 #: ppc-opc.c:891
msgid "offset greater than 124" msgid "offset greater than 124"
msgstr "" msgstr ""
#: ppc-opc.c:902 #: ppc-opc.c:910
msgid "offset not a multiple of 8" msgid "offset not a multiple of 8"
msgstr "" msgstr ""
#: ppc-opc.c:904 #: ppc-opc.c:912
msgid "offset greater than 248" msgid "offset greater than 248"
msgstr "" msgstr ""
#: ppc-opc.c:950 #: ppc-opc.c:955
msgid "offset not between -2048 and 2047" msgid "offset not between -2048 and 2047"
msgstr "" msgstr ""
#: ppc-opc.c:973 #: ppc-opc.c:976
msgid "offset not between -8192 and 8191" msgid "offset not between -8192 and 8191"
msgstr "" msgstr ""
#: ppc-opc.c:1011 #: ppc-opc.c:1014
msgid "ignoring invalid mfcr mask" msgid "ignoring invalid mfcr mask"
msgstr "" msgstr ""
#: ppc-opc.c:1059 #: ppc-opc.c:1061
msgid "ignoring least significant bits in branch offset" msgid "ignoring least significant bits in branch offset"
msgstr "" msgstr ""
#: ppc-opc.c:1090 ppc-opc.c:1125 #: ppc-opc.c:1091 ppc-opc.c:1126
msgid "illegal bitmask" msgid "illegal bitmask"
msgstr "" msgstr ""
#: ppc-opc.c:1192 #: ppc-opc.c:1191
msgid "value out of range" msgid "value out of range"
msgstr "" msgstr ""
#: ppc-opc.c:1262 #: ppc-opc.c:1259
msgid "index register in load range" msgid "index register in load range"
msgstr "" msgstr ""
#: ppc-opc.c:1279 #: ppc-opc.c:1275
msgid "source and target register operands must be different" msgid "source and target register operands must be different"
msgstr "" msgstr ""
#: ppc-opc.c:1294 #: ppc-opc.c:1290
msgid "invalid register operand when updating" msgid "invalid register operand when updating"
msgstr "" msgstr ""
#: ppc-opc.c:1335 #: ppc-opc.c:1329
msgid "target register operand must be even" msgid "target register operand must be even"
msgstr "" msgstr ""
#: ppc-opc.c:1350 #: ppc-opc.c:1343
msgid "source register operand must be even" msgid "source register operand must be even"
msgstr "" msgstr ""
@ -654,12 +673,12 @@ msgstr ""
msgid "Internal error: bad sparc-opcode.h: \"%s\" == \"%s\"\n" msgid "Internal error: bad sparc-opcode.h: \"%s\" == \"%s\"\n"
msgstr "" msgstr ""
#: v850-dis.c:221 #: v850-dis.c:225
#, c-format #, c-format
msgid "unknown operand shift: %x\n" msgid "unknown operand shift: %x\n"
msgstr "" msgstr ""
#: v850-dis.c:233 #: v850-dis.c:237
#, c-format #, c-format
msgid "unknown pop reg: %d\n" msgid "unknown pop reg: %d\n"
msgstr "" msgstr ""