Set version to 2.34, turn off development, add changelog entries

This commit is contained in:
Nick Clifton 2020-02-01 11:58:46 +00:00
parent 7e57459124
commit d7f734bc7e
24 changed files with 432 additions and 400 deletions

View File

@ -1,3 +1,7 @@
2020-02-01 Nick Clifton <nickc@redhat.com>
Binutils 2.34 release.
2020-01-29 Alan Modra <amodra@gmail.com> 2020-01-29 Alan Modra <amodra@gmail.com>
Apply from master Apply from master

20
bfd/configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for bfd 2.33.90. # Generated by GNU Autoconf 2.69 for bfd 2.34.
# #
# #
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='bfd' PACKAGE_NAME='bfd'
PACKAGE_TARNAME='bfd' PACKAGE_TARNAME='bfd'
PACKAGE_VERSION='2.33.90' PACKAGE_VERSION='2.34'
PACKAGE_STRING='bfd 2.33.90' PACKAGE_STRING='bfd 2.34'
PACKAGE_BUGREPORT='' PACKAGE_BUGREPORT=''
PACKAGE_URL='' PACKAGE_URL=''
@ -1391,7 +1391,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # 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. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures bfd 2.33.90 to adapt to many kinds of systems. \`configure' configures bfd 2.34 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1462,7 +1462,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of bfd 2.33.90:";; short | recursive ) echo "Configuration of bfd 2.34:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -1589,7 +1589,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
bfd configure 2.33.90 bfd configure 2.34
generated by GNU Autoconf 2.69 generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc. Copyright (C) 2012 Free Software Foundation, Inc.
@ -2237,7 +2237,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by bfd $as_me 2.33.90, which was It was created by bfd $as_me 2.34, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@ $ $0 $@
@ -4187,7 +4187,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='bfd' PACKAGE='bfd'
VERSION='2.33.90' VERSION='2.34'
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
@ -16953,7 +16953,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by bfd $as_me 2.33.90, which was This file was extended by bfd $as_me 2.34, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -17019,7 +17019,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\ ac_cs_version="\\
bfd config.status 2.33.90 bfd config.status 2.34
configured by $0, generated by GNU Autoconf 2.69, configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"

View File

@ -16,7 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# Controls whether to enable development-mode features by default. # Controls whether to enable development-mode features by default.
development=true development=false
# Indicate whether this is a release branch. # Indicate whether this is a release branch.
experimental=true experimental=false

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: bug-binutils@gnu.org\n" "Report-Msgid-Bugs-To: bug-binutils@gnu.org\n"
"POT-Creation-Date: 2020-01-18 14:01+0000\n" "POT-Creation-Date: 2020-02-01 11:49+0000\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"
@ -274,8 +274,8 @@ msgstr ""
msgid "using multiple gp values" msgid "using multiple gp values"
msgstr "" msgstr ""
#: coff-alpha.c:1501 coff-alpha.c:1507 elf.c:9274 elf32-mcore.c:100 #: coff-alpha.c:1501 coff-alpha.c:1507 elf.c:9280 elf32-mcore.c:100
#: elf32-mcore.c:455 elf32-ppc.c:7670 elf32-ppc.c:8821 elf64-ppc.c:15566 #: elf32-mcore.c:455 elf32-ppc.c:7670 elf32-ppc.c:8821 elf64-ppc.c:15567
#, c-format #, c-format
msgid "%pB: %s unsupported" msgid "%pB: %s unsupported"
msgstr "" msgstr ""
@ -498,16 +498,16 @@ msgstr ""
msgid "<corrupt info> %s" msgid "<corrupt info> %s"
msgstr "" msgstr ""
#: coffgen.c:2706 elflink.c:14466 linker.c:2960 #: coffgen.c:2706 elflink.c:14470 linker.c:2960
msgid "%F%P: already_linked_table: %E\n" msgid "%F%P: already_linked_table: %E\n"
msgstr "" msgstr ""
#: coffgen.c:3047 elflink.c:13460 #: coffgen.c:3047 elflink.c:13464
#, c-format #, c-format
msgid "removing unused section '%pA' in file '%pB'" msgid "removing unused section '%pA' in file '%pB'"
msgstr "" msgstr ""
#: coffgen.c:3124 elflink.c:13678 #: coffgen.c:3124 elflink.c:13682
msgid "warning: gc-sections option ignored" msgid "warning: gc-sections option ignored"
msgstr "" msgstr ""
@ -1221,7 +1221,7 @@ msgstr ""
msgid "%pB: not enough room for program headers, try linking with -N" msgid "%pB: not enough room for program headers, try linking with -N"
msgstr "" msgstr ""
#: elf.c:5808 #: elf.c:5814
#, c-format #, c-format
msgid "%pB: section %pA lma %#<PRIx64> adjusted to %#<PRIx64>" msgid "%pB: section %pA lma %#<PRIx64> adjusted to %#<PRIx64>"
msgstr "" msgstr ""
@ -1229,74 +1229,74 @@ msgstr ""
#. The fix for this error is usually to edit the linker script being #. The fix for this error is usually to edit the linker script being
#. used and set up the program headers manually. Either that or #. used and set up the program headers manually. Either that or
#. leave room for the headers at the start of the SECTIONS. #. leave room for the headers at the start of the SECTIONS.
#: elf.c:5928 #: elf.c:5934
#, c-format #, c-format
msgid "%pB: error: PHDR segment not covered by LOAD segment" msgid "%pB: error: PHDR segment not covered by LOAD segment"
msgstr "" msgstr ""
#: elf.c:5964 #: elf.c:5970
#, c-format #, c-format
msgid "%pB: section `%pA' can't be allocated in segment %d" msgid "%pB: section `%pA' can't be allocated in segment %d"
msgstr "" msgstr ""
#: elf.c:6095 #: elf.c:6101
#, c-format #, c-format
msgid "%pB: warning: allocated section `%s' not in segment" msgid "%pB: warning: allocated section `%s' not in segment"
msgstr "" msgstr ""
#: elf.c:6256 #: elf.c:6262
#, c-format #, c-format
msgid "" msgid ""
"%pB: error: non-load segment %d includes file header and/or program header" "%pB: error: non-load segment %d includes file header and/or program header"
msgstr "" msgstr ""
#: elf.c:6760 #: elf.c:6766
#, c-format #, c-format
msgid "%pB: symbol `%s' required but not present" msgid "%pB: symbol `%s' required but not present"
msgstr "" msgstr ""
#: elf.c:7102 #: elf.c:7108
#, c-format #, c-format
msgid "" msgid ""
"%pB: warning: empty loadable segment detected at vaddr=%#<PRIx64>, is this " "%pB: warning: empty loadable segment detected at vaddr=%#<PRIx64>, is this "
"intentional?" "intentional?"
msgstr "" msgstr ""
#: elf.c:7722 #: elf.c:7728
#, c-format #, c-format
msgid "%pB: warning: segment alignment of %#<PRIx64> is too large" msgid "%pB: warning: segment alignment of %#<PRIx64> is too large"
msgstr "" msgstr ""
#: elf.c:8222 #: elf.c:8228
#, c-format #, c-format
msgid "" msgid ""
"unable to find equivalent output section for symbol '%s' from section '%s'" "unable to find equivalent output section for symbol '%s' from section '%s'"
msgstr "" msgstr ""
#: elf.c:8577 #: elf.c:8583
#, c-format #, c-format
msgid "%pB: .gnu.version_r invalid entry" msgid "%pB: .gnu.version_r invalid entry"
msgstr "" msgstr ""
#: elf.c:8593 #: elf.c:8599
#, c-format #, c-format
msgid "error: %pB version reference section is too large (%#<PRIx64> bytes)" msgid "error: %pB version reference section is too large (%#<PRIx64> bytes)"
msgstr "" msgstr ""
#: elf.c:8716 #: elf.c:8722
#, c-format #, c-format
msgid "%pB: .gnu.version_d invalid entry" msgid "%pB: .gnu.version_d invalid entry"
msgstr "" msgstr ""
#: elf.c:12238 #: elf.c:12244
msgid "GNU_MBIND section is unsupported" msgid "GNU_MBIND section is unsupported"
msgstr "" msgstr ""
#: elf.c:12240 #: elf.c:12246
msgid "symbol type STT_GNU_IFUNC is unsupported" msgid "symbol type STT_GNU_IFUNC is unsupported"
msgstr "" msgstr ""
#: elf.c:12242 #: elf.c:12248
msgid "symbol binding STB_GNU_UNIQUE is unsupported" msgid "symbol binding STB_GNU_UNIQUE is unsupported"
msgstr "" msgstr ""
@ -3152,7 +3152,7 @@ msgstr ""
msgid "%X%H: unsupported bss-plt -fPIC ifunc %s\n" msgid "%X%H: unsupported bss-plt -fPIC ifunc %s\n"
msgstr "" msgstr ""
#: elf32-ppc.c:7646 elf64-ppc.c:16456 #: elf32-ppc.c:7646 elf64-ppc.c:16457
msgid "%H: warning: %s unexpected insn %#x.\n" msgid "%H: warning: %s unexpected insn %#x.\n"
msgstr "" msgstr ""
@ -3204,13 +3204,13 @@ msgstr ""
msgid "%H: %s reloc against `%s': error %d\n" msgid "%H: %s reloc against `%s': error %d\n"
msgstr "" msgstr ""
#: elf32-ppc.c:9947 elf64-ppc.c:17009 #: elf32-ppc.c:9947 elf64-ppc.c:17010
msgid "" msgid ""
"%X%P: text relocations and GNU indirect functions will result in a segfault " "%X%P: text relocations and GNU indirect functions will result in a segfault "
"at runtime\n" "at runtime\n"
msgstr "" msgstr ""
#: elf32-ppc.c:9951 elf64-ppc.c:17013 #: elf32-ppc.c:9951 elf64-ppc.c:17014
msgid "" msgid ""
"%P: warning: text relocations and GNU indirect functions may result in a " "%P: warning: text relocations and GNU indirect functions may result in a "
"segfault at runtime\n" "segfault at runtime\n"
@ -3587,7 +3587,7 @@ msgstr ""
msgid "overlay stub relocation overflow" msgid "overlay stub relocation overflow"
msgstr "" msgstr ""
#: elf32-spu.c:1992 elf64-ppc.c:14110 #: elf32-spu.c:1992 elf64-ppc.c:14111
msgid "stubs don't match calculated size" msgid "stubs don't match calculated size"
msgstr "" msgstr ""
@ -4442,7 +4442,7 @@ msgstr ""
msgid "can't find branch stub `%s'" msgid "can't find branch stub `%s'"
msgstr "" msgstr ""
#: elf64-ppc.c:11235 elf64-ppc.c:11502 elf64-ppc.c:13671 #: elf64-ppc.c:11235 elf64-ppc.c:11502 elf64-ppc.c:13672
#, c-format #, c-format
msgid "%P: linkage table error against `%pT'\n" msgid "%P: linkage table error against `%pT'\n"
msgstr "" msgstr ""
@ -4457,19 +4457,19 @@ msgstr ""
msgid "%pB section %pA exceeds stub group size" msgid "%pB section %pA exceeds stub group size"
msgstr "" msgstr ""
#: elf64-ppc.c:14069 elf64-ppc.c:14088 #: elf64-ppc.c:14070 elf64-ppc.c:14089
#, c-format #, c-format
msgid "%s offset too large for .eh_frame sdata4 encoding" msgid "%s offset too large for .eh_frame sdata4 encoding"
msgstr "" msgstr ""
#: elf64-ppc.c:14124 #: elf64-ppc.c:14125
#, c-format #, c-format
msgid "linker stubs in %u group\n" msgid "linker stubs in %u group\n"
msgid_plural "linker stubs in %u groups\n" msgid_plural "linker stubs in %u groups\n"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: elf64-ppc.c:14128 #: elf64-ppc.c:14129
#, c-format #, c-format
msgid "" msgid ""
" branch %lu\n" " branch %lu\n"
@ -4487,54 +4487,54 @@ msgid ""
" global entry %lu" " global entry %lu"
msgstr "" msgstr ""
#: elf64-ppc.c:14523 #: elf64-ppc.c:14524
#, c-format #, c-format
msgid "%H: %s used with TLS symbol `%pT'\n" msgid "%H: %s used with TLS symbol `%pT'\n"
msgstr "" msgstr ""
#: elf64-ppc.c:14525 #: elf64-ppc.c:14526
#, c-format #, c-format
msgid "%H: %s used with non-TLS symbol `%pT'\n" msgid "%H: %s used with non-TLS symbol `%pT'\n"
msgstr "" msgstr ""
#: elf64-ppc.c:15279 #: elf64-ppc.c:15280
#, c-format #, c-format
msgid "%H: call to `%pT' lacks nop, can't restore toc; (plt call stub)\n" msgid "%H: call to `%pT' lacks nop, can't restore toc; (plt call stub)\n"
msgstr "" msgstr ""
#: elf64-ppc.c:15285 #: elf64-ppc.c:15286
#, c-format #, c-format
msgid "" msgid ""
"%H: call to `%pT' lacks nop, can't restore toc; (toc save/adjust stub)\n" "%H: call to `%pT' lacks nop, can't restore toc; (toc save/adjust stub)\n"
msgstr "" msgstr ""
#: elf64-ppc.c:16170 #: elf64-ppc.c:16171
#, c-format #, c-format
msgid "%H: %s for indirect function `%pT' unsupported\n" msgid "%H: %s for indirect function `%pT' unsupported\n"
msgstr "" msgstr ""
#: elf64-ppc.c:16257 #: elf64-ppc.c:16258
#, c-format #, c-format
msgid "" msgid ""
"%X%P: %pB: %s against %pT is not supported by glibc as a dynamic relocation\n" "%X%P: %pB: %s against %pT is not supported by glibc as a dynamic relocation\n"
msgstr "" msgstr ""
#: elf64-ppc.c:16312 #: elf64-ppc.c:16313
#, c-format #, c-format
msgid "%P: %pB: %s is not supported for `%pT'\n" msgid "%P: %pB: %s is not supported for `%pT'\n"
msgstr "" msgstr ""
#: elf64-ppc.c:16571 #: elf64-ppc.c:16572
#, c-format #, c-format
msgid "%H: error: %s not a multiple of %u\n" msgid "%H: error: %s not a multiple of %u\n"
msgstr "" msgstr ""
#: elf64-ppc.c:16594 #: elf64-ppc.c:16595
#, c-format #, c-format
msgid "%H: unresolvable %s against `%pT'\n" msgid "%H: unresolvable %s against `%pT'\n"
msgstr "" msgstr ""
#: elf64-ppc.c:16739 #: elf64-ppc.c:16740
#, c-format #, c-format
msgid "%H: %s against `%pT': error %d\n" msgid "%H: %s against `%pT': error %d\n"
msgstr "" msgstr ""
@ -4965,17 +4965,17 @@ msgstr ""
msgid "%P%X: can not read symbols: %E\n" msgid "%P%X: can not read symbols: %E\n"
msgstr "" msgstr ""
#: elflink.c:13804 #: elflink.c:13808
#, c-format #, c-format
msgid "%pB: %pA+%#<PRIx64>: no symbol found for INHERIT" msgid "%pB: %pA+%#<PRIx64>: no symbol found for INHERIT"
msgstr "" msgstr ""
#: elflink.c:13845 #: elflink.c:13849
#, c-format #, c-format
msgid "%pB: section '%pA': corrupt VTENTRY entry" msgid "%pB: section '%pA': corrupt VTENTRY entry"
msgstr "" msgstr ""
#: elflink.c:13988 #: elflink.c:13992
#, c-format #, c-format
msgid "unrecognized INPUT_SECTION_FLAG %s\n" msgid "unrecognized INPUT_SECTION_FLAG %s\n"
msgstr "" msgstr ""

