Regenerate configure and pot files with updated binutils version number.
This commit is contained in:
parent
5127f20732
commit
71300e2c0c
@ -1,3 +1,7 @@
|
||||
2018-06-24 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
|
||||
|
||||
* libtool.m4: Use AC_LANG_SOURCE.
|
||||
|
@ -1,3 +1,7 @@
|
||||
2018-06-24 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* po/bfd.pot: Regenerate.
|
||||
|
||||
2018-06-24 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* version.m4: Update version string to 2.31.51.
|
||||
|
1480
bfd/po/bfd.pot
1480
bfd/po/bfd.pot
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,10 @@
|
||||
2018-06-24 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* README-how-to-make-a-release: Update with experiences from
|
||||
making 2.31 branch.
|
||||
* po/binutils.pot: Regenerate.
|
||||
* configure: Regenerate.
|
||||
|
||||
2018-06-24 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
2.31 branch created.
|
||||
|
@ -38,8 +38,10 @@ How to perform a release.
|
||||
|
||||
4. Create the release branch using:
|
||||
|
||||
git tag -a binutils-2_30-branch [e.g. for the 2.30 branch...]
|
||||
git push --tags origin binutils-2_30-branch
|
||||
git tag -a binutils-2_31-branch [e.g. for the 2.31 branch...]
|
||||
Suggested tag note: "The 2.31 branch for the FSF binutils"
|
||||
|
||||
git push --tags origin binutils-2_31-branch
|
||||
|
||||
5. Update "BINUTILS_BRANCH" in gdbadmin's crontab:
|
||||
|
||||
@ -54,49 +56,53 @@ How to perform a release.
|
||||
If you do not have access to this account, please feel free to
|
||||
ask Joel Brobecker <brobecker AT adacore DOT com>.
|
||||
|
||||
6. Update bfd/configure and bfd/configure.ac on HEAD to indicate
|
||||
snapshot of the following release.
|
||||
[make-prerelease.sh command hv + C]
|
||||
|
||||
7. Rename the current HEAD version entry in Bugzilla, and create a
|
||||
6. Rename the current HEAD version entry in Bugzilla, and create a
|
||||
new one. E.g. rename "2.30 (HEAD)" to 2.30, and create "2.31
|
||||
(HEAD)":
|
||||
|
||||
https://sourceware.org/bugzilla/editversions.cgi?product=binutils
|
||||
|
||||
8. Update the release number in bfd/version.m4 for the mainline and
|
||||
the branch. The mainline should have the minor number
|
||||
incremented, but the branch only needs the point value set to 90
|
||||
as the release has not actually happened yet.
|
||||
7. Check out the branch sources:
|
||||
|
||||
git clone ssh://sourceware.org/git/binutils-gdb.git -b binutils-2_31-branch 2.31
|
||||
|
||||
8. Update bfd/version.m4 on HEAD to indicate that is now a snapshot
|
||||
of the next release:
|
||||
|
||||
m4_define([BFD_VERSION], [2.31.51])
|
||||
|
||||
Update the release number in bfd/version.m4 for the the branch.
|
||||
The branch only needs the point value set to 90 as the release
|
||||
has not actually happened yet.
|
||||
|
||||
m4_define([BFD_VERSION], [2.30.90])
|
||||
|
||||
Regenerate various files on both branch and HEAD by configuring
|
||||
with --enable-maintainer-mode. NB/ Remember to build gold and
|
||||
gprof. Commit the changes. Make sure that this includes the
|
||||
.pot files as well as the configure and makefiles.
|
||||
gprof. Add ChangeLog entries. Commit the changes. Make sure
|
||||
that this includes the .pot files as well as the configure and
|
||||
makefiles.
|
||||
|
||||
9. Create an initial prerelease:
|
||||
8. Create an initial prerelease:
|
||||
|
||||
a. Change the version on the branch (bfd/version.m4), regenerate
|
||||
the files, and check this in.
|
||||
|
||||
b. Create a source tarball of the branch sources:
|
||||
a. Create a source tarball of the branch sources:
|
||||
|
||||
./src-release -x binutils
|
||||
|
||||
c. Build a test target using this tarball.
|
||||
b. Build a test target using this tarball.
|
||||
|
||||
d. Upload the prerelease snapshot to the FTP:
|
||||
c. Upload the prerelease snapshot to the FTP:
|
||||
|
||||
scp ../binutils-$version.tar.xz sourceware.org:~ftp/pub/binutils/snapshots
|
||||
ssh sourceware.org md5sum ~ftp/pub/binutils/snapshots/binutils-$version.tar.xz
|
||||
|
||||
10. Send it to the Translation Project:
|
||||
9. Send it to the Translation Project:
|
||||
|
||||
http://translationproject.org/html/maintainers.html
|
||||
|
||||
Sending mail for one of the POT files is sufficient.
|
||||
|
||||
11. Announce the availability of the snapshot and the branch on the
|
||||
10. Announce the availability of the snapshot and the branch on the
|
||||
binutils mailing list. Set a date for when the release will
|
||||
actually happen. Something like:
|
||||
------------------------------------------------------------------------
|
||||
|
20
binutils/configure
vendored
20
binutils/configure
vendored
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.69 for binutils 2.30.52.
|
||||
# Generated by GNU Autoconf 2.69 for binutils 2.31.51.
|
||||
#
|
||||
#
|
||||
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
||||
@ -587,8 +587,8 @@ MAKEFLAGS=
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='binutils'
|
||||
PACKAGE_TARNAME='binutils'
|
||||
PACKAGE_VERSION='2.30.52'
|
||||
PACKAGE_STRING='binutils 2.30.52'
|
||||
PACKAGE_VERSION='2.31.51'
|
||||
PACKAGE_STRING='binutils 2.31.51'
|
||||
PACKAGE_BUGREPORT=''
|
||||
PACKAGE_URL=''
|
||||
|
||||
@ -1371,7 +1371,7 @@ if test "$ac_init_help" = "long"; then
|
||||
# Omit some internal or obsolete options to make the list less imposing.
|
||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||
cat <<_ACEOF
|
||||
\`configure' configures binutils 2.30.52 to adapt to many kinds of systems.
|
||||
\`configure' configures binutils 2.31.51 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@ -1442,7 +1442,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of binutils 2.30.52:";;
|
||||
short | recursive ) echo "Configuration of binutils 2.31.51:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@ -1569,7 +1569,7 @@ fi
|
||||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
binutils configure 2.30.52
|
||||
binutils configure 2.31.51
|
||||
generated by GNU Autoconf 2.69
|
||||
|
||||
Copyright (C) 2012 Free Software Foundation, Inc.
|
||||
@ -2217,7 +2217,7 @@ cat >config.log <<_ACEOF
|
||||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by binutils $as_me 2.30.52, which was
|
||||
It was created by binutils $as_me 2.31.51, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@ -4164,7 +4164,7 @@ fi
|
||||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='binutils'
|
||||
VERSION='2.30.52'
|
||||
VERSION='2.31.51'
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
@ -15508,7 +15508,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
||||
# report actual input values of CONFIG_FILES etc. instead of their
|
||||
# values after options handling.
|
||||
ac_log="
|
||||
This file was extended by binutils $as_me 2.30.52, which was
|
||||
This file was extended by binutils $as_me 2.31.51, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@ -15574,7 +15574,7 @@ _ACEOF
|
||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||||
ac_cs_version="\\
|
||||
binutils config.status 2.30.52
|
||||
binutils config.status 2.31.51
|
||||
configured by $0, generated by GNU Autoconf 2.69,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
1
configure
vendored
1
configure
vendored
@ -2275,7 +2275,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
|
||||
|
||||
|
||||
|
||||
progname=$0
|
||||
# if PWD already has a value, it is probably wrong.
|
||||
if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
|
||||
|
@ -1,3 +1,8 @@
|
||||
2018-06-24 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* configure: Regenerate.
|
||||
* po/gas.pot: Regenerate.
|
||||
|
||||
2018-06-24 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
2.31 branch created.
|
||||
|
20
gas/configure
vendored
20
gas/configure
vendored
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.69 for gas 2.30.52.
|
||||
# Generated by GNU Autoconf 2.69 for gas 2.31.51.
|
||||
#
|
||||
#
|
||||
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
||||
@ -587,8 +587,8 @@ MAKEFLAGS=
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='gas'
|
||||
PACKAGE_TARNAME='gas'
|
||||
PACKAGE_VERSION='2.30.52'
|
||||
PACKAGE_STRING='gas 2.30.52'
|
||||
PACKAGE_VERSION='2.31.51'
|
||||
PACKAGE_STRING='gas 2.31.51'
|
||||
PACKAGE_BUGREPORT=''
|
||||
PACKAGE_URL=''
|
||||
|
||||
@ -1366,7 +1366,7 @@ if test "$ac_init_help" = "long"; then
|
||||
# Omit some internal or obsolete options to make the list less imposing.
|
||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||
cat <<_ACEOF
|
||||
\`configure' configures gas 2.30.52 to adapt to many kinds of systems.
|
||||
\`configure' configures gas 2.31.51 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@ -1437,7 +1437,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of gas 2.30.52:";;
|
||||
short | recursive ) echo "Configuration of gas 2.31.51:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@ -1568,7 +1568,7 @@ fi
|
||||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
gas configure 2.30.52
|
||||
gas configure 2.31.51
|
||||
generated by GNU Autoconf 2.69
|
||||
|
||||
Copyright (C) 2012 Free Software Foundation, Inc.
|
||||
@ -2033,7 +2033,7 @@ cat >config.log <<_ACEOF
|
||||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by gas $as_me 2.30.52, which was
|
||||
It was created by gas $as_me 2.31.51, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@ -3980,7 +3980,7 @@ fi
|
||||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='gas'
|
||||
VERSION='2.30.52'
|
||||
VERSION='2.31.51'
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
@ -15581,7 +15581,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
||||
# report actual input values of CONFIG_FILES etc. instead of their
|
||||
# values after options handling.
|
||||
ac_log="
|
||||
This file was extended by gas $as_me 2.30.52, which was
|
||||
This file was extended by gas $as_me 2.31.51, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@ -15647,7 +15647,7 @@ _ACEOF
|
||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||||
ac_cs_version="\\
|
||||
gas config.status 2.30.52
|
||||
gas config.status 2.31.51
|
||||
configured by $0, generated by GNU Autoconf 2.69,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
|
5556
gas/po/gas.pot
5556
gas/po/gas.pot
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,7 @@
|
||||
2018-06-24 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* po/gold.pot: Regenerate.
|
||||
|
||||
2018-06-24 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
2.31 branch created.
|
||||
|
1463
gold/po/gold.pot
1463
gold/po/gold.pot
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,8 @@
|
||||
2018-06-24 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* configure: Regenerate.
|
||||
* po/gprof.pot: Regenerate.
|
||||
|
||||
2018-06-24 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
2.31 branch created.
|
||||
|
20
gprof/configure
vendored
20
gprof/configure
vendored
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.69 for gprof 2.30.52.
|
||||
# Generated by GNU Autoconf 2.69 for gprof 2.31.51.
|
||||
#
|
||||
#
|
||||
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
||||
@ -587,8 +587,8 @@ MAKEFLAGS=
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='gprof'
|
||||
PACKAGE_TARNAME='gprof'
|
||||
PACKAGE_VERSION='2.30.52'
|
||||
PACKAGE_STRING='gprof 2.30.52'
|
||||
PACKAGE_VERSION='2.31.51'
|
||||
PACKAGE_STRING='gprof 2.31.51'
|
||||
PACKAGE_BUGREPORT=''
|
||||
PACKAGE_URL=''
|
||||
|
||||
@ -1337,7 +1337,7 @@ if test "$ac_init_help" = "long"; then
|
||||
# Omit some internal or obsolete options to make the list less imposing.
|
||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||
cat <<_ACEOF
|
||||
\`configure' configures gprof 2.30.52 to adapt to many kinds of systems.
|
||||
\`configure' configures gprof 2.31.51 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@ -1408,7 +1408,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of gprof 2.30.52:";;
|
||||
short | recursive ) echo "Configuration of gprof 2.31.51:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@ -1519,7 +1519,7 @@ fi
|
||||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
gprof configure 2.30.52
|
||||
gprof configure 2.31.51
|
||||
generated by GNU Autoconf 2.69
|
||||
|
||||
Copyright (C) 2012 Free Software Foundation, Inc.
|
||||
@ -1884,7 +1884,7 @@ cat >config.log <<_ACEOF
|
||||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by gprof $as_me 2.30.52, which was
|
||||
It was created by gprof $as_me 2.31.51, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@ -3831,7 +3831,7 @@ fi
|
||||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='gprof'
|
||||
VERSION='2.30.52'
|
||||
VERSION='2.31.51'
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
@ -13086,7 +13086,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
||||
# report actual input values of CONFIG_FILES etc. instead of their
|
||||
# values after options handling.
|
||||
ac_log="
|
||||
This file was extended by gprof $as_me 2.30.52, which was
|
||||
This file was extended by gprof $as_me 2.31.51, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@ -13152,7 +13152,7 @@ _ACEOF
|
||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||||
ac_cs_version="\\
|
||||
gprof config.status 2.30.52
|
||||
gprof config.status 2.31.51
|
||||
configured by $0, generated by GNU Autoconf 2.69,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: bug-binutils@gnu.org\n"
|
||||
"POT-Creation-Date: 2018-01-13 13:55+0000\n"
|
||||
"POT-Creation-Date: 2018-06-24 19:03+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -211,52 +211,52 @@ msgstr ""
|
||||
msgid "<cycle %d>"
|
||||
msgstr ""
|
||||
|
||||
#: corefile.c:62
|
||||
#: corefile.c:61
|
||||
#, c-format
|
||||
msgid "%s: unable to parse mapping file %s.\n"
|
||||
msgstr ""
|
||||
|
||||
#: corefile.c:90 corefile.c:527
|
||||
#: corefile.c:89 corefile.c:521
|
||||
#, c-format
|
||||
msgid "%s: could not open %s.\n"
|
||||
msgstr ""
|
||||
|
||||
#: corefile.c:192
|
||||
#: corefile.c:191
|
||||
#, c-format
|
||||
msgid "%s: %s: not in executable format\n"
|
||||
msgstr ""
|
||||
|
||||
#: corefile.c:203
|
||||
#: corefile.c:202
|
||||
#, c-format
|
||||
msgid "%s: can't find .text section in %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: corefile.c:278
|
||||
#: corefile.c:276
|
||||
#, c-format
|
||||
msgid "%s: ran out room for %lu bytes of text space\n"
|
||||
msgstr ""
|
||||
|
||||
#: corefile.c:292
|
||||
#: corefile.c:290
|
||||
#, c-format
|
||||
msgid "%s: can't do -c\n"
|
||||
msgstr ""
|
||||
|
||||
#: corefile.c:335
|
||||
#: corefile.c:329
|
||||
#, c-format
|
||||
msgid "%s: -c not supported on architecture %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: corefile.c:536 corefile.c:642
|
||||
#: corefile.c:530 corefile.c:635
|
||||
#, c-format
|
||||
msgid "%s: file `%s' has no symbols\n"
|
||||
msgstr ""
|
||||
|
||||
#: corefile.c:541
|
||||
#: corefile.c:535
|
||||
#, c-format
|
||||
msgid "%s: file `%s' has too many symbols\n"
|
||||
msgstr ""
|
||||
|
||||
#: corefile.c:909
|
||||
#: corefile.c:902
|
||||
#, c-format
|
||||
msgid "%s: somebody miscounted: ltab.len=%d instead of %ld\n"
|
||||
msgstr ""
|
||||
|
@ -1,3 +1,8 @@
|
||||
2018-06-24 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* configure: Regenerate.
|
||||
* po/ld.pot: Regenerate.
|
||||
|
||||
2018-06-24 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
2.31 branch created.
|
||||
|
20
ld/configure
vendored
20
ld/configure
vendored
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.69 for ld 2.30.52.
|
||||
# Generated by GNU Autoconf 2.69 for ld 2.31.51.
|
||||
#
|
||||
#
|
||||
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
||||
@ -587,8 +587,8 @@ MAKEFLAGS=
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='ld'
|
||||
PACKAGE_TARNAME='ld'
|
||||
PACKAGE_VERSION='2.30.52'
|
||||
PACKAGE_STRING='ld 2.30.52'
|
||||
PACKAGE_VERSION='2.31.51'
|
||||
PACKAGE_STRING='ld 2.31.51'
|
||||
PACKAGE_BUGREPORT=''
|
||||
PACKAGE_URL=''
|
||||
|
||||
@ -1389,7 +1389,7 @@ if test "$ac_init_help" = "long"; then
|
||||
# Omit some internal or obsolete options to make the list less imposing.
|
||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||
cat <<_ACEOF
|
||||
\`configure' configures ld 2.30.52 to adapt to many kinds of systems.
|
||||
\`configure' configures ld 2.31.51 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@ -1460,7 +1460,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of ld 2.30.52:";;
|
||||
short | recursive ) echo "Configuration of ld 2.31.51:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@ -1595,7 +1595,7 @@ fi
|
||||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
ld configure 2.30.52
|
||||
ld configure 2.31.51
|
||||
generated by GNU Autoconf 2.69
|
||||
|
||||
Copyright (C) 2012 Free Software Foundation, Inc.
|
||||
@ -2310,7 +2310,7 @@ cat >config.log <<_ACEOF
|
||||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by ld $as_me 2.30.52, which was
|
||||
It was created by ld $as_me 2.31.51, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@ -4261,7 +4261,7 @@ fi
|
||||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='ld'
|
||||
VERSION='2.30.52'
|
||||
VERSION='2.31.51'
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
@ -18221,7 +18221,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
||||
# report actual input values of CONFIG_FILES etc. instead of their
|
||||
# values after options handling.
|
||||
ac_log="
|
||||
This file was extended by ld $as_me 2.30.52, which was
|
||||
This file was extended by ld $as_me 2.31.51, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@ -18287,7 +18287,7 @@ _ACEOF
|
||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||||
ac_cs_version="\\
|
||||
ld config.status 2.30.52
|
||||
ld config.status 2.31.51
|
||||
configured by $0, generated by GNU Autoconf 2.69,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
|
6515
ld/po/ld.pot
6515
ld/po/ld.pot
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,8 @@
|
||||
2018-06-24 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* configure: Regenerate.
|
||||
* po/opcodes.pot: Regenerate.
|
||||
|
||||
2018-06-24 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
2.31 branch created.
|
||||
|
20
opcodes/configure
vendored
20
opcodes/configure
vendored
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.69 for opcodes 2.30.52.
|
||||
# Generated by GNU Autoconf 2.69 for opcodes 2.31.51.
|
||||
#
|
||||
#
|
||||
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
||||
@ -587,8 +587,8 @@ MAKEFLAGS=
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='opcodes'
|
||||
PACKAGE_TARNAME='opcodes'
|
||||
PACKAGE_VERSION='2.30.52'
|
||||
PACKAGE_STRING='opcodes 2.30.52'
|
||||
PACKAGE_VERSION='2.31.51'
|
||||
PACKAGE_STRING='opcodes 2.31.51'
|
||||
PACKAGE_BUGREPORT=''
|
||||
PACKAGE_URL=''
|
||||
|
||||
@ -1357,7 +1357,7 @@ if test "$ac_init_help" = "long"; then
|
||||
# Omit some internal or obsolete options to make the list less imposing.
|
||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||
cat <<_ACEOF
|
||||
\`configure' configures opcodes 2.30.52 to adapt to many kinds of systems.
|
||||
\`configure' configures opcodes 2.31.51 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@ -1428,7 +1428,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of opcodes 2.30.52:";;
|
||||
short | recursive ) echo "Configuration of opcodes 2.31.51:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@ -1540,7 +1540,7 @@ fi
|
||||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
opcodes configure 2.30.52
|
||||
opcodes configure 2.31.51
|
||||
generated by GNU Autoconf 2.69
|
||||
|
||||
Copyright (C) 2012 Free Software Foundation, Inc.
|
||||
@ -1951,7 +1951,7 @@ cat >config.log <<_ACEOF
|
||||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by opcodes $as_me 2.30.52, which was
|
||||
It was created by opcodes $as_me 2.31.51, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@ -3898,7 +3898,7 @@ fi
|
||||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='opcodes'
|
||||
VERSION='2.30.52'
|
||||
VERSION='2.31.51'
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
@ -13584,7 +13584,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
||||
# report actual input values of CONFIG_FILES etc. instead of their
|
||||
# values after options handling.
|
||||
ac_log="
|
||||
This file was extended by opcodes $as_me 2.30.52, which was
|
||||
This file was extended by opcodes $as_me 2.31.51, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@ -13650,7 +13650,7 @@ _ACEOF
|
||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||||
ac_cs_version="\\
|
||||
opcodes config.status 2.30.52
|
||||
opcodes config.status 2.31.51
|
||||
configured by $0, generated by GNU Autoconf 2.69,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: bug-binutils@gnu.org\n"
|
||||
"POT-Creation-Date: 2018-04-30 11:54+0100\n"
|
||||
"POT-Creation-Date: 2018-06-24 19:00+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -17,13 +17,21 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=CHARSET\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: aarch64-asm.c:805
|
||||
msgid "specified register cannot be read from"
|
||||
msgstr ""
|
||||
|
||||
#: aarch64-asm.c:814
|
||||
msgid "specified register cannot be written to"
|
||||
msgstr ""
|
||||
|
||||
#. Invalid option.
|
||||
#: aarch64-dis.c:81 arc-dis.c:782 arm-dis.c:6158
|
||||
#: aarch64-dis.c:94 arc-dis.c:782 arm-dis.c:6158
|
||||
#, c-format
|
||||
msgid "unrecognised disassembler option: %s"
|
||||
msgstr ""
|
||||
|
||||
#: aarch64-dis.c:3264
|
||||
#: aarch64-dis.c:3362
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@ -31,29 +39,43 @@ msgid ""
|
||||
"with the -M switch (multiple options should be separated by commas):\n"
|
||||
msgstr ""
|
||||
|
||||
#: aarch64-dis.c:3268
|
||||
#: aarch64-dis.c:3366
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
" no-aliases Don't print instruction aliases.\n"
|
||||
msgstr ""
|
||||
|
||||
#: aarch64-dis.c:3271
|
||||
#: aarch64-dis.c:3369
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
" aliases Do print instruction aliases.\n"
|
||||
msgstr ""
|
||||
|
||||
#: aarch64-dis.c:3275
|
||||
#: aarch64-dis.c:3372
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
" no-notes Don't print instruction notes.\n"
|
||||
msgstr ""
|
||||
|
||||
#: aarch64-dis.c:3375
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
" notes Do print instruction notes.\n"
|
||||
msgstr ""
|
||||
|
||||
#: aarch64-dis.c:3379
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
" debug_dump Temp switch for debug trace.\n"
|
||||
msgstr ""
|
||||
|
||||
#: aarch64-dis.c:3279 mips-dis.c:2601 mips-dis.c:2609 mips-dis.c:2611
|
||||
#: nfp-dis.c:2989 riscv-dis.c:509
|
||||
#: aarch64-dis.c:3383 mips-dis.c:2612 mips-dis.c:2620 mips-dis.c:2622
|
||||
#: nfp-dis.c:2981 riscv-dis.c:509
|
||||
#, c-format
|
||||
msgid "\n"
|
||||
msgstr ""
|
||||
@ -261,6 +283,14 @@ msgstr ""
|
||||
msgid "'ROR' operator not allowed"
|
||||
msgstr ""
|
||||
|
||||
#: aarch64-opc.c:3583
|
||||
msgid "reading from a write-only register."
|
||||
msgstr ""
|
||||
|
||||
#: aarch64-opc.c:3585
|
||||
msgid "writing to a read-only register."
|
||||
msgstr ""
|
||||
|
||||
#: alpha-opc.c:154
|
||||
msgid "branch operand unaligned"
|
||||
msgstr ""
|
||||
@ -892,11 +922,11 @@ msgstr ""
|
||||
msgid "Don't understand 0x%x \n"
|
||||
msgstr ""
|
||||
|
||||
#: i386-dis.c:12380
|
||||
#: i386-dis.c:12405
|
||||
msgid "<internal disassembler error>"
|
||||
msgstr ""
|
||||
|
||||
#: i386-dis.c:12675
|
||||
#: i386-dis.c:12700
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@ -905,145 +935,145 @@ msgid ""
|
||||
"with the -M switch (multiple options should be separated by commas):\n"
|
||||
msgstr ""
|
||||
|
||||
#: i386-dis.c:12679
|
||||
#: i386-dis.c:12704
|
||||
#, c-format
|
||||
msgid " x86-64 Disassemble in 64bit mode\n"
|
||||
msgstr ""
|
||||
|
||||
#: i386-dis.c:12680
|
||||
#: i386-dis.c:12705
|
||||
#, c-format
|
||||
msgid " i386 Disassemble in 32bit mode\n"
|
||||
msgstr ""
|
||||
|
||||
#: i386-dis.c:12681
|
||||
#: i386-dis.c:12706
|
||||
#, c-format
|
||||
msgid " i8086 Disassemble in 16bit mode\n"
|
||||
msgstr ""
|
||||
|
||||
#: i386-dis.c:12682
|
||||
#: i386-dis.c:12707
|
||||
#, c-format
|
||||
msgid " att Display instruction in AT&T syntax\n"
|
||||
msgstr ""
|
||||
|
||||
#: i386-dis.c:12683
|
||||
#: i386-dis.c:12708
|
||||
#, c-format
|
||||
msgid " intel Display instruction in Intel syntax\n"
|
||||
msgstr ""
|
||||
|
||||
#: i386-dis.c:12684
|
||||
#: i386-dis.c:12709
|
||||
#, c-format
|
||||
msgid ""
|
||||
" att-mnemonic\n"
|
||||
" Display instruction in AT&T mnemonic\n"
|
||||
msgstr ""
|
||||
|
||||
#: i386-dis.c:12686
|
||||
#: i386-dis.c:12711
|
||||
#, c-format
|
||||
msgid ""
|
||||
" intel-mnemonic\n"
|
||||
" Display instruction in Intel mnemonic\n"
|
||||
msgstr ""
|
||||
|
||||
#: i386-dis.c:12688
|
||||
#: i386-dis.c:12713
|
||||
#, c-format
|
||||
msgid " addr64 Assume 64bit address size\n"
|
||||
msgstr ""
|
||||
|
||||
#: i386-dis.c:12689
|
||||
#: i386-dis.c:12714
|
||||
#, c-format
|
||||
msgid " addr32 Assume 32bit address size\n"
|
||||
msgstr ""
|
||||
|
||||
#: i386-dis.c:12690
|
||||
#: i386-dis.c:12715
|
||||
#, c-format
|
||||
msgid " addr16 Assume 16bit address size\n"
|
||||
msgstr ""
|
||||
|
||||
#: i386-dis.c:12691
|
||||
#: i386-dis.c:12716
|
||||
#, c-format
|
||||
msgid " data32 Assume 32bit data size\n"
|
||||
msgstr ""
|
||||
|
||||
#: i386-dis.c:12692
|
||||
#: i386-dis.c:12717
|
||||
#, c-format
|
||||
msgid " data16 Assume 16bit data size\n"
|
||||
msgstr ""
|
||||
|
||||
#: i386-dis.c:12693
|
||||
#: i386-dis.c:12718
|
||||
#, c-format
|
||||
msgid " suffix Always display instruction suffix in AT&T syntax\n"
|
||||
msgstr ""
|
||||
|
||||
#: i386-dis.c:12694
|
||||
#: i386-dis.c:12719
|
||||
#, c-format
|
||||
msgid " amd64 Display instruction in AMD64 ISA\n"
|
||||
msgstr ""
|
||||
|
||||
#: i386-dis.c:12695
|
||||
#: i386-dis.c:12720
|
||||
#, c-format
|
||||
msgid " intel64 Display instruction in Intel64 ISA\n"
|
||||
msgstr ""
|
||||
|
||||
#: i386-dis.c:13235
|
||||
#: i386-dis.c:13260
|
||||
msgid "64-bit address is disabled"
|
||||
msgstr ""
|
||||
|
||||
#: i386-gen.c:718
|
||||
#: i386-gen.c:730
|
||||
#, c-format
|
||||
msgid "%s: error: "
|
||||
msgstr ""
|
||||
|
||||
#: i386-gen.c:897
|
||||
#: i386-gen.c:909
|
||||
#, c-format
|
||||
msgid "%s: %d: unknown bitfield: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: i386-gen.c:899
|
||||
#: i386-gen.c:911
|
||||
#, c-format
|
||||
msgid "unknown bitfield: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: i386-gen.c:962
|
||||
#: i386-gen.c:974
|
||||
#, c-format
|
||||
msgid "%s: %d: missing `)' in bitfield: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: i386-gen.c:1263
|
||||
#: i386-gen.c:1275
|
||||
#, c-format
|
||||
msgid "can't find i386-opc.tbl for reading, errno = %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: i386-gen.c:1394
|
||||
#: i386-gen.c:1406
|
||||
#, c-format
|
||||
msgid "can't find i386-reg.tbl for reading, errno = %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: i386-gen.c:1472
|
||||
#: i386-gen.c:1484
|
||||
#, c-format
|
||||
msgid "can't create i386-init.h, errno = %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: i386-gen.c:1562 ia64-gen.c:2829
|
||||
#: i386-gen.c:1574 ia64-gen.c:2829
|
||||
#, c-format
|
||||
msgid "unable to change directory to \"%s\", errno = %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: i386-gen.c:1574 i386-gen.c:1577
|
||||
#: i386-gen.c:1586 i386-gen.c:1589
|
||||
#, c-format
|
||||
msgid "CpuMax != %d!\n"
|
||||
msgstr ""
|
||||
|
||||
#: i386-gen.c:1581
|
||||
#: i386-gen.c:1593
|
||||
#, c-format
|
||||
msgid "%d unused bits in i386_cpu_flags.\n"
|
||||
msgstr ""
|
||||
|
||||
#: i386-gen.c:1588
|
||||
#: i386-gen.c:1600
|
||||
#, c-format
|
||||
msgid "%d unused bits in i386_operand_type.\n"
|
||||
msgstr ""
|
||||
|
||||
#: i386-gen.c:1602
|
||||
#: i386-gen.c:1614
|
||||
#, c-format
|
||||
msgid "can't create i386-tbl.h, errno = %s\n"
|
||||
msgstr ""
|
||||
@ -1463,12 +1493,12 @@ msgstr ""
|
||||
msgid "internal error: mep_cgen_cpu_open: no endianness specified"
|
||||
msgstr ""
|
||||
|
||||
#: mips-dis.c:1751 mips-dis.c:1977
|
||||
#: mips-dis.c:1758 mips-dis.c:1984
|
||||
#, c-format
|
||||
msgid "# internal error, undefined operand in `%s %s'"
|
||||
msgstr ""
|
||||
|
||||
#: mips-dis.c:2553
|
||||
#: mips-dis.c:2560
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@ -1476,28 +1506,28 @@ msgid ""
|
||||
"with the -M switch (multiple options should be separated by commas):\n"
|
||||
msgstr ""
|
||||
|
||||
#: mips-dis.c:2557
|
||||
#: mips-dis.c:2564
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
" no-aliases Use canonical instruction forms.\n"
|
||||
msgstr ""
|
||||
|
||||
#: mips-dis.c:2560
|
||||
#: mips-dis.c:2567
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
" msa Recognize MSA instructions.\n"
|
||||
msgstr ""
|
||||
|
||||
#: mips-dis.c:2563
|
||||
#: mips-dis.c:2570
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
" virt Recognize the virtualization ASE instructions.\n"
|
||||
msgstr ""
|
||||
|
||||
#: mips-dis.c:2566
|
||||
#: mips-dis.c:2573
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@ -1505,7 +1535,15 @@ msgid ""
|
||||
" ASE instructions.\n"
|
||||
msgstr ""
|
||||
|
||||
#: mips-dis.c:2570
|
||||
#: mips-dis.c:2577
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
" ginv Recognize the Global INValidate (GINV) ASE\n"
|
||||
" instructions.\n"
|
||||
msgstr ""
|
||||
|
||||
#: mips-dis.c:2581
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@ -1513,7 +1551,7 @@ msgid ""
|
||||
" Default: based on binary being disassembled.\n"
|
||||
msgstr ""
|
||||
|
||||
#: mips-dis.c:2574
|
||||
#: mips-dis.c:2585
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@ -1521,7 +1559,7 @@ msgid ""
|
||||
" Default: numeric.\n"
|
||||
msgstr ""
|
||||
|
||||
#: mips-dis.c:2578
|
||||
#: mips-dis.c:2589
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@ -1530,7 +1568,7 @@ msgid ""
|
||||
" Default: based on binary being disassembled.\n"
|
||||
msgstr ""
|
||||
|
||||
#: mips-dis.c:2583
|
||||
#: mips-dis.c:2594
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@ -1539,7 +1577,7 @@ msgid ""
|
||||
" Default: based on binary being disassembled.\n"
|
||||
msgstr ""
|
||||
|
||||
#: mips-dis.c:2588
|
||||
#: mips-dis.c:2599
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@ -1547,7 +1585,7 @@ msgid ""
|
||||
" specified ABI.\n"
|
||||
msgstr ""
|
||||
|
||||
#: mips-dis.c:2592
|
||||
#: mips-dis.c:2603
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@ -1555,7 +1593,7 @@ msgid ""
|
||||
" specified architecture.\n"
|
||||
msgstr ""
|
||||
|
||||
#: mips-dis.c:2596
|
||||
#: mips-dis.c:2607
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@ -1563,7 +1601,7 @@ msgid ""
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: mips-dis.c:2603
|
||||
#: mips-dis.c:2614
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@ -1671,47 +1709,47 @@ msgstr ""
|
||||
msgid "internal error: unknown hardware resource"
|
||||
msgstr ""
|
||||
|
||||
#: nfp-dis.c:934
|
||||
msgid "<invalid_instruction>"
|
||||
#: nfp-dis.c:927
|
||||
msgid "<invalid_instruction>:"
|
||||
msgstr ""
|
||||
|
||||
#: nfp-dis.c:1337
|
||||
#: nfp-dis.c:1331
|
||||
msgid ", <invalid CRC operator>, "
|
||||
msgstr ""
|
||||
|
||||
#: nfp-dis.c:1689
|
||||
#: nfp-dis.c:1683
|
||||
msgid "<invalid branch>["
|
||||
msgstr ""
|
||||
|
||||
#: nfp-dis.c:2058 nfp-dis.c:2329
|
||||
#: nfp-dis.c:2052 nfp-dis.c:2323
|
||||
#, c-format
|
||||
msgid "<invalid cmd target %d:%d:%d>[]"
|
||||
msgstr ""
|
||||
|
||||
#: nfp-dis.c:2069 nfp-dis.c:2340
|
||||
#: nfp-dis.c:2063 nfp-dis.c:2334
|
||||
#, c-format
|
||||
msgid "<invalid cmd action %d:%d:%d>[]"
|
||||
msgstr ""
|
||||
|
||||
#: nfp-dis.c:2561
|
||||
#: nfp-dis.c:2555
|
||||
msgid "File has no ME-Config section."
|
||||
msgstr ""
|
||||
|
||||
#: nfp-dis.c:2575
|
||||
#: nfp-dis.c:2569
|
||||
msgid "File has invalid ME-Config section."
|
||||
msgstr ""
|
||||
|
||||
#: nfp-dis.c:2719
|
||||
#: nfp-dis.c:2711
|
||||
#, c-format
|
||||
msgid "Error processing section %u "
|
||||
msgstr ""
|
||||
|
||||
#: nfp-dis.c:2748
|
||||
#: nfp-dis.c:2740
|
||||
#, c-format
|
||||
msgid "Invalid NFP option: %s"
|
||||
msgstr ""
|
||||
|
||||
#: nfp-dis.c:2980
|
||||
#: nfp-dis.c:2972
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@ -1719,7 +1757,7 @@ msgid ""
|
||||
"with the -M switch (multiple options should be separated by commas):\n"
|
||||
msgstr ""
|
||||
|
||||
#: nfp-dis.c:2984
|
||||
#: nfp-dis.c:2976
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@ -1770,7 +1808,7 @@ msgstr ""
|
||||
msgid "warning: ignoring unknown -M%s option"
|
||||
msgstr ""
|
||||
|
||||
#: ppc-dis.c:875
|
||||
#: ppc-dis.c:838
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@ -1782,91 +1820,91 @@ msgstr ""
|
||||
msgid "invalid register"
|
||||
msgstr ""
|
||||
|
||||
#: ppc-opc.c:377 ppc-opc.c:405
|
||||
#: ppc-opc.c:382 ppc-opc.c:410
|
||||
msgid "invalid conditional option"
|
||||
msgstr ""
|
||||
|
||||
#: ppc-opc.c:379 ppc-opc.c:407
|
||||
#: ppc-opc.c:384 ppc-opc.c:412
|
||||
msgid "invalid counter access"
|
||||
msgstr ""
|
||||
|
||||
#: ppc-opc.c:409
|
||||
#: ppc-opc.c:414
|
||||
msgid "attempt to set y bit when using + or - modifier"
|
||||
msgstr ""
|
||||
|
||||
#: ppc-opc.c:500
|
||||
#: ppc-opc.c:505
|
||||
msgid "invalid mask field"
|
||||
msgstr ""
|
||||
|
||||
#: ppc-opc.c:523
|
||||
#: ppc-opc.c:528
|
||||
msgid "invalid mfcr mask"
|
||||
msgstr ""
|
||||
|
||||
#: ppc-opc.c:596 ppc-opc.c:636
|
||||
#: ppc-opc.c:601 ppc-opc.c:641
|
||||
msgid "illegal L operand value"
|
||||
msgstr ""
|
||||
|
||||
#: ppc-opc.c:642
|
||||
#: ppc-opc.c:647
|
||||
msgid "incompatible L operand value"
|
||||
msgstr ""
|
||||
|
||||
#: ppc-opc.c:686 ppc-opc.c:721
|
||||
#: ppc-opc.c:691 ppc-opc.c:726
|
||||
msgid "illegal bitmask"
|
||||
msgstr ""
|
||||
|
||||
#: ppc-opc.c:808
|
||||
#: ppc-opc.c:813
|
||||
msgid "address register in load range"
|
||||
msgstr ""
|
||||
|
||||
#: ppc-opc.c:874
|
||||
#: ppc-opc.c:879
|
||||
msgid "index register in load range"
|
||||
msgstr ""
|
||||
|
||||
#: ppc-opc.c:903 ppc-opc.c:984
|
||||
#: ppc-opc.c:908 ppc-opc.c:991
|
||||
msgid "source and target register operands must be different"
|
||||
msgstr ""
|
||||
|
||||
#: ppc-opc.c:931
|
||||
#: ppc-opc.c:936
|
||||
msgid "invalid register operand when updating"
|
||||
msgstr ""
|
||||
|
||||
#: ppc-opc.c:1047
|
||||
#: ppc-opc.c:1054
|
||||
msgid "illegal immediate value"
|
||||
msgstr ""
|
||||
|
||||
#: ppc-opc.c:1194
|
||||
#: ppc-opc.c:1201
|
||||
msgid "invalid sprg number"
|
||||
msgstr ""
|
||||
|
||||
#: ppc-opc.c:1231
|
||||
#: ppc-opc.c:1238
|
||||
msgid "invalid tbr number"
|
||||
msgstr ""
|
||||
|
||||
#: ppc-opc.c:1373
|
||||
#: ppc-opc.c:1381
|
||||
msgid "invalid constant"
|
||||
msgstr ""
|
||||
|
||||
#: ppc-opc.c:1478 ppc-opc.c:1505 ppc-opc.c:1532 ppc-opc.c:1559
|
||||
#: ppc-opc.c:1486 ppc-opc.c:1513 ppc-opc.c:1540 ppc-opc.c:1567
|
||||
msgid "UIMM = 00000 is illegal"
|
||||
msgstr ""
|
||||
|
||||
#: ppc-opc.c:1586
|
||||
#: ppc-opc.c:1594
|
||||
msgid "UIMM values >7 are illegal"
|
||||
msgstr ""
|
||||
|
||||
#: ppc-opc.c:1613
|
||||
#: ppc-opc.c:1621
|
||||
msgid "UIMM values >15 are illegal"
|
||||
msgstr ""
|
||||
|
||||
#: ppc-opc.c:1640
|
||||
#: ppc-opc.c:1648
|
||||
msgid "GPR odd is illegal"
|
||||
msgstr ""
|
||||
|
||||
#: ppc-opc.c:1667 ppc-opc.c:1694
|
||||
#: ppc-opc.c:1675 ppc-opc.c:1702
|
||||
msgid "invalid offset"
|
||||
msgstr ""
|
||||
|
||||
#: ppc-opc.c:1721
|
||||
#: ppc-opc.c:1729
|
||||
msgid "invalid Ddd value"
|
||||
msgstr ""
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user