View File

@ -1 +1 @@
m4_define([BFD_VERSION], [2.33.90]) m4_define([BFD_VERSION], [2.34])

View File

@ -1,3 +1,7 @@
2020-02-01 Nick Clifton <nickc@redhat.com>
Binutils 2.34 release.
2020-01-31 Nick Clifton <nickc@redhat.com> 2020-01-31 Nick Clifton <nickc@redhat.com>
* po/sv.po: Updated Swedish translation. * po/sv.po: Updated Swedish translation.

20
binutils/configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for binutils 2.33.90. # Generated by GNU Autoconf 2.69 for binutils 2.34.
# #
# #
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='binutils' PACKAGE_NAME='binutils'
PACKAGE_TARNAME='binutils' PACKAGE_TARNAME='binutils'
PACKAGE_VERSION='2.33.90' PACKAGE_VERSION='2.34'
PACKAGE_STRING='binutils 2.33.90' PACKAGE_STRING='binutils 2.34'
PACKAGE_BUGREPORT='' PACKAGE_BUGREPORT=''
PACKAGE_URL='' PACKAGE_URL=''
@ -1374,7 +1374,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # 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. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures binutils 2.33.90 to adapt to many kinds of systems. \`configure' configures binutils 2.34 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1445,7 +1445,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of binutils 2.33.90:";; short | recursive ) echo "Configuration of binutils 2.34:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -1574,7 +1574,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
binutils configure 2.33.90 binutils configure 2.34
generated by GNU Autoconf 2.69 generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc. Copyright (C) 2012 Free Software Foundation, Inc.
@ -2222,7 +2222,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by binutils $as_me 2.33.90, which was It was created by binutils $as_me 2.34, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@ $ $0 $@
@ -4172,7 +4172,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='binutils' PACKAGE='binutils'
VERSION='2.33.90' VERSION='2.34'
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
@ -15801,7 +15801,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by binutils $as_me 2.33.90, which was This file was extended by binutils $as_me 2.34, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -15867,7 +15867,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\ ac_cs_version="\\
binutils config.status 2.33.90 binutils config.status 2.34
configured by $0, generated by GNU Autoconf 2.69, configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: bug-binutils@gnu.org\n" "Report-Msgid-Bugs-To: bug-binutils@gnu.org\n"
"POT-Creation-Date: 2020-01-18 14:02+0000\n" "POT-Creation-Date: 2020-02-01 11:50+0000\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"
@ -96,7 +96,7 @@ msgstr ""
msgid "%s: cannot find section %s" msgid "%s: cannot find section %s"
msgstr "" msgstr ""
#: addr2line.c:448 ar.c:747 dlltool.c:3507 nm.c:1712 objcopy.c:5949 #: addr2line.c:448 ar.c:747 dlltool.c:3507 nm.c:1712 objcopy.c:5951
#: objdump.c:5045 size.c:153 strings.c:291 windmc.c:960 windres.c:816 #: objdump.c:5045 size.c:153 strings.c:291 windmc.c:960 windres.c:816
msgid "fatal error: libbfd ABI mismatch" msgid "fatal error: libbfd ABI mismatch"
msgstr "" msgstr ""
@ -413,7 +413,7 @@ msgstr ""
msgid "Cannot convert existing thin library %s to normal format" msgid "Cannot convert existing thin library %s to normal format"
msgstr "" msgstr ""
#: ar.c:1033 ar.c:1130 ar.c:1446 objcopy.c:3549 #: ar.c:1033 ar.c:1130 ar.c:1446 objcopy.c:3551
#, c-format #, c-format
msgid "internal stat error on %s" msgid "internal stat error on %s"
msgstr "" msgstr ""
@ -4785,7 +4785,7 @@ msgstr ""
msgid "cannot open '%s': %s" msgid "cannot open '%s': %s"
msgstr "" msgstr ""
#: objcopy.c:1093 objcopy.c:4971 #: objcopy.c:1093 objcopy.c:4973
#, c-format #, c-format
msgid "%s: fread failed" msgid "%s: fread failed"
msgstr "" msgstr ""
@ -4860,445 +4860,445 @@ msgstr ""
msgid "copy from `%s' [unknown] to `%s' [unknown]\n" msgid "copy from `%s' [unknown] to `%s' [unknown]\n"
msgstr "" msgstr ""
#: objcopy.c:2149 #: objcopy.c:2151
#, c-format #, c-format
msgid "%s[%s]: Cannot merge - there are relocations against this section" msgid "%s[%s]: Cannot merge - there are relocations against this section"
msgstr "" msgstr ""
#: objcopy.c:2171 #: objcopy.c:2173
msgid "corrupt GNU build attribute note: description size not a factor of 4" msgid "corrupt GNU build attribute note: description size not a factor of 4"
msgstr "" msgstr ""
#: objcopy.c:2178 #: objcopy.c:2180
msgid "corrupt GNU build attribute note: wrong note type" msgid "corrupt GNU build attribute note: wrong note type"
msgstr "" msgstr ""
#: objcopy.c:2184 #: objcopy.c:2186
msgid "corrupt GNU build attribute note: note too big" msgid "corrupt GNU build attribute note: note too big"
msgstr "" msgstr ""
#: objcopy.c:2190 #: objcopy.c:2192
msgid "corrupt GNU build attribute note: name too small" msgid "corrupt GNU build attribute note: name too small"
msgstr "" msgstr ""
#: objcopy.c:2213 #: objcopy.c:2215
msgid "corrupt GNU build attribute note: unsupported version" msgid "corrupt GNU build attribute note: unsupported version"
msgstr "" msgstr ""
#: objcopy.c:2262 #: objcopy.c:2264
msgid "corrupt GNU build attribute note: bad description size" msgid "corrupt GNU build attribute note: bad description size"
msgstr "" msgstr ""
#: objcopy.c:2293 #: objcopy.c:2295
msgid "corrupt GNU build attribute note: name not NUL terminated" msgid "corrupt GNU build attribute note: name not NUL terminated"
msgstr "" msgstr ""
#: objcopy.c:2305 #: objcopy.c:2307
msgid "corrupt GNU build attribute notes: excess data at end" msgid "corrupt GNU build attribute notes: excess data at end"
msgstr "" msgstr ""
#: objcopy.c:2312 #: objcopy.c:2314
msgid "bad GNU build attribute notes: no known versions detected" msgid "bad GNU build attribute notes: no known versions detected"
msgstr "" msgstr ""
#. This happens with glibc. No idea why. #. This happens with glibc. No idea why.
#: objcopy.c:2316 #: objcopy.c:2318
#, c-format #, c-format
msgid "%s[%s]: Warning: version note missing - assuming version 3" msgid "%s[%s]: Warning: version note missing - assuming version 3"
msgstr "" msgstr ""
#: objcopy.c:2326 #: objcopy.c:2328
msgid "bad GNU build attribute notes: multiple different versions" msgid "bad GNU build attribute notes: multiple different versions"
msgstr "" msgstr ""
#. PR 17636: Call non-fatal so that we return to our parent who #. PR 17636: Call non-fatal so that we return to our parent who
#. may need to tidy temporary files. #. may need to tidy temporary files.
#: objcopy.c:2581 #: objcopy.c:2583
msgid "Unable to change endianness of input file(s)" msgid "Unable to change endianness of input file(s)"
msgstr "" msgstr ""
#: objcopy.c:2593 #: objcopy.c:2595
#, c-format #, c-format
msgid "error: the input file '%s' has no sections" msgid "error: the input file '%s' has no sections"
msgstr "" msgstr ""
#: objcopy.c:2603 #: objcopy.c:2605
#, c-format #, c-format
msgid "" msgid ""
"--compress-debug-sections=[zlib|zlib-gnu|zlib-gabi] is unsupported on `%s'" "--compress-debug-sections=[zlib|zlib-gnu|zlib-gabi] is unsupported on `%s'"
msgstr "" msgstr ""
#: objcopy.c:2610 #: objcopy.c:2612
#, c-format #, c-format
msgid "--elf-stt-common=[yes|no] is unsupported on `%s'" msgid "--elf-stt-common=[yes|no] is unsupported on `%s'"
msgstr "" msgstr ""
#: objcopy.c:2617 #: objcopy.c:2619
#, c-format #, c-format
msgid "copy from `%s' [%s] to `%s' [%s]\n" msgid "copy from `%s' [%s] to `%s' [%s]\n"
msgstr "" msgstr ""
#: objcopy.c:2665 #: objcopy.c:2667
#, c-format #, c-format
msgid "Input file `%s' ignores binary architecture parameter." msgid "Input file `%s' ignores binary architecture parameter."
msgstr "" msgstr ""
#: objcopy.c:2681 #: objcopy.c:2683
#, c-format #, c-format
msgid "Unable to recognise the format of the input file `%s'" msgid "Unable to recognise the format of the input file `%s'"
msgstr "" msgstr ""
#: objcopy.c:2684 #: objcopy.c:2686
#, c-format #, c-format
msgid "Output file cannot represent architecture `%s'" msgid "Output file cannot represent architecture `%s'"
msgstr "" msgstr ""
#: objcopy.c:2747 #: objcopy.c:2749
#, c-format #, c-format
msgid "warning: file alignment (0x%s) > section alignment (0x%s)" msgid "warning: file alignment (0x%s) > section alignment (0x%s)"
msgstr "" msgstr ""
#: objcopy.c:2813 #: objcopy.c:2815
#, c-format #, c-format
msgid "can't add section '%s'" msgid "can't add section '%s'"
msgstr "" msgstr ""
#: objcopy.c:2827 #: objcopy.c:2829
#, c-format #, c-format
msgid "can't create section `%s'" msgid "can't create section `%s'"
msgstr "" msgstr ""
#: objcopy.c:2875 #: objcopy.c:2877
#, c-format #, c-format
msgid "error: %s not found, can't be updated" msgid "error: %s not found, can't be updated"
msgstr "" msgstr ""
#: objcopy.c:2908 #: objcopy.c:2910
msgid "warning: note section is empty" msgid "warning: note section is empty"
msgstr "" msgstr ""
#: objcopy.c:2917 #: objcopy.c:2919
msgid "warning: could not load note section" msgid "warning: could not load note section"
msgstr "" msgstr ""
#: objcopy.c:2933 #: objcopy.c:2935
msgid "warning: failed to set merged notes size" msgid "warning: failed to set merged notes size"
msgstr "" msgstr ""
#: objcopy.c:2956 #: objcopy.c:2958
#, c-format #, c-format
msgid "can't dump section '%s' - it does not exist" msgid "can't dump section '%s' - it does not exist"
msgstr "" msgstr ""
#: objcopy.c:2964 #: objcopy.c:2966
msgid "can't dump section - it has no contents" msgid "can't dump section - it has no contents"
msgstr "" msgstr ""
#: objcopy.c:2972 #: objcopy.c:2974
msgid "can't dump section - it is empty" msgid "can't dump section - it is empty"
msgstr "" msgstr ""
#: objcopy.c:2981 #: objcopy.c:2983
msgid "could not open section dump file" msgid "could not open section dump file"
msgstr "" msgstr ""
#: objcopy.c:2990 #: objcopy.c:2992
#, c-format #, c-format
msgid "error writing section contents to %s (error: %s)" msgid "error writing section contents to %s (error: %s)"
msgstr "" msgstr ""
#: objcopy.c:3000 #: objcopy.c:3002
msgid "could not retrieve section contents" msgid "could not retrieve section contents"
msgstr "" msgstr ""
#: objcopy.c:3014 #: objcopy.c:3016
#, c-format #, c-format
msgid "%s: debuglink section already exists" msgid "%s: debuglink section already exists"
msgstr "" msgstr ""
#: objcopy.c:3026 #: objcopy.c:3028
#, c-format #, c-format
msgid "cannot create debug link section `%s'" msgid "cannot create debug link section `%s'"
msgstr "" msgstr ""
#: objcopy.c:3118 #: objcopy.c:3120
msgid "Can't fill gap after section" msgid "Can't fill gap after section"
msgstr "" msgstr ""
#: objcopy.c:3141 #: objcopy.c:3143
msgid "can't add padding" msgid "can't add padding"
msgstr "" msgstr ""
#: objcopy.c:3296 #: objcopy.c:3298
msgid "error: failed to locate merged notes" msgid "error: failed to locate merged notes"
msgstr "" msgstr ""
#: objcopy.c:3305 #: objcopy.c:3307
msgid "error: failed to merge notes" msgid "error: failed to merge notes"
msgstr "" msgstr ""
#: objcopy.c:3314 #: objcopy.c:3316
msgid "error: failed to copy merged notes into output" msgid "error: failed to copy merged notes into output"
msgstr "" msgstr ""
#: objcopy.c:3331 #: objcopy.c:3333
#, c-format #, c-format
msgid "%s: Could not find any mergeable note sections" msgid "%s: Could not find any mergeable note sections"
msgstr "" msgstr ""
#: objcopy.c:3340 #: objcopy.c:3342
#, c-format #, c-format
msgid "cannot fill debug link section `%s'" msgid "cannot fill debug link section `%s'"
msgstr "" msgstr ""
#: objcopy.c:3402 #: objcopy.c:3404
msgid "error copying private BFD data" msgid "error copying private BFD data"
msgstr "" msgstr ""
#: objcopy.c:3413 #: objcopy.c:3415
#, c-format #, c-format
msgid "this target does not support %lu alternative machine codes" msgid "this target does not support %lu alternative machine codes"
msgstr "" msgstr ""
#: objcopy.c:3417 #: objcopy.c:3419
msgid "treating that number as an absolute e_machine value instead" msgid "treating that number as an absolute e_machine value instead"
msgstr "" msgstr ""
#: objcopy.c:3421 #: objcopy.c:3423
msgid "ignoring the alternative value" msgid "ignoring the alternative value"
msgstr "" msgstr ""
#: objcopy.c:3467 #: objcopy.c:3469
msgid "sorry: copying thin archives is not currently supported" msgid "sorry: copying thin archives is not currently supported"
msgstr "" msgstr ""
#: objcopy.c:3474 objcopy.c:3529 #: objcopy.c:3476 objcopy.c:3531
#, c-format #, c-format
msgid "cannot create tempdir for archive copying (error: %s)" msgid "cannot create tempdir for archive copying (error: %s)"
msgstr "" msgstr ""
#: objcopy.c:3511 #: objcopy.c:3513
#, c-format #, c-format
msgid "illegal pathname found in archive member: %s" msgid "illegal pathname found in archive member: %s"
msgstr "" msgstr ""
#: objcopy.c:3562 #: objcopy.c:3564
msgid "Unable to recognise the format of file" msgid "Unable to recognise the format of file"
msgstr "" msgstr ""
#: objcopy.c:3695 #: objcopy.c:3697
#, c-format #, c-format
msgid "error: the input file '%s' is empty" msgid "error: the input file '%s' is empty"
msgstr "" msgstr ""
#: objcopy.c:3768 #: objcopy.c:3770
#, c-format #, c-format
msgid "--add-gnu-debuglink ignored for archive %s" msgid "--add-gnu-debuglink ignored for archive %s"
msgstr "" msgstr ""
#: objcopy.c:3871 #: objcopy.c:3873
#, c-format #, c-format
msgid "Multiple renames of section %s" msgid "Multiple renames of section %s"
msgstr "" msgstr ""
#: objcopy.c:3917 #: objcopy.c:3919
msgid "error in private header data" msgid "error in private header data"
msgstr "" msgstr ""
#: objcopy.c:4001 #: objcopy.c:4003
msgid "failed to create output section" msgid "failed to create output section"
msgstr "" msgstr ""
#: objcopy.c:4016 #: objcopy.c:4018
msgid "failed to set size" msgid "failed to set size"
msgstr "" msgstr ""
#: objcopy.c:4035 #: objcopy.c:4037
msgid "failed to set vma" msgid "failed to set vma"
msgstr "" msgstr ""
#: objcopy.c:4065 #: objcopy.c:4067
msgid "failed to set alignment" msgid "failed to set alignment"
msgstr "" msgstr ""
#: objcopy.c:4097 #: objcopy.c:4099
msgid "failed to copy private data" msgid "failed to copy private data"
msgstr "" msgstr ""
#: objcopy.c:4254 #: objcopy.c:4256
msgid "relocation count is negative" msgid "relocation count is negative"
msgstr "" msgstr ""
#. User must pad the section up in order to do this. #. User must pad the section up in order to do this.
#: objcopy.c:4351 #: objcopy.c:4353
#, c-format #, c-format
msgid "" msgid ""
"cannot reverse bytes: length of section %s must be evenly divisible by %d" "cannot reverse bytes: length of section %s must be evenly divisible by %d"
msgstr "" msgstr ""
#: objcopy.c:4560 #: objcopy.c:4562
msgid "can't create debugging section" msgid "can't create debugging section"
msgstr "" msgstr ""
#: objcopy.c:4574 #: objcopy.c:4576
msgid "can't set debugging section contents" msgid "can't set debugging section contents"
msgstr "" msgstr ""
#: objcopy.c:4583 #: objcopy.c:4585
#, c-format #, c-format
msgid "don't know how to write debugging information for %s" msgid "don't know how to write debugging information for %s"
msgstr "" msgstr ""
#: objcopy.c:4768 #: objcopy.c:4770
msgid "could not create temporary file to hold stripped copy" msgid "could not create temporary file to hold stripped copy"
msgstr "" msgstr ""
#: objcopy.c:4840 #: objcopy.c:4842
#, c-format #, c-format
msgid "%s: bad version in PE subsystem" msgid "%s: bad version in PE subsystem"
msgstr "" msgstr ""
#: objcopy.c:4870 #: objcopy.c:4872
#, c-format #, c-format
msgid "unknown PE subsystem: %s" msgid "unknown PE subsystem: %s"
msgstr "" msgstr ""
#: objcopy.c:4924 objcopy.c:5194 objcopy.c:5274 objcopy.c:5415 objcopy.c:5447 #: objcopy.c:4926 objcopy.c:5196 objcopy.c:5276 objcopy.c:5417 objcopy.c:5449
#: objcopy.c:5510 objcopy.c:5514 objcopy.c:5534 #: objcopy.c:5512 objcopy.c:5516 objcopy.c:5536
#, c-format #, c-format
msgid "bad format for %s" msgid "bad format for %s"
msgstr "" msgstr ""
#: objcopy.c:4953 #: objcopy.c:4955
#, c-format #, c-format
msgid "cannot open: %s: %s" msgid "cannot open: %s: %s"
msgstr "" msgstr ""
#: objcopy.c:5006 #: objcopy.c:5008
msgid "byte number must be non-negative" msgid "byte number must be non-negative"
msgstr "" msgstr ""
#: objcopy.c:5012 #: objcopy.c:5014
#, c-format #, c-format
msgid "architecture %s unknown" msgid "architecture %s unknown"
msgstr "" msgstr ""
#: objcopy.c:5020 #: objcopy.c:5022
msgid "interleave must be positive" msgid "interleave must be positive"
msgstr "" msgstr ""
#: objcopy.c:5029 #: objcopy.c:5031
msgid "interleave width must be positive" msgid "interleave width must be positive"
msgstr "" msgstr ""
#: objcopy.c:5347 #: objcopy.c:5349
#, c-format #, c-format
msgid "unrecognized --compress-debug-sections type `%s'" msgid "unrecognized --compress-debug-sections type `%s'"
msgstr "" msgstr ""
#: objcopy.c:5368 #: objcopy.c:5370
#, c-format #, c-format
msgid "unrecognized --elf-stt-common= option `%s'" msgid "unrecognized --elf-stt-common= option `%s'"
msgstr "" msgstr ""
#: objcopy.c:5384 #: objcopy.c:5386
#, c-format #, c-format
msgid "Warning: truncating gap-fill from 0x%s to 0x%x" msgid "Warning: truncating gap-fill from 0x%s to 0x%x"
msgstr "" msgstr ""
#: objcopy.c:5470 #: objcopy.c:5472
msgid "bad format for --set-section-alignment: argument needed" msgid "bad format for --set-section-alignment: argument needed"
msgstr "" msgstr ""
#: objcopy.c:5474 #: objcopy.c:5476
msgid "bad format for --set-section-alignment: numeric argument needed" msgid "bad format for --set-section-alignment: numeric argument needed"
msgstr "" msgstr ""
#. Number has more than on 1, i.e. wasn't a power of 2. #. Number has more than on 1, i.e. wasn't a power of 2.
#: objcopy.c:5486 #: objcopy.c:5488
msgid "bad format for --set-section-alignment: alignment is not a power of two" msgid "bad format for --set-section-alignment: alignment is not a power of two"
msgstr "" msgstr ""
#: objcopy.c:5589 #: objcopy.c:5591
#, c-format #, c-format
msgid "unknown long section names option '%s'" msgid "unknown long section names option '%s'"
msgstr "" msgstr ""
#: objcopy.c:5612 #: objcopy.c:5614
msgid "unable to parse alternative machine code" msgid "unable to parse alternative machine code"
msgstr "" msgstr ""
#: objcopy.c:5661 #: objcopy.c:5663
msgid "number of bytes to reverse must be positive and even" msgid "number of bytes to reverse must be positive and even"
msgstr "" msgstr ""
#: objcopy.c:5664 #: objcopy.c:5666
#, c-format #, c-format
msgid "Warning: ignoring previous --reverse-bytes value of %d" msgid "Warning: ignoring previous --reverse-bytes value of %d"
msgstr "" msgstr ""
#: objcopy.c:5679 #: objcopy.c:5681
#, c-format #, c-format
msgid "%s: invalid reserve value for --heap" msgid "%s: invalid reserve value for --heap"
msgstr "" msgstr ""
#: objcopy.c:5685 #: objcopy.c:5687
#, c-format #, c-format
msgid "%s: invalid commit value for --heap" msgid "%s: invalid commit value for --heap"
msgstr "" msgstr ""
#: objcopy.c:5710 #: objcopy.c:5712
#, c-format #, c-format
msgid "%s: invalid reserve value for --stack" msgid "%s: invalid reserve value for --stack"
msgstr "" msgstr ""
#: objcopy.c:5716 #: objcopy.c:5718
#, c-format #, c-format
msgid "%s: invalid commit value for --stack" msgid "%s: invalid commit value for --stack"
msgstr "" msgstr ""
#: objcopy.c:5725 #: objcopy.c:5727
msgid "verilog data width must be at least 1 byte" msgid "verilog data width must be at least 1 byte"
msgstr "" msgstr ""
#: objcopy.c:5742 #: objcopy.c:5744
msgid "--globalize-symbol(s) is incompatible with -G/--keep-global-symbol(s)" msgid "--globalize-symbol(s) is incompatible with -G/--keep-global-symbol(s)"
msgstr "" msgstr ""
#: objcopy.c:5754 #: objcopy.c:5756
msgid "interleave start byte must be set with --byte" msgid "interleave start byte must be set with --byte"
msgstr "" msgstr ""
#: objcopy.c:5757 #: objcopy.c:5759
msgid "byte number must be less than interleave" msgid "byte number must be less than interleave"
msgstr "" msgstr ""
#: objcopy.c:5760 #: objcopy.c:5762
msgid "interleave width must be less than or equal to interleave - byte`" msgid "interleave width must be less than or equal to interleave - byte`"
msgstr "" msgstr ""
#: objcopy.c:5789 #: objcopy.c:5791
#, c-format #, c-format
msgid "unknown input EFI target: %s" msgid "unknown input EFI target: %s"
msgstr "" msgstr ""
#: objcopy.c:5820 #: objcopy.c:5822
#, c-format #, c-format
msgid "unknown output EFI target: %s" msgid "unknown output EFI target: %s"
msgstr "" msgstr ""
#: objcopy.c:5833 #: objcopy.c:5835
#, c-format #, c-format
msgid "warning: could not locate '%s'. System error message: %s" msgid "warning: could not locate '%s'. System error message: %s"
msgstr "" msgstr ""
#: objcopy.c:5845 #: objcopy.c:5847
#, c-format #, c-format
msgid "" msgid ""
"warning: could not create temporary file whilst copying '%s', (error: %s)" "warning: could not create temporary file whilst copying '%s', (error: %s)"
msgstr "" msgstr ""
#: objcopy.c:5878 objcopy.c:5892 #: objcopy.c:5880 objcopy.c:5894
#, c-format #, c-format
msgid "%s %s%c0x%s never used" msgid "%s %s%c0x%s never used"
msgstr "" msgstr ""

View File

@ -1,3 +1,7 @@
2020-02-01 Nick Clifton <nickc@redhat.com>
Binutils 2.34 release.
2020-01-18 Nick Clifton <nickc@redhat.com> 2020-01-18 Nick Clifton <nickc@redhat.com>
Binutils 2.34 branch created. Binutils 2.34 branch created.

View File

@ -1,3 +1,7 @@
2020-02-01 Nick Clifton <nickc@redhat.com>
Binutils 2.34 release.
2020-01-31 Andre Vieira <andre.simoesdiasvieira@arm.com> 2020-01-31 Andre Vieira <andre.simoesdiasvieira@arm.com>
Backport from mainline. Backport from mainline.

20
gas/configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for gas 2.33.90. # Generated by GNU Autoconf 2.69 for gas 2.34.
# #
# #
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='gas' PACKAGE_NAME='gas'
PACKAGE_TARNAME='gas' PACKAGE_TARNAME='gas'
PACKAGE_VERSION='2.33.90' PACKAGE_VERSION='2.34'
PACKAGE_STRING='gas 2.33.90' PACKAGE_STRING='gas 2.34'
PACKAGE_BUGREPORT='' PACKAGE_BUGREPORT=''
PACKAGE_URL='' PACKAGE_URL=''
@ -1369,7 +1369,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # 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. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures gas 2.33.90 to adapt to many kinds of systems. \`configure' configures gas 2.34 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1440,7 +1440,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of gas 2.33.90:";; short | recursive ) echo "Configuration of gas 2.34:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -1576,7 +1576,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
gas configure 2.33.90 gas configure 2.34
generated by GNU Autoconf 2.69 generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc. Copyright (C) 2012 Free Software Foundation, Inc.
@ -2041,7 +2041,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by gas $as_me 2.33.90, which was It was created by gas $as_me 2.34, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@ $ $0 $@
@ -3988,7 +3988,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='gas' PACKAGE='gas'
VERSION='2.33.90' VERSION='2.34'
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
@ -15705,7 +15705,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by gas $as_me 2.33.90, which was This file was extended by gas $as_me 2.34, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -15771,7 +15771,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\ ac_cs_version="\\
gas config.status 2.33.90 gas config.status 2.34
configured by $0, generated by GNU Autoconf 2.69, configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"

View File

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: bug-binutils@gnu.org\n" "Report-Msgid-Bugs-To: bug-binutils@gnu.org\n"
"POT-Creation-Date: 2020-01-18 14:02+0000\n" "POT-Creation-Date: 2020-02-01 11:49+0000\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"
@ -1990,7 +1990,7 @@ msgstr ""
msgid "selected processor does not support `%s'" msgid "selected processor does not support `%s'"
msgstr "" msgstr ""
#: config/tc-aarch64.c:7544 config/tc-arm.c:27479 #: config/tc-aarch64.c:7544 config/tc-arm.c:27481
msgid "GOT already in the symbol table" msgid "GOT already in the symbol table"
msgstr "" msgstr ""
@ -2016,8 +2016,8 @@ msgstr ""
msgid "immediate offset out of range" msgid "immediate offset out of range"
msgstr "" msgstr ""
#: config/tc-aarch64.c:7953 config/tc-arm.c:27817 config/tc-arm.c:27885 #: config/tc-aarch64.c:7953 config/tc-arm.c:27819 config/tc-arm.c:27887
#: config/tc-arm.c:28167 #: config/tc-arm.c:28169
#, c-format #, c-format
msgid "undefined symbol %s used as an immediate value" msgid "undefined symbol %s used as an immediate value"
msgstr "" msgstr ""
@ -2038,7 +2038,7 @@ msgstr ""
msgid "conditional branch target not word aligned" msgid "conditional branch target not word aligned"
msgstr "" msgstr ""
#: config/tc-aarch64.c:7995 config/tc-aarch64.c:8010 config/tc-arm.c:28462 #: config/tc-aarch64.c:7995 config/tc-aarch64.c:8010 config/tc-arm.c:28464
msgid "conditional branch out of range" msgid "conditional branch out of range"
msgstr "" msgstr ""
@ -2046,14 +2046,14 @@ msgstr ""
msgid "branch target not word aligned" msgid "branch target not word aligned"
msgstr "" msgstr ""
#: config/tc-aarch64.c:8026 config/tc-arm.c:899 config/tc-arm.c:29265 #: config/tc-aarch64.c:8026 config/tc-arm.c:899 config/tc-arm.c:29267
#: config/tc-mips.c:16047 config/tc-mips.c:16063 config/tc-mips.c:16153 #: config/tc-mips.c:16047 config/tc-mips.c:16063 config/tc-mips.c:16153
msgid "branch out of range" msgid "branch out of range"
msgstr "" msgstr ""
#: config/tc-aarch64.c:8085 config/tc-arm.c:28058 config/tc-arm.c:28073 #: config/tc-aarch64.c:8085 config/tc-arm.c:28060 config/tc-arm.c:28075
#: config/tc-arm.c:28088 config/tc-arm.c:28099 config/tc-arm.c:28122 #: config/tc-arm.c:28090 config/tc-arm.c:28101 config/tc-arm.c:28124
#: config/tc-arm.c:28969 config/tc-moxie.c:716 config/tc-pj.c:452 #: config/tc-arm.c:28971 config/tc-moxie.c:716 config/tc-pj.c:452
#: config/tc-sh.c:3727 #: config/tc-sh.c:3727
msgid "offset out of range" msgid "offset out of range"
msgstr "" msgstr ""
@ -2071,7 +2071,7 @@ msgstr ""
msgid "unexpected %s fixup" msgid "unexpected %s fixup"
msgstr "" msgstr ""
#: config/tc-aarch64.c:8327 config/tc-arm.c:29685 config/tc-arm.c:29706 #: config/tc-aarch64.c:8327 config/tc-arm.c:29687 config/tc-arm.c:29708
#: config/tc-mips.c:18414 config/tc-or1k.c:345 config/tc-score.c:7468 #: config/tc-mips.c:18414 config/tc-or1k.c:345 config/tc-score.c:7468
#, c-format #, c-format
msgid "cannot represent %s relocation in this object file format" msgid "cannot represent %s relocation in this object file format"
@ -2082,16 +2082,16 @@ msgstr ""
msgid "cannot do %u-byte relocation" msgid "cannot do %u-byte relocation"
msgstr "" msgstr ""
#: config/tc-aarch64.c:8683 config/tc-arm.c:30180 config/tc-score.c:6293 #: config/tc-aarch64.c:8683 config/tc-arm.c:30182 config/tc-score.c:6293
#: config/tc-score.c:6523 config/tc-score.c:6528 #: config/tc-score.c:6523 config/tc-score.c:6528
msgid "virtual memory exhausted" msgid "virtual memory exhausted"
msgstr "" msgstr ""
#: config/tc-aarch64.c:8849 config/tc-arm.c:30523 #: config/tc-aarch64.c:8849 config/tc-arm.c:30525
msgid "assemble for big-endian" msgid "assemble for big-endian"
msgstr "" msgstr ""
#: config/tc-aarch64.c:8850 config/tc-arm.c:30524 #: config/tc-aarch64.c:8850 config/tc-arm.c:30526
msgid "assemble for little-endian" msgid "assemble for little-endian"
msgstr "" msgstr ""
@ -2107,41 +2107,41 @@ msgstr ""
msgid "do not output verbose error messages" msgid "do not output verbose error messages"
msgstr "" msgstr ""
#: config/tc-aarch64.c:9137 config/tc-arm.c:31607 #: config/tc-aarch64.c:9137 config/tc-arm.c:31611
msgid "invalid architectural extension" msgid "invalid architectural extension"
msgstr "" msgstr ""
#: config/tc-aarch64.c:9162 config/tc-arm.c:31639 #: config/tc-aarch64.c:9162 config/tc-arm.c:31643
msgid "must specify extensions to add before specifying those to remove" msgid "must specify extensions to add before specifying those to remove"
msgstr "" msgstr ""
#: config/tc-aarch64.c:9170 config/tc-arm.c:31647 #: config/tc-aarch64.c:9170 config/tc-arm.c:31651
msgid "missing architectural extension" msgid "missing architectural extension"
msgstr "" msgstr ""
#: config/tc-aarch64.c:9197 config/tc-arm.c:31733 #: config/tc-aarch64.c:9197 config/tc-arm.c:31737
#, c-format #, c-format
msgid "unknown architectural extension `%s'" msgid "unknown architectural extension `%s'"
msgstr "" msgstr ""
#: config/tc-aarch64.c:9221 config/tc-arm.c:31783 config/tc-metag.c:5834 #: config/tc-aarch64.c:9221 config/tc-arm.c:31787 config/tc-metag.c:5834
#, c-format #, c-format
msgid "missing cpu name `%s'" msgid "missing cpu name `%s'"
msgstr "" msgstr ""
#: config/tc-aarch64.c:9235 config/tc-aarch64.c:9452 config/tc-arm.c:31818 #: config/tc-aarch64.c:9235 config/tc-aarch64.c:9452 config/tc-arm.c:31822
#: config/tc-arm.c:32617 config/tc-csky.c:896 config/tc-metag.c:5845 #: config/tc-arm.c:32621 config/tc-csky.c:896 config/tc-metag.c:5845
#, c-format #, c-format
msgid "unknown cpu `%s'" msgid "unknown cpu `%s'"
msgstr "" msgstr ""
#: config/tc-aarch64.c:9253 config/tc-arm.c:31836 #: config/tc-aarch64.c:9253 config/tc-arm.c:31840
#, c-format #, c-format
msgid "missing architecture name `%s'" msgid "missing architecture name `%s'"
msgstr "" msgstr ""
#: config/tc-aarch64.c:9267 config/tc-aarch64.c:9499 config/tc-arm.c:31858 #: config/tc-aarch64.c:9267 config/tc-aarch64.c:9499 config/tc-arm.c:31862
#: config/tc-arm.c:32652 config/tc-arm.c:32682 config/tc-score.c:7703 #: config/tc-arm.c:32656 config/tc-arm.c:32686 config/tc-score.c:7703
#, c-format #, c-format
msgid "unknown architecture `%s'\n" msgid "unknown architecture `%s'\n"
msgstr "" msgstr ""
@ -2160,16 +2160,16 @@ msgstr ""
msgid "<abi name>\t specify for ABI <abi name>" msgid "<abi name>\t specify for ABI <abi name>"
msgstr "" msgstr ""
#: config/tc-aarch64.c:9310 config/tc-arm.c:31945 config/tc-metag.c:5911 #: config/tc-aarch64.c:9310 config/tc-arm.c:31949 config/tc-metag.c:5911
msgid "<cpu name>\t assemble for CPU <cpu name>" msgid "<cpu name>\t assemble for CPU <cpu name>"
msgstr "" msgstr ""
#: config/tc-aarch64.c:9312 config/tc-arm.c:31947 #: config/tc-aarch64.c:9312 config/tc-arm.c:31951
msgid "<arch name>\t assemble for architecture <arch name>" msgid "<arch name>\t assemble for architecture <arch name>"
msgstr "" msgstr ""
#: config/tc-aarch64.c:9351 config/tc-aarch64.c:9371 config/tc-arm.c:32015 #: config/tc-aarch64.c:9351 config/tc-aarch64.c:9371 config/tc-arm.c:32019
#: config/tc-arm.c:32033 config/tc-arm.c:32053 config/tc-metag.c:5936 #: config/tc-arm.c:32037 config/tc-arm.c:32057 config/tc-metag.c:5936
#, c-format #, c-format
msgid "option `-%c%s' is deprecated: %s" msgid "option `-%c%s' is deprecated: %s"
msgstr "" msgstr ""
@ -2179,12 +2179,12 @@ msgstr ""
msgid " AArch64-specific assembler options:\n" msgid " AArch64-specific assembler options:\n"
msgstr "" msgstr ""
#: config/tc-aarch64.c:9402 config/tc-arc.c:3583 config/tc-arm.c:32084 #: config/tc-aarch64.c:9402 config/tc-arc.c:3583 config/tc-arm.c:32088
#, c-format #, c-format
msgid " -EB assemble code for a big-endian cpu\n" msgid " -EB assemble code for a big-endian cpu\n"
msgstr "" msgstr ""
#: config/tc-aarch64.c:9407 config/tc-arc.c:3585 config/tc-arm.c:32089 #: config/tc-aarch64.c:9407 config/tc-arc.c:3585 config/tc-arm.c:32093
#, c-format #, c-format
msgid " -EL assemble code for a little-endian cpu\n" msgid " -EL assemble code for a little-endian cpu\n"
msgstr "" msgstr ""
@ -3651,7 +3651,7 @@ msgstr ""
msgid "invalid unwind opcode" msgid "invalid unwind opcode"
msgstr "" msgstr ""
#: config/tc-arm.c:5052 config/tc-arm.c:31762 #: config/tc-arm.c:5052 config/tc-arm.c:31766
#, c-format #, c-format
msgid "unrecognised float16 format \"%s\"" msgid "unrecognised float16 format \"%s\""
msgstr "" msgstr ""
@ -3664,7 +3664,7 @@ msgstr ""
#: config/tc-arm.c:12139 config/tc-arm.c:14259 config/tc-arm.c:16192 #: config/tc-arm.c:12139 config/tc-arm.c:14259 config/tc-arm.c:16192
#: config/tc-arm.c:16227 config/tc-arm.c:17155 config/tc-arm.c:19082 #: config/tc-arm.c:16227 config/tc-arm.c:17155 config/tc-arm.c:19082
#: config/tc-arm.c:19090 config/tc-arm.c:19097 config/tc-arm.c:20739 #: config/tc-arm.c:19090 config/tc-arm.c:19097 config/tc-arm.c:20739
#: config/tc-arm.c:28846 config/tc-arm.c:28910 config/tc-arm.c:28918 #: config/tc-arm.c:28848 config/tc-arm.c:28912 config/tc-arm.c:28920
#: config/tc-metag.c:5176 config/tc-z8k.c:1151 config/tc-z8k.c:1161 #: config/tc-metag.c:5176 config/tc-z8k.c:1151 config/tc-z8k.c:1161
msgid "immediate value out of range" msgid "immediate value out of range"
msgstr "" msgstr ""
@ -4120,7 +4120,7 @@ msgstr ""
msgid "shift by register not allowed in thumb mode" msgid "shift by register not allowed in thumb mode"
msgstr "" msgstr ""
#: config/tc-arm.c:11274 config/tc-arm.c:14099 config/tc-arm.c:28140 #: config/tc-arm.c:11274 config/tc-arm.c:14099 config/tc-arm.c:28142
msgid "shift expression is too large" msgid "shift expression is too large"
msgstr "" msgstr ""
@ -4335,7 +4335,7 @@ msgstr ""
msgid "instruction does not allow shifted index" msgid "instruction does not allow shifted index"
msgstr "" msgstr ""
#: config/tc-arm.c:14402 config/tc-arm.c:29281 #: config/tc-arm.c:14402 config/tc-arm.c:29283
msgid "out of range label-relative fixup value" msgid "out of range label-relative fixup value"
msgstr "" msgstr ""
@ -4743,573 +4743,573 @@ msgstr ""
msgid "file finished with an open VPT/VPST block." msgid "file finished with an open VPT/VPST block."
msgstr "" msgstr ""
#: config/tc-arm.c:26787 #: config/tc-arm.c:26789
#, c-format #, c-format
msgid "alignments greater than %d bytes not supported in .text sections." msgid "alignments greater than %d bytes not supported in .text sections."
msgstr "" msgstr ""
#: config/tc-arm.c:27054 config/tc-ia64.c:3594 #: config/tc-arm.c:27056 config/tc-ia64.c:3594
#, c-format #, c-format
msgid "Group section `%s' has no group signature" msgid "Group section `%s' has no group signature"
msgstr "" msgstr ""
#: config/tc-arm.c:27100 #: config/tc-arm.c:27102
msgid "handlerdata in cantunwind frame" msgid "handlerdata in cantunwind frame"
msgstr "" msgstr ""
#: config/tc-arm.c:27117 #: config/tc-arm.c:27119
msgid "too many unwind opcodes for personality routine 0" msgid "too many unwind opcodes for personality routine 0"
msgstr "" msgstr ""
#: config/tc-arm.c:27148 #: config/tc-arm.c:27150
msgid "attempt to recreate an unwind entry" msgid "attempt to recreate an unwind entry"
msgstr "" msgstr ""
#: config/tc-arm.c:27158 #: config/tc-arm.c:27160
msgid "too many unwind opcodes" msgid "too many unwind opcodes"
msgstr "" msgstr ""
#: config/tc-arm.c:27457 #: config/tc-arm.c:27459
#, c-format #, c-format
msgid "[-mwarn-syms]: Assignment makes a symbol match an ARM instruction: %s" msgid "[-mwarn-syms]: Assignment makes a symbol match an ARM instruction: %s"
msgstr "" msgstr ""
#: config/tc-arm.c:27819 config/tc-arm.c:27887 #: config/tc-arm.c:27821 config/tc-arm.c:27889
#, c-format #, c-format
msgid "symbol %s is in a different section" msgid "symbol %s is in a different section"
msgstr "" msgstr ""
#: config/tc-arm.c:27821 config/tc-arm.c:27889 #: config/tc-arm.c:27823 config/tc-arm.c:27891
#, c-format #, c-format
msgid "symbol %s is weak and may be overridden later" msgid "symbol %s is weak and may be overridden later"
msgstr "" msgstr ""
#: config/tc-arm.c:27866 config/tc-arm.c:28238 #: config/tc-arm.c:27868 config/tc-arm.c:28240
#, c-format #, c-format
msgid "invalid constant (%lx) after fixup" msgid "invalid constant (%lx) after fixup"
msgstr "" msgstr ""
#: config/tc-arm.c:27922 #: config/tc-arm.c:27924
#, c-format #, c-format
msgid "unable to compute ADRL instructions for PC offset of 0x%lx" msgid "unable to compute ADRL instructions for PC offset of 0x%lx"
msgstr "" msgstr ""
#: config/tc-arm.c:27958 config/tc-arm.c:27988 #: config/tc-arm.c:27960 config/tc-arm.c:27990
msgid "invalid literal constant: pool needs to be closer" msgid "invalid literal constant: pool needs to be closer"
msgstr "" msgstr ""
#: config/tc-arm.c:27961 config/tc-arm.c:28010 #: config/tc-arm.c:27963 config/tc-arm.c:28012
#, c-format #, c-format
msgid "bad immediate value for offset (%ld)" msgid "bad immediate value for offset (%ld)"
msgstr "" msgstr ""
#: config/tc-arm.c:27991 #: config/tc-arm.c:27993
#, c-format #, c-format
msgid "bad immediate value for 8-bit offset (%ld)" msgid "bad immediate value for 8-bit offset (%ld)"
msgstr "" msgstr ""
#: config/tc-arm.c:28051 #: config/tc-arm.c:28053
msgid "offset not a multiple of 4" msgid "offset not a multiple of 4"
msgstr "" msgstr ""
#: config/tc-arm.c:28254 #: config/tc-arm.c:28256
msgid "invalid smc expression" msgid "invalid smc expression"
msgstr "" msgstr ""
#: config/tc-arm.c:28264 #: config/tc-arm.c:28266
msgid "invalid hvc expression" msgid "invalid hvc expression"
msgstr "" msgstr ""
#: config/tc-arm.c:28275 config/tc-arm.c:28284 #: config/tc-arm.c:28277 config/tc-arm.c:28286
msgid "invalid swi expression" msgid "invalid swi expression"
msgstr "" msgstr ""
#: config/tc-arm.c:28294 #: config/tc-arm.c:28296
msgid "invalid expression in load/store multiple" msgid "invalid expression in load/store multiple"
msgstr "" msgstr ""
#: config/tc-arm.c:28356 #: config/tc-arm.c:28358
#, c-format #, c-format
msgid "blx to '%s' an ARM ISA state function changed to bl" msgid "blx to '%s' an ARM ISA state function changed to bl"
msgstr "" msgstr ""
#: config/tc-arm.c:28375 #: config/tc-arm.c:28377
msgid "misaligned branch destination" msgid "misaligned branch destination"
msgstr "" msgstr ""
#: config/tc-arm.c:28496 #: config/tc-arm.c:28498
#, c-format #, c-format
msgid "blx to Thumb func '%s' from Thumb ISA state changed to bl" msgid "blx to Thumb func '%s' from Thumb ISA state changed to bl"
msgstr "" msgstr ""
#: config/tc-arm.c:28545 #: config/tc-arm.c:28547
msgid "Thumb2 branch out of range" msgid "Thumb2 branch out of range"
msgstr "" msgstr ""
#: config/tc-arm.c:28597 config/tc-arm.c:28630 #: config/tc-arm.c:28599 config/tc-arm.c:28632
msgid "Relocation supported only in FDPIC mode" msgid "Relocation supported only in FDPIC mode"
msgstr "" msgstr ""
#: config/tc-arm.c:28660 #: config/tc-arm.c:28662
msgid "rel31 relocation overflow" msgid "rel31 relocation overflow"
msgstr "" msgstr ""
#: config/tc-arm.c:28682 config/tc-arm.c:28688 config/tc-arm.c:28692 #: config/tc-arm.c:28684 config/tc-arm.c:28690 config/tc-arm.c:28694
#: config/tc-arm.c:28739 #: config/tc-arm.c:28741
msgid "co-processor offset out of range" msgid "co-processor offset out of range"
msgstr "" msgstr ""
#: config/tc-arm.c:28756 #: config/tc-arm.c:28758
#, c-format #, c-format
msgid "invalid offset, target not word aligned (0x%08lX)" msgid "invalid offset, target not word aligned (0x%08lX)"
msgstr "" msgstr ""
#: config/tc-arm.c:28763 config/tc-arm.c:28772 config/tc-arm.c:28780 #: config/tc-arm.c:28765 config/tc-arm.c:28774 config/tc-arm.c:28782
#: config/tc-arm.c:28788 config/tc-arm.c:28796 #: config/tc-arm.c:28790 config/tc-arm.c:28798
#, c-format #, c-format
msgid "invalid offset, value too big (0x%08lX)" msgid "invalid offset, value too big (0x%08lX)"
msgstr "" msgstr ""
#: config/tc-arm.c:28837 #: config/tc-arm.c:28839
msgid "invalid Hi register with immediate" msgid "invalid Hi register with immediate"
msgstr "" msgstr ""
#: config/tc-arm.c:28853 #: config/tc-arm.c:28855
msgid "invalid immediate for stack address calculation" msgid "invalid immediate for stack address calculation"
msgstr "" msgstr ""
#: config/tc-arm.c:28872 #: config/tc-arm.c:28874
msgid "address calculation needs a strongly defined nearby symbol" msgid "address calculation needs a strongly defined nearby symbol"
msgstr "" msgstr ""
#: config/tc-arm.c:28888 #: config/tc-arm.c:28890
msgid "symbol too far away" msgid "symbol too far away"
msgstr "" msgstr ""
#: config/tc-arm.c:28900 #: config/tc-arm.c:28902
#, c-format #, c-format
msgid "invalid immediate for address calculation (value = 0x%08lX)" msgid "invalid immediate for address calculation (value = 0x%08lX)"
msgstr "" msgstr ""
#: config/tc-arm.c:28930 #: config/tc-arm.c:28932
#, c-format #, c-format
msgid "invalid immediate: %ld is out of range" msgid "invalid immediate: %ld is out of range"
msgstr "" msgstr ""
#: config/tc-arm.c:28942 #: config/tc-arm.c:28944
#, c-format #, c-format
msgid "invalid shift value: %ld" msgid "invalid shift value: %ld"
msgstr "" msgstr ""
#: config/tc-arm.c:29012 config/tc-arm.c:29083 #: config/tc-arm.c:29014 config/tc-arm.c:29085
#, c-format #, c-format
msgid "the offset 0x%08lX is not representable" msgid "the offset 0x%08lX is not representable"
msgstr "" msgstr ""
#: config/tc-arm.c:29044 #: config/tc-arm.c:29046
#, c-format #, c-format
msgid "Unable to process relocation for thumb opcode: %lx" msgid "Unable to process relocation for thumb opcode: %lx"
msgstr "" msgstr ""
#: config/tc-arm.c:29123 #: config/tc-arm.c:29125
#, c-format #, c-format
msgid "bad offset 0x%08lX (only 12 bits available for the magnitude)" msgid "bad offset 0x%08lX (only 12 bits available for the magnitude)"
msgstr "" msgstr ""
#: config/tc-arm.c:29162 #: config/tc-arm.c:29164
#, c-format #, c-format
msgid "bad offset 0x%08lX (only 8 bits available for the magnitude)" msgid "bad offset 0x%08lX (only 8 bits available for the magnitude)"
msgstr "" msgstr ""
#: config/tc-arm.c:29202 #: config/tc-arm.c:29204
#, c-format #, c-format
msgid "bad offset 0x%08lX (must be word-aligned)" msgid "bad offset 0x%08lX (must be word-aligned)"
msgstr "" msgstr ""
#: config/tc-arm.c:29207 #: config/tc-arm.c:29209
#, c-format #, c-format
msgid "bad offset 0x%08lX (must be an 8-bit number of words)" msgid "bad offset 0x%08lX (must be an 8-bit number of words)"
msgstr "" msgstr ""
#: config/tc-arm.c:29428 config/tc-score.c:7379 #: config/tc-arm.c:29430 config/tc-score.c:7379
#, c-format #, c-format
msgid "bad relocation fixup type (%d)" msgid "bad relocation fixup type (%d)"
msgstr "" msgstr ""
#: config/tc-arm.c:29546 #: config/tc-arm.c:29548
msgid "literal referenced across section boundary" msgid "literal referenced across section boundary"
msgstr "" msgstr ""
#: config/tc-arm.c:29626 #: config/tc-arm.c:29628
msgid "internal relocation (type: IMMEDIATE) not fixed up" msgid "internal relocation (type: IMMEDIATE) not fixed up"
msgstr "" msgstr ""
#: config/tc-arm.c:29631 #: config/tc-arm.c:29633
msgid "ADRL used for a symbol not defined in the same file" msgid "ADRL used for a symbol not defined in the same file"
msgstr "" msgstr ""
#: config/tc-arm.c:29638 #: config/tc-arm.c:29640
#, c-format #, c-format
msgid "%s used for a symbol not defined in the same file" msgid "%s used for a symbol not defined in the same file"
msgstr "" msgstr ""
#: config/tc-arm.c:29654 #: config/tc-arm.c:29656
#, c-format #, c-format
msgid "undefined local label `%s'" msgid "undefined local label `%s'"
msgstr "" msgstr ""
#: config/tc-arm.c:29660 #: config/tc-arm.c:29662
msgid "internal_relocation (type: OFFSET_IMM) not fixed up" msgid "internal_relocation (type: OFFSET_IMM) not fixed up"
msgstr "" msgstr ""
#: config/tc-arm.c:29682 config/tc-cris.c:4006 config/tc-csky.c:877 #: config/tc-arm.c:29684 config/tc-cris.c:4006 config/tc-csky.c:877
#: config/tc-ft32.c:709 config/tc-mcore.c:1928 config/tc-microblaze.c:1995 #: config/tc-ft32.c:709 config/tc-mcore.c:1928 config/tc-microblaze.c:1995
#: config/tc-mmix.c:2894 config/tc-moxie.c:825 config/tc-ns32k.c:2248 #: config/tc-mmix.c:2894 config/tc-moxie.c:825 config/tc-ns32k.c:2248
#: config/tc-score.c:7466 #: config/tc-score.c:7466
msgid "<unknown>" msgid "<unknown>"
msgstr "" msgstr ""
#: config/tc-arm.c:30084 #: config/tc-arm.c:30086
#, c-format #, c-format
msgid "%s: unexpected function type: %d" msgid "%s: unexpected function type: %d"
msgstr "" msgstr ""
#: config/tc-arm.c:30224 #: config/tc-arm.c:30226
msgid "use of old and new-style options to set CPU type" msgid "use of old and new-style options to set CPU type"
msgstr "" msgstr ""
#: config/tc-arm.c:30243 #: config/tc-arm.c:30245
msgid "use of old and new-style options to set FPU type" msgid "use of old and new-style options to set FPU type"
msgstr "" msgstr ""
#: config/tc-arm.c:30322 #: config/tc-arm.c:30324
msgid "hard-float conflicts with specified fpu" msgid "hard-float conflicts with specified fpu"
msgstr "" msgstr ""
#: config/tc-arm.c:30513 #: config/tc-arm.c:30515
msgid "generate PIC code" msgid "generate PIC code"
msgstr "" msgstr ""
#: config/tc-arm.c:30514 #: config/tc-arm.c:30516
msgid "assemble Thumb code" msgid "assemble Thumb code"
msgstr "" msgstr ""
#: config/tc-arm.c:30515 #: config/tc-arm.c:30517
msgid "support ARM/Thumb interworking" msgid "support ARM/Thumb interworking"
msgstr "" msgstr ""
#: config/tc-arm.c:30517 #: config/tc-arm.c:30519
msgid "code uses 32-bit program counter" msgid "code uses 32-bit program counter"
msgstr "" msgstr ""
#: config/tc-arm.c:30518 #: config/tc-arm.c:30520
msgid "code uses 26-bit program counter" msgid "code uses 26-bit program counter"
msgstr "" msgstr ""
#: config/tc-arm.c:30519 #: config/tc-arm.c:30521
msgid "floating point args are in fp regs" msgid "floating point args are in fp regs"
msgstr "" msgstr ""
#: config/tc-arm.c:30521 #: config/tc-arm.c:30523
msgid "re-entrant code" msgid "re-entrant code"
msgstr "" msgstr ""
#: config/tc-arm.c:30522 #: config/tc-arm.c:30524
msgid "code is ATPCS conformant" msgid "code is ATPCS conformant"
msgstr "" msgstr ""
#. These are recognized by the assembler, but have no affect on code. #. These are recognized by the assembler, but have no affect on code.
#: config/tc-arm.c:30528 #: config/tc-arm.c:30530
msgid "use frame pointer" msgid "use frame pointer"
msgstr "" msgstr ""
#: config/tc-arm.c:30529 #: config/tc-arm.c:30531
msgid "use stack size checking" msgid "use stack size checking"
msgstr "" msgstr ""
#: config/tc-arm.c:30532 #: config/tc-arm.c:30534
msgid "do not warn on use of deprecated feature" msgid "do not warn on use of deprecated feature"
msgstr "" msgstr ""
#: config/tc-arm.c:30535 #: config/tc-arm.c:30537
msgid "" msgid ""
"warn about performance deprecated IT instructions in ARMv8-A and ARMv8-R" "warn about performance deprecated IT instructions in ARMv8-A and ARMv8-R"
msgstr "" msgstr ""
#: config/tc-arm.c:30539 #: config/tc-arm.c:30541
msgid "warn about symbols that match instruction names [default]" msgid "warn about symbols that match instruction names [default]"
msgstr "" msgstr ""
#: config/tc-arm.c:30540 #: config/tc-arm.c:30542
msgid "disable warnings about symobls that match instructions" msgid "disable warnings about symobls that match instructions"
msgstr "" msgstr ""
#. DON'T add any new processors to this list -- we want the whole list #. DON'T add any new processors to this list -- we want the whole list
#. to go away... Add them to the processors table instead. #. to go away... Add them to the processors table instead.
#: config/tc-arm.c:30556 config/tc-arm.c:30557 #: config/tc-arm.c:30558 config/tc-arm.c:30559
msgid "use -mcpu=arm1" msgid "use -mcpu=arm1"
msgstr "" msgstr ""
#: config/tc-arm.c:30558 config/tc-arm.c:30559 #: config/tc-arm.c:30560 config/tc-arm.c:30561
msgid "use -mcpu=arm2" msgid "use -mcpu=arm2"
msgstr "" msgstr ""
#: config/tc-arm.c:30560 config/tc-arm.c:30561 #: config/tc-arm.c:30562 config/tc-arm.c:30563
msgid "use -mcpu=arm250" msgid "use -mcpu=arm250"
msgstr "" msgstr ""
#: config/tc-arm.c:30562 config/tc-arm.c:30563 #: config/tc-arm.c:30564 config/tc-arm.c:30565
msgid "use -mcpu=arm3" msgid "use -mcpu=arm3"
msgstr "" msgstr ""
#: config/tc-arm.c:30564 config/tc-arm.c:30565 #: config/tc-arm.c:30566 config/tc-arm.c:30567
msgid "use -mcpu=arm6" msgid "use -mcpu=arm6"
msgstr "" msgstr ""
#: config/tc-arm.c:30566 config/tc-arm.c:30567 #: config/tc-arm.c:30568 config/tc-arm.c:30569
msgid "use -mcpu=arm600" msgid "use -mcpu=arm600"
msgstr "" msgstr ""
#: config/tc-arm.c:30568 config/tc-arm.c:30569 #: config/tc-arm.c:30570 config/tc-arm.c:30571
msgid "use -mcpu=arm610" msgid "use -mcpu=arm610"
msgstr "" msgstr ""
#: config/tc-arm.c:30570 config/tc-arm.c:30571 #: config/tc-arm.c:30572 config/tc-arm.c:30573
msgid "use -mcpu=arm620" msgid "use -mcpu=arm620"
msgstr "" msgstr ""
#: config/tc-arm.c:30572 config/tc-arm.c:30573 #: config/tc-arm.c:30574 config/tc-arm.c:30575
msgid "use -mcpu=arm7" msgid "use -mcpu=arm7"
msgstr "" msgstr ""
#: config/tc-arm.c:30574 config/tc-arm.c:30575 #: config/tc-arm.c:30576 config/tc-arm.c:30577
msgid "use -mcpu=arm70" msgid "use -mcpu=arm70"
msgstr "" msgstr ""
#: config/tc-arm.c:30576 config/tc-arm.c:30577 #: config/tc-arm.c:30578 config/tc-arm.c:30579
msgid "use -mcpu=arm700" msgid "use -mcpu=arm700"
msgstr "" msgstr ""
#: config/tc-arm.c:30578 config/tc-arm.c:30579 #: config/tc-arm.c:30580 config/tc-arm.c:30581
msgid "use -mcpu=arm700i" msgid "use -mcpu=arm700i"
msgstr "" msgstr ""
#: config/tc-arm.c:30580 config/tc-arm.c:30581 #: config/tc-arm.c:30582 config/tc-arm.c:30583
msgid "use -mcpu=arm710" msgid "use -mcpu=arm710"
msgstr "" msgstr ""
#: config/tc-arm.c:30582 config/tc-arm.c:30583 #: config/tc-arm.c:30584 config/tc-arm.c:30585
msgid "use -mcpu=arm710c" msgid "use -mcpu=arm710c"
msgstr "" msgstr ""
#: config/tc-arm.c:30584 config/tc-arm.c:30585 #: config/tc-arm.c:30586 config/tc-arm.c:30587
msgid "use -mcpu=arm720" msgid "use -mcpu=arm720"
msgstr "" msgstr ""
#: config/tc-arm.c:30586 config/tc-arm.c:30587 #: config/tc-arm.c:30588 config/tc-arm.c:30589
msgid "use -mcpu=arm7d" msgid "use -mcpu=arm7d"
msgstr "" msgstr ""
#: config/tc-arm.c:30588 config/tc-arm.c:30589 #: config/tc-arm.c:30590 config/tc-arm.c:30591
msgid "use -mcpu=arm7di" msgid "use -mcpu=arm7di"
msgstr "" msgstr ""
#: config/tc-arm.c:30590 config/tc-arm.c:30591 #: config/tc-arm.c:30592 config/tc-arm.c:30593
msgid "use -mcpu=arm7m" msgid "use -mcpu=arm7m"
msgstr "" msgstr ""
#: config/tc-arm.c:30592 config/tc-arm.c:30593 #: config/tc-arm.c:30594 config/tc-arm.c:30595
msgid "use -mcpu=arm7dm" msgid "use -mcpu=arm7dm"
msgstr "" msgstr ""
#: config/tc-arm.c:30594 config/tc-arm.c:30595 #: config/tc-arm.c:30596 config/tc-arm.c:30597
msgid "use -mcpu=arm7dmi" msgid "use -mcpu=arm7dmi"
msgstr "" msgstr ""
#: config/tc-arm.c:30596 config/tc-arm.c:30597 #: config/tc-arm.c:30598 config/tc-arm.c:30599
msgid "use -mcpu=arm7100" msgid "use -mcpu=arm7100"
msgstr "" msgstr ""
#: config/tc-arm.c:30598 config/tc-arm.c:30599 #: config/tc-arm.c:30600 config/tc-arm.c:30601
msgid "use -mcpu=arm7500" msgid "use -mcpu=arm7500"
msgstr "" msgstr ""
#: config/tc-arm.c:30600 config/tc-arm.c:30601 #: config/tc-arm.c:30602 config/tc-arm.c:30603
msgid "use -mcpu=arm7500fe" msgid "use -mcpu=arm7500fe"
msgstr "" msgstr ""
#: config/tc-arm.c:30602 config/tc-arm.c:30603 config/tc-arm.c:30604 #: config/tc-arm.c:30604 config/tc-arm.c:30605 config/tc-arm.c:30606
#: config/tc-arm.c:30605 #: config/tc-arm.c:30607
msgid "use -mcpu=arm7tdmi" msgid "use -mcpu=arm7tdmi"
msgstr "" msgstr ""
#: config/tc-arm.c:30606 config/tc-arm.c:30607 #: config/tc-arm.c:30608 config/tc-arm.c:30609
msgid "use -mcpu=arm710t" msgid "use -mcpu=arm710t"
msgstr "" msgstr ""
#: config/tc-arm.c:30608 config/tc-arm.c:30609 #: config/tc-arm.c:30610 config/tc-arm.c:30611
msgid "use -mcpu=arm720t" msgid "use -mcpu=arm720t"
msgstr "" msgstr ""
#: config/tc-arm.c:30610 config/tc-arm.c:30611 #: config/tc-arm.c:30612 config/tc-arm.c:30613
msgid "use -mcpu=arm740t" msgid "use -mcpu=arm740t"
msgstr "" msgstr ""
#: config/tc-arm.c:30612 config/tc-arm.c:30613 #: config/tc-arm.c:30614 config/tc-arm.c:30615
msgid "use -mcpu=arm8" msgid "use -mcpu=arm8"
msgstr "" msgstr ""
#: config/tc-arm.c:30614 config/tc-arm.c:30615 #: config/tc-arm.c:30616 config/tc-arm.c:30617
msgid "use -mcpu=arm810" msgid "use -mcpu=arm810"
msgstr "" msgstr ""
#: config/tc-arm.c:30616 config/tc-arm.c:30617 #: config/tc-arm.c:30618 config/tc-arm.c:30619
msgid "use -mcpu=arm9" msgid "use -mcpu=arm9"
msgstr "" msgstr ""
#: config/tc-arm.c:30618 config/tc-arm.c:30619 #: config/tc-arm.c:30620 config/tc-arm.c:30621
msgid "use -mcpu=arm9tdmi" msgid "use -mcpu=arm9tdmi"
msgstr "" msgstr ""
#: config/tc-arm.c:30620 config/tc-arm.c:30621 #: config/tc-arm.c:30622 config/tc-arm.c:30623
msgid "use -mcpu=arm920" msgid "use -mcpu=arm920"
msgstr "" msgstr ""
#: config/tc-arm.c:30622 config/tc-arm.c:30623 #: config/tc-arm.c:30624 config/tc-arm.c:30625
msgid "use -mcpu=arm940" msgid "use -mcpu=arm940"
msgstr "" msgstr ""
#: config/tc-arm.c:30624 #: config/tc-arm.c:30626
msgid "use -mcpu=strongarm" msgid "use -mcpu=strongarm"
msgstr "" msgstr ""
#: config/tc-arm.c:30626 #: config/tc-arm.c:30628
msgid "use -mcpu=strongarm110" msgid "use -mcpu=strongarm110"
msgstr "" msgstr ""
#: config/tc-arm.c:30628 #: config/tc-arm.c:30630
msgid "use -mcpu=strongarm1100" msgid "use -mcpu=strongarm1100"
msgstr "" msgstr ""
#: config/tc-arm.c:30630 #: config/tc-arm.c:30632
msgid "use -mcpu=strongarm1110" msgid "use -mcpu=strongarm1110"
msgstr "" msgstr ""
#: config/tc-arm.c:30631 #: config/tc-arm.c:30633
msgid "use -mcpu=xscale" msgid "use -mcpu=xscale"
msgstr "" msgstr ""
#: config/tc-arm.c:30632 #: config/tc-arm.c:30634
msgid "use -mcpu=iwmmxt" msgid "use -mcpu=iwmmxt"
msgstr "" msgstr ""
#: config/tc-arm.c:30633 #: config/tc-arm.c:30635
msgid "use -mcpu=all" msgid "use -mcpu=all"
msgstr "" msgstr ""
#. Architecture variants -- don't add any more to this list either. #. Architecture variants -- don't add any more to this list either.
#: config/tc-arm.c:30636 config/tc-arm.c:30637 #: config/tc-arm.c:30638 config/tc-arm.c:30639
msgid "use -march=armv2" msgid "use -march=armv2"
msgstr "" msgstr ""
#: config/tc-arm.c:30638 config/tc-arm.c:30639 #: config/tc-arm.c:30640 config/tc-arm.c:30641
msgid "use -march=armv2a" msgid "use -march=armv2a"
msgstr "" msgstr ""
#: config/tc-arm.c:30640 config/tc-arm.c:30641 #: config/tc-arm.c:30642 config/tc-arm.c:30643
msgid "use -march=armv3" msgid "use -march=armv3"
msgstr "" msgstr ""
#: config/tc-arm.c:30642 config/tc-arm.c:30643 #: config/tc-arm.c:30644 config/tc-arm.c:30645
msgid "use -march=armv3m" msgid "use -march=armv3m"
msgstr "" msgstr ""
#: config/tc-arm.c:30644 config/tc-arm.c:30645 #: config/tc-arm.c:30646 config/tc-arm.c:30647
msgid "use -march=armv4" msgid "use -march=armv4"
msgstr "" msgstr ""
#: config/tc-arm.c:30646 config/tc-arm.c:30647 #: config/tc-arm.c:30648 config/tc-arm.c:30649
msgid "use -march=armv4t" msgid "use -march=armv4t"
msgstr "" msgstr ""
#: config/tc-arm.c:30648 config/tc-arm.c:30649 #: config/tc-arm.c:30650 config/tc-arm.c:30651
msgid "use -march=armv5" msgid "use -march=armv5"
msgstr "" msgstr ""
#: config/tc-arm.c:30650 config/tc-arm.c:30651 #: config/tc-arm.c:30652 config/tc-arm.c:30653
msgid "use -march=armv5t" msgid "use -march=armv5t"
msgstr "" msgstr ""
#: config/tc-arm.c:30652 config/tc-arm.c:30653 #: config/tc-arm.c:30654 config/tc-arm.c:30655
msgid "use -march=armv5te" msgid "use -march=armv5te"
msgstr "" msgstr ""
#. Floating point variants -- don't add any more to this list either. #. Floating point variants -- don't add any more to this list either.
#: config/tc-arm.c:30656 #: config/tc-arm.c:30658
msgid "use -mfpu=fpe" msgid "use -mfpu=fpe"
msgstr "" msgstr ""
#: config/tc-arm.c:30657 #: config/tc-arm.c:30659
msgid "use -mfpu=fpa10" msgid "use -mfpu=fpa10"
msgstr "" msgstr ""
#: config/tc-arm.c:30658 #: config/tc-arm.c:30660
msgid "use -mfpu=fpa11" msgid "use -mfpu=fpa11"
msgstr "" msgstr ""
#: config/tc-arm.c:30660 #: config/tc-arm.c:30662
msgid "use either -mfpu=softfpa or -mfpu=softvfp" msgid "use either -mfpu=softfpa or -mfpu=softvfp"
msgstr "" msgstr ""
#: config/tc-arm.c:31706 #: config/tc-arm.c:31710
msgid "extension does not apply to the base architecture" msgid "extension does not apply to the base architecture"
msgstr "" msgstr ""
#: config/tc-arm.c:31735 #: config/tc-arm.c:31739
msgid "architectural extensions must be specified in alphabetical order" msgid "architectural extensions must be specified in alphabetical order"
msgstr "" msgstr ""
#: config/tc-arm.c:31874 config/tc-arm.c:32815 #: config/tc-arm.c:31878 config/tc-arm.c:32819
#, c-format #, c-format
msgid "unknown floating point format `%s'\n" msgid "unknown floating point format `%s'\n"
msgstr "" msgstr ""
#: config/tc-arm.c:31890 #: config/tc-arm.c:31894
#, c-format #, c-format
msgid "unknown floating point abi `%s'\n" msgid "unknown floating point abi `%s'\n"
msgstr "" msgstr ""
#: config/tc-arm.c:31906 #: config/tc-arm.c:31910
#, c-format #, c-format
msgid "unknown EABI `%s'\n" msgid "unknown EABI `%s'\n"
msgstr "" msgstr ""
#: config/tc-arm.c:31926 #: config/tc-arm.c:31930
#, c-format #, c-format
msgid "unknown implicit IT mode `%s', should be arm, thumb, always, or never." msgid "unknown implicit IT mode `%s', should be arm, thumb, always, or never."
msgstr "" msgstr ""
#: config/tc-arm.c:31949 config/tc-metag.c:5913 #: config/tc-arm.c:31953 config/tc-metag.c:5913
msgid "<fpu name>\t assemble for FPU architecture <fpu name>" msgid "<fpu name>\t assemble for FPU architecture <fpu name>"
msgstr "" msgstr ""
#: config/tc-arm.c:31951 #: config/tc-arm.c:31955
msgid "<abi>\t assemble for floating point ABI <abi>" msgid "<abi>\t assemble for floating point ABI <abi>"
msgstr "" msgstr ""
#: config/tc-arm.c:31954 #: config/tc-arm.c:31958
msgid "<ver>\t\t assemble for eabi version <ver>" msgid "<ver>\t\t assemble for eabi version <ver>"
msgstr "" msgstr ""
#: config/tc-arm.c:31957 #: config/tc-arm.c:31961
msgid "<mode>\t controls implicit insertion of IT instructions" msgid "<mode>\t controls implicit insertion of IT instructions"
msgstr "" msgstr ""
#: config/tc-arm.c:31959 #: config/tc-arm.c:31963
msgid "\t\t\t TI CodeComposer Studio syntax compatibility mode" msgid "\t\t\t TI CodeComposer Studio syntax compatibility mode"
msgstr "" msgstr ""
#: config/tc-arm.c:31962 #: config/tc-arm.c:31966
msgid "" msgid ""
"[ieee|alternative]\n" "[ieee|alternative]\n"
" set the encoding for half precision floating point " " set the encoding for half precision floating point "
@ -5317,32 +5317,32 @@ msgid ""
" or Arm alternative format." " or Arm alternative format."
msgstr "" msgstr ""
#: config/tc-arm.c:32073 #: config/tc-arm.c:32077
#, c-format #, c-format
msgid " ARM-specific assembler options:\n" msgid " ARM-specific assembler options:\n"
msgstr "" msgstr ""
#: config/tc-arm.c:32093 #: config/tc-arm.c:32097
#, c-format #, c-format
msgid " --fix-v4bx Allow BX in ARMv4 code\n" msgid " --fix-v4bx Allow BX in ARMv4 code\n"
msgstr "" msgstr ""
#: config/tc-arm.c:32097 #: config/tc-arm.c:32101
#, c-format #, c-format
msgid " --fdpic generate an FDPIC object file\n" msgid " --fdpic generate an FDPIC object file\n"
msgstr "" msgstr ""
#: config/tc-arm.c:32403 #: config/tc-arm.c:32407
msgid "no architecture contains all the instructions used\n" msgid "no architecture contains all the instructions used\n"
msgstr "" msgstr ""
#: config/tc-arm.c:32755 #: config/tc-arm.c:32759
#, c-format #, c-format
msgid "" msgid ""
"architectural extension `%s' is not allowed for the current base architecture" "architectural extension `%s' is not allowed for the current base architecture"
msgstr "" msgstr ""
#: config/tc-arm.c:32778 #: config/tc-arm.c:32782
#, c-format #, c-format
msgid "unknown architecture extension `%s'\n" msgid "unknown architecture extension `%s'\n"
msgstr "" msgstr ""

View File

@ -1,3 +1,7 @@
2020-02-01 Nick Clifton <nickc@redhat.com>
Binutils 2.34 release.
2020-01-20 Nick Clifton <nickc@redhat.com> 2020-01-20 Nick Clifton <nickc@redhat.com>
* po/uk.po: Updated Ukranian translation. * po/uk.po: Updated Ukranian translation.

View File

@ -1,3 +1,7 @@
2020-02-01 Nick Clifton <nickc@redhat.com>
Binutils 2.34 release.
2020-01-23 Nick Clifton <nickc@redhat.com> 2020-01-23 Nick Clifton <nickc@redhat.com>
* po/es.po: Updated Esperanto translation. * po/es.po: Updated Esperanto translation.

20
gprof/configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for gprof 2.33.90. # Generated by GNU Autoconf 2.69 for gprof 2.34.
# #
# #
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='gprof' PACKAGE_NAME='gprof'
PACKAGE_TARNAME='gprof' PACKAGE_TARNAME='gprof'
PACKAGE_VERSION='2.33.90' PACKAGE_VERSION='2.34'
PACKAGE_STRING='gprof 2.33.90' PACKAGE_STRING='gprof 2.34'
PACKAGE_BUGREPORT='' PACKAGE_BUGREPORT=''
PACKAGE_URL='' 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. # 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. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures gprof 2.33.90 to adapt to many kinds of systems. \`configure' configures gprof 2.34 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1408,7 +1408,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of gprof 2.33.90:";; short | recursive ) echo "Configuration of gprof 2.34:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -1519,7 +1519,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
gprof configure 2.33.90 gprof configure 2.34
generated by GNU Autoconf 2.69 generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc. Copyright (C) 2012 Free Software Foundation, Inc.
@ -1884,7 +1884,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by gprof $as_me 2.33.90, which was It was created by gprof $as_me 2.34, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@ $ $0 $@
@ -3831,7 +3831,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='gprof' PACKAGE='gprof'
VERSION='2.33.90' VERSION='2.34'
cat >>confdefs.h <<_ACEOF 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 # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by gprof $as_me 2.33.90, which was This file was extended by gprof $as_me 2.34, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -13152,7 +13152,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\ ac_cs_version="\\
gprof config.status 2.33.90 gprof config.status 2.34
configured by $0, generated by GNU Autoconf 2.69, configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"

View File

@ -1,3 +1,7 @@
2020-02-01 Nick Clifton <nickc@redhat.com>
Binutils 2.34 release.
2020-01-29 Alan Modra <amodra@gmail.com> 2020-01-29 Alan Modra <amodra@gmail.com>
Apply from master Apply from master

20
ld/configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for ld 2.33.90. # Generated by GNU Autoconf 2.69 for ld 2.34.
# #
# #
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='ld' PACKAGE_NAME='ld'
PACKAGE_TARNAME='ld' PACKAGE_TARNAME='ld'
PACKAGE_VERSION='2.33.90' PACKAGE_VERSION='2.34'
PACKAGE_STRING='ld 2.33.90' PACKAGE_STRING='ld 2.34'
PACKAGE_BUGREPORT='' PACKAGE_BUGREPORT=''
PACKAGE_URL='' PACKAGE_URL=''
@ -1394,7 +1394,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # 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. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures ld 2.33.90 to adapt to many kinds of systems. \`configure' configures ld 2.34 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1465,7 +1465,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of ld 2.33.90:";; short | recursive ) echo "Configuration of ld 2.34:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -1601,7 +1601,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
ld configure 2.33.90 ld configure 2.34
generated by GNU Autoconf 2.69 generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc. Copyright (C) 2012 Free Software Foundation, Inc.
@ -2316,7 +2316,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by ld $as_me 2.33.90, which was It was created by ld $as_me 2.34, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@ $ $0 $@
@ -4267,7 +4267,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='ld' PACKAGE='ld'
VERSION='2.33.90' VERSION='2.34'
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
@ -18254,7 +18254,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by ld $as_me 2.33.90, which was This file was extended by ld $as_me 2.34, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -18320,7 +18320,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\ ac_cs_version="\\
ld config.status 2.33.90 ld config.status 2.34
configured by $0, generated by GNU Autoconf 2.69, configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: bug-binutils@gnu.org\n" "Report-Msgid-Bugs-To: bug-binutils@gnu.org\n"
"POT-Creation-Date: 2020-01-18 14:04+0000\n" "POT-Creation-Date: 2020-02-01 11:52+0000\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"
@ -269,57 +269,57 @@ msgstr ""
msgid "%F%P:%pS / by zero\n" msgid "%F%P:%pS / by zero\n"
msgstr "" msgstr ""
#: ldexp.c:733 ldlang.c:3830 ldmain.c:1194 earm_wince_pe.c:1772 earmpe.c:1772 #: ldexp.c:735 ldlang.c:3830 ldmain.c:1194 earm_wince_pe.c:1772 earmpe.c:1772
#: ei386pe.c:1772 ei386pe_posix.c:1772 ei386pep.c:1646 emcorepe.c:1772 #: ei386pe.c:1772 ei386pe_posix.c:1772 ei386pep.c:1646 emcorepe.c:1772
#: eppcpe.c:1772 eshpe.c:1772 #: eppcpe.c:1772 eshpe.c:1772
msgid "%F%P: bfd_link_hash_lookup failed: %E\n" msgid "%F%P: bfd_link_hash_lookup failed: %E\n"
msgstr "" msgstr ""
#: ldexp.c:745 #: ldexp.c:748
msgid "%X%P:%pS: unresolvable symbol `%s' referenced in expression\n" msgid "%X%P:%pS: unresolvable symbol `%s' referenced in expression\n"
msgstr "" msgstr ""
#: ldexp.c:760 #: ldexp.c:763
msgid "%F%P:%pS: undefined symbol `%s' referenced in expression\n" msgid "%F%P:%pS: undefined symbol `%s' referenced in expression\n"
msgstr "" msgstr ""
#: ldexp.c:798 ldexp.c:816 ldexp.c:844 #: ldexp.c:801 ldexp.c:819 ldexp.c:847
msgid "%F%P:%pS: undefined section `%s' referenced in expression\n" msgid "%F%P:%pS: undefined section `%s' referenced in expression\n"
msgstr "" msgstr ""
#: ldexp.c:875 ldexp.c:889 #: ldexp.c:878 ldexp.c:892
msgid "%F%P:%pS: undefined MEMORY region `%s' referenced in expression\n" msgid "%F%P:%pS: undefined MEMORY region `%s' referenced in expression\n"
msgstr "" msgstr ""
#: ldexp.c:901 #: ldexp.c:904
msgid "%F%P:%pS: unknown constant `%s' referenced in expression\n" msgid "%F%P:%pS: unknown constant `%s' referenced in expression\n"
msgstr "" msgstr ""
#: ldexp.c:1049 #: ldexp.c:1052
msgid "%F%P:%pS can not PROVIDE assignment to location counter\n" msgid "%F%P:%pS can not PROVIDE assignment to location counter\n"
msgstr "" msgstr ""
#: ldexp.c:1082 #: ldexp.c:1085
msgid "%F%P:%pS invalid assignment to location counter\n" msgid "%F%P:%pS invalid assignment to location counter\n"
msgstr "" msgstr ""
#: ldexp.c:1086 #: ldexp.c:1089
msgid "%F%P:%pS assignment to location counter invalid outside of SECTIONS\n" msgid "%F%P:%pS assignment to location counter invalid outside of SECTIONS\n"
msgstr "" msgstr ""
#: ldexp.c:1105 #: ldexp.c:1108
msgid "%F%P:%pS cannot move location counter backwards (from %V to %V)\n" msgid "%F%P:%pS cannot move location counter backwards (from %V to %V)\n"
msgstr "" msgstr ""
#: ldexp.c:1165 #: ldexp.c:1168
msgid "%F%P:%s: hash creation failed\n" msgid "%F%P:%s: hash creation failed\n"
msgstr "" msgstr ""
#: ldexp.c:1530 ldexp.c:1572 ldexp.c:1632 #: ldexp.c:1533 ldexp.c:1575 ldexp.c:1635
msgid "%F%P:%pS: nonconstant expression for %s\n" msgid "%F%P:%pS: nonconstant expression for %s\n"
msgstr "" msgstr ""
#: ldexp.c:1658 ldlang.c:1255 ldlang.c:3405 ldlang.c:7644 #: ldexp.c:1661 ldlang.c:1255 ldlang.c:3405 ldlang.c:7644
msgid "%F%P: can not create hash table: %E\n" msgid "%F%P: can not create hash table: %E\n"
msgstr "" msgstr ""

View File

@ -1,3 +1,7 @@
2020-02-01 Nick Clifton <nickc@redhat.com>
Binutils 2.34 release.
2020-01-18 Nick Clifton <nickc@redhat.com> 2020-01-18 Nick Clifton <nickc@redhat.com>
Binutils 2.34 branch created. Binutils 2.34 branch created.

View File

@ -13,6 +13,5 @@
m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
m4_include([../config/dfp.m4]) m4_include([../config/dfp.m4])
m4_include([../config/override.m4])
m4_include([../config/stdint.m4]) m4_include([../config/stdint.m4])
m4_include([../config/warnings.m4]) m4_include([../config/warnings.m4])

View File

@ -2255,9 +2255,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac_aux_dir= ac_aux_dir=
for ac_dir in .. "$srcdir"/..; do for ac_dir in .. "$srcdir"/..; do
if test -f "$ac_dir/install-sh"; then if test -f "$ac_dir/install-sh"; then

View File

@ -1,3 +1,7 @@
2020-02-01 Nick Clifton <nickc@redhat.com>
Binutils 2.34 release.
2020-01-27 Tamar Christina <tamar.christina@arm.com> 2020-01-27 Tamar Christina <tamar.christina@arm.com>
Backport from mainline. Backport from mainline.

20
opcodes/configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for opcodes 2.33.90. # Generated by GNU Autoconf 2.69 for opcodes 2.34.
# #
# #
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='opcodes' PACKAGE_NAME='opcodes'
PACKAGE_TARNAME='opcodes' PACKAGE_TARNAME='opcodes'
PACKAGE_VERSION='2.33.90' PACKAGE_VERSION='2.34'
PACKAGE_STRING='opcodes 2.33.90' PACKAGE_STRING='opcodes 2.34'
PACKAGE_BUGREPORT='' PACKAGE_BUGREPORT=''
PACKAGE_URL='' PACKAGE_URL=''
@ -1356,7 +1356,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # 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. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures opcodes 2.33.90 to adapt to many kinds of systems. \`configure' configures opcodes 2.34 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1427,7 +1427,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of opcodes 2.33.90:";; short | recursive ) echo "Configuration of opcodes 2.34:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -1539,7 +1539,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
opcodes configure 2.33.90 opcodes configure 2.34
generated by GNU Autoconf 2.69 generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc. Copyright (C) 2012 Free Software Foundation, Inc.
@ -1950,7 +1950,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by opcodes $as_me 2.33.90, which was It was created by opcodes $as_me 2.34, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@ $ $0 $@
@ -3897,7 +3897,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='opcodes' PACKAGE='opcodes'
VERSION='2.33.90' VERSION='2.34'
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
@ -13533,7 +13533,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by opcodes $as_me 2.33.90, which was This file was extended by opcodes $as_me 2.34, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -13599,7 +13599,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\ ac_cs_version="\\
opcodes config.status 2.33.90 opcodes config.status 2.34
configured by $0, generated by GNU Autoconf 2.69, configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: bug-binutils@gnu.org\n" "Report-Msgid-Bugs-To: bug-binutils@gnu.org\n"
"POT-Creation-Date: 2020-01-18 14:02+0000\n" "POT-Creation-Date: 2020-02-01 11:49+0000\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"