summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2020-02-01 11:58:46 +0000
committerNick Clifton <nickc@redhat.com>2020-02-01 11:58:46 +0000
commitd7f734bc7e9e5fb6c33b433973b57e1eed3a7e9f (patch)
treede8b6008a172f662ac344ee3aff5b7c5c28e03d4
parent7e5745912497315efd540f4b81ffb88d7ba3177f (diff)
downloadbinutils-gdb-d7f734bc7e9e5fb6c33b433973b57e1eed3a7e9f.tar.gz
Set version to 2.34, turn off development, add changelog entriesbinutils-2_34
-rw-r--r--bfd/ChangeLog4
-rwxr-xr-xbfd/configure20
-rw-r--r--bfd/development.sh4
-rw-r--r--bfd/po/bfd.pot84
-rw-r--r--bfd/version.m42
-rw-r--r--binutils/ChangeLog4
-rwxr-xr-xbinutils/configure20
-rw-r--r--binutils/po/binutils.pot204
-rw-r--r--cpu/ChangeLog4
-rw-r--r--gas/ChangeLog4
-rwxr-xr-xgas/configure20
-rw-r--r--gas/po/gas.pot348
-rw-r--r--gold/ChangeLog4
-rw-r--r--gprof/ChangeLog4
-rwxr-xr-xgprof/configure20
-rw-r--r--ld/ChangeLog4
-rwxr-xr-xld/configure20
-rw-r--r--ld/po/ld.pot28
-rw-r--r--libctf/ChangeLog4
-rw-r--r--libdecnumber/aclocal.m41
-rwxr-xr-xlibdecnumber/configure3
-rw-r--r--opcodes/ChangeLog4
-rwxr-xr-xopcodes/configure20
-rw-r--r--opcodes/po/opcodes.pot2
24 files changed, 432 insertions, 400 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 8970c8fd8cf..dd2c11d918c 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2020-02-01 Nick Clifton <nickc@redhat.com>
+
+ Binutils 2.34 release.
+
2020-01-29 Alan Modra <amodra@gmail.com>
Apply from master
diff --git a/bfd/configure b/bfd/configure
index 9e2ea15511c..9cba0719559 100755
--- a/bfd/configure
+++ b/bfd/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# 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.
@@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='bfd'
PACKAGE_TARNAME='bfd'
-PACKAGE_VERSION='2.33.90'
-PACKAGE_STRING='bfd 2.33.90'
+PACKAGE_VERSION='2.34'
+PACKAGE_STRING='bfd 2.34'
PACKAGE_BUGREPORT=''
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.
# This message is too long to be a string in the A/UX 3.1 sh.
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]...
@@ -1462,7 +1462,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of bfd 2.33.90:";;
+ short | recursive ) echo "Configuration of bfd 2.34:";;
esac
cat <<\_ACEOF
@@ -1589,7 +1589,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-bfd configure 2.33.90
+bfd configure 2.34
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2237,7 +2237,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by 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
$ $0 $@
@@ -4187,7 +4187,7 @@ fi
# Define the identity of the package.
PACKAGE='bfd'
- VERSION='2.33.90'
+ VERSION='2.34'
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
# values after options handling.
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
CONFIG_FILES = $CONFIG_FILES
@@ -17019,7 +17019,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-bfd config.status 2.33.90
+bfd config.status 2.34
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/bfd/development.sh b/bfd/development.sh
index 5e20c0dfe23..32be4b9460f 100644
--- a/bfd/development.sh
+++ b/bfd/development.sh
@@ -16,7 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Controls whether to enable development-mode features by default.
-development=true
+development=false
# Indicate whether this is a release branch.
-experimental=true
+experimental=false
diff --git a/bfd/po/bfd.pot b/bfd/po/bfd.pot
index d4346e782bc..9c457c3d91e 100644
--- a/bfd/po/bfd.pot
+++ b/bfd/po/bfd.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\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"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -274,8 +274,8 @@ msgstr ""
msgid "using multiple gp values"
msgstr ""
-#: coff-alpha.c:1501 coff-alpha.c:1507 elf.c:9274 elf32-mcore.c:100
-#: elf32-mcore.c:455 elf32-ppc.c:7670 elf32-ppc.c:8821 elf64-ppc.c:15566
+#: 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:15567
#, c-format
msgid "%pB: %s unsupported"
msgstr ""
@@ -498,16 +498,16 @@ msgstr ""
msgid "<corrupt info> %s"
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"
msgstr ""
-#: coffgen.c:3047 elflink.c:13460
+#: coffgen.c:3047 elflink.c:13464
#, c-format
msgid "removing unused section '%pA' in file '%pB'"
msgstr ""
-#: coffgen.c:3124 elflink.c:13678
+#: coffgen.c:3124 elflink.c:13682
msgid "warning: gc-sections option ignored"
msgstr ""
@@ -1221,7 +1221,7 @@ msgstr ""
msgid "%pB: not enough room for program headers, try linking with -N"
msgstr ""
-#: elf.c:5808
+#: elf.c:5814
#, c-format
msgid "%pB: section %pA lma %#<PRIx64> adjusted to %#<PRIx64>"
msgstr ""
@@ -1229,74 +1229,74 @@ msgstr ""
#. The fix for this error is usually to edit the linker script being
#. used and set up the program headers manually. Either that or
#. leave room for the headers at the start of the SECTIONS.
-#: elf.c:5928
+#: elf.c:5934
#, c-format
msgid "%pB: error: PHDR segment not covered by LOAD segment"
msgstr ""
-#: elf.c:5964
+#: elf.c:5970
#, c-format
msgid "%pB: section `%pA' can't be allocated in segment %d"
msgstr ""
-#: elf.c:6095
+#: elf.c:6101
#, c-format
msgid "%pB: warning: allocated section `%s' not in segment"
msgstr ""
-#: elf.c:6256
+#: elf.c:6262
#, c-format
msgid ""
"%pB: error: non-load segment %d includes file header and/or program header"
msgstr ""
-#: elf.c:6760
+#: elf.c:6766
#, c-format
msgid "%pB: symbol `%s' required but not present"
msgstr ""
-#: elf.c:7102
+#: elf.c:7108
#, c-format
msgid ""
"%pB: warning: empty loadable segment detected at vaddr=%#<PRIx64>, is this "
"intentional?"
msgstr ""
-#: elf.c:7722
+#: elf.c:7728
#, c-format
msgid "%pB: warning: segment alignment of %#<PRIx64> is too large"
msgstr ""
-#: elf.c:8222
+#: elf.c:8228
#, c-format
msgid ""
"unable to find equivalent output section for symbol '%s' from section '%s'"
msgstr ""
-#: elf.c:8577
+#: elf.c:8583
#, c-format
msgid "%pB: .gnu.version_r invalid entry"
msgstr ""
-#: elf.c:8593
+#: elf.c:8599
#, c-format
msgid "error: %pB version reference section is too large (%#<PRIx64> bytes)"
msgstr ""
-#: elf.c:8716
+#: elf.c:8722
#, c-format
msgid "%pB: .gnu.version_d invalid entry"
msgstr ""
-#: elf.c:12238
+#: elf.c:12244
msgid "GNU_MBIND section is unsupported"
msgstr ""
-#: elf.c:12240
+#: elf.c:12246
msgid "symbol type STT_GNU_IFUNC is unsupported"
msgstr ""
-#: elf.c:12242
+#: elf.c:12248
msgid "symbol binding STB_GNU_UNIQUE is unsupported"
msgstr ""
@@ -3152,7 +3152,7 @@ msgstr ""
msgid "%X%H: unsupported bss-plt -fPIC ifunc %s\n"
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"
msgstr ""
@@ -3204,13 +3204,13 @@ msgstr ""
msgid "%H: %s reloc against `%s': error %d\n"
msgstr ""
-#: elf32-ppc.c:9947 elf64-ppc.c:17009
+#: elf32-ppc.c:9947 elf64-ppc.c:17010
msgid ""
"%X%P: text relocations and GNU indirect functions will result in a segfault "
"at runtime\n"
msgstr ""
-#: elf32-ppc.c:9951 elf64-ppc.c:17013
+#: elf32-ppc.c:9951 elf64-ppc.c:17014
msgid ""
"%P: warning: text relocations and GNU indirect functions may result in a "
"segfault at runtime\n"
@@ -3587,7 +3587,7 @@ msgstr ""
msgid "overlay stub relocation overflow"
msgstr ""
-#: elf32-spu.c:1992 elf64-ppc.c:14110
+#: elf32-spu.c:1992 elf64-ppc.c:14111
msgid "stubs don't match calculated size"
msgstr ""
@@ -4442,7 +4442,7 @@ msgstr ""
msgid "can't find branch stub `%s'"
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
msgid "%P: linkage table error against `%pT'\n"
msgstr ""
@@ -4457,19 +4457,19 @@ msgstr ""
msgid "%pB section %pA exceeds stub group size"
msgstr ""
-#: elf64-ppc.c:14069 elf64-ppc.c:14088
+#: elf64-ppc.c:14070 elf64-ppc.c:14089
#, c-format
msgid "%s offset too large for .eh_frame sdata4 encoding"
msgstr ""
-#: elf64-ppc.c:14124
+#: elf64-ppc.c:14125
#, c-format
msgid "linker stubs in %u group\n"
msgid_plural "linker stubs in %u groups\n"
msgstr[0] ""
msgstr[1] ""
-#: elf64-ppc.c:14128
+#: elf64-ppc.c:14129
#, c-format
msgid ""
" branch %lu\n"
@@ -4487,54 +4487,54 @@ msgid ""
" global entry %lu"
msgstr ""
-#: elf64-ppc.c:14523
+#: elf64-ppc.c:14524
#, c-format
msgid "%H: %s used with TLS symbol `%pT'\n"
msgstr ""
-#: elf64-ppc.c:14525
+#: elf64-ppc.c:14526
#, c-format
msgid "%H: %s used with non-TLS symbol `%pT'\n"
msgstr ""
-#: elf64-ppc.c:15279
+#: elf64-ppc.c:15280
#, c-format
msgid "%H: call to `%pT' lacks nop, can't restore toc; (plt call stub)\n"
msgstr ""
-#: elf64-ppc.c:15285
+#: elf64-ppc.c:15286
#, c-format
msgid ""
"%H: call to `%pT' lacks nop, can't restore toc; (toc save/adjust stub)\n"
msgstr ""
-#: elf64-ppc.c:16170
+#: elf64-ppc.c:16171
#, c-format
msgid "%H: %s for indirect function `%pT' unsupported\n"
msgstr ""
-#: elf64-ppc.c:16257
+#: elf64-ppc.c:16258
#, c-format
msgid ""
"%X%P: %pB: %s against %pT is not supported by glibc as a dynamic relocation\n"
msgstr ""
-#: elf64-ppc.c:16312
+#: elf64-ppc.c:16313
#, c-format
msgid "%P: %pB: %s is not supported for `%pT'\n"
msgstr ""
-#: elf64-ppc.c:16571
+#: elf64-ppc.c:16572
#, c-format
msgid "%H: error: %s not a multiple of %u\n"
msgstr ""
-#: elf64-ppc.c:16594
+#: elf64-ppc.c:16595
#, c-format
msgid "%H: unresolvable %s against `%pT'\n"
msgstr ""
-#: elf64-ppc.c:16739
+#: elf64-ppc.c:16740
#, c-format
msgid "%H: %s against `%pT': error %d\n"
msgstr ""
@@ -4965,17 +4965,17 @@ msgstr ""
msgid "%P%X: can not read symbols: %E\n"
msgstr ""
-#: elflink.c:13804
+#: elflink.c:13808
#, c-format
msgid "%pB: %pA+%#<PRIx64>: no symbol found for INHERIT"
msgstr ""
-#: elflink.c:13845
+#: elflink.c:13849
#, c-format
msgid "%pB: section '%pA': corrupt VTENTRY entry"
msgstr ""
-#: elflink.c:13988
+#: elflink.c:13992
#, c-format
msgid "unrecognized INPUT_SECTION_FLAG %s\n"
msgstr ""
diff --git a/bfd/version.m4 b/bfd/version.m4
index 0d5573a62aa..697d7097e63 100644
--- a/bfd/version.m4
+++ b/bfd/version.m4
@@ -1 +1 @@
-m4_define([BFD_VERSION], [2.33.90])
+m4_define([BFD_VERSION], [2.34])
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 6a02f754706..7be5ddc7060 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2020-02-01 Nick Clifton <nickc@redhat.com>
+
+ Binutils 2.34 release.
+
2020-01-31 Nick Clifton <nickc@redhat.com>
* po/sv.po: Updated Swedish translation.
diff --git a/binutils/configure b/binutils/configure
index 544d30ddd85..7880de68dfd 100755
--- a/binutils/configure
+++ b/binutils/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# 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.
@@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='binutils'
PACKAGE_TARNAME='binutils'
-PACKAGE_VERSION='2.33.90'
-PACKAGE_STRING='binutils 2.33.90'
+PACKAGE_VERSION='2.34'
+PACKAGE_STRING='binutils 2.34'
PACKAGE_BUGREPORT=''
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.
# This message is too long to be a string in the A/UX 3.1 sh.
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]...
@@ -1445,7 +1445,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of binutils 2.33.90:";;
+ short | recursive ) echo "Configuration of binutils 2.34:";;
esac
cat <<\_ACEOF
@@ -1574,7 +1574,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-binutils configure 2.33.90
+binutils configure 2.34
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2222,7 +2222,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by binutils $as_me 2.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
$ $0 $@
@@ -4172,7 +4172,7 @@ fi
# Define the identity of the package.
PACKAGE='binutils'
- VERSION='2.33.90'
+ VERSION='2.34'
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
# values after options handling.
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
CONFIG_FILES = $CONFIG_FILES
@@ -15867,7 +15867,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-binutils config.status 2.33.90
+binutils config.status 2.34
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/binutils/po/binutils.pot b/binutils/po/binutils.pot
index 72130e21703..6de3a723131 100644
--- a/binutils/po/binutils.pot
+++ b/binutils/po/binutils.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\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"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -96,7 +96,7 @@ msgstr ""
msgid "%s: cannot find section %s"
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
msgid "fatal error: libbfd ABI mismatch"
msgstr ""
@@ -413,7 +413,7 @@ msgstr ""
msgid "Cannot convert existing thin library %s to normal format"
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
msgid "internal stat error on %s"
msgstr ""
@@ -4785,7 +4785,7 @@ msgstr ""
msgid "cannot open '%s': %s"
msgstr ""
-#: objcopy.c:1093 objcopy.c:4971
+#: objcopy.c:1093 objcopy.c:4973
#, c-format
msgid "%s: fread failed"
msgstr ""
@@ -4860,445 +4860,445 @@ msgstr ""
msgid "copy from `%s' [unknown] to `%s' [unknown]\n"
msgstr ""
-#: objcopy.c:2149
+#: objcopy.c:2151
#, c-format
msgid "%s[%s]: Cannot merge - there are relocations against this section"
msgstr ""
-#: objcopy.c:2171
+#: objcopy.c:2173
msgid "corrupt GNU build attribute note: description size not a factor of 4"
msgstr ""
-#: objcopy.c:2178
+#: objcopy.c:2180
msgid "corrupt GNU build attribute note: wrong note type"
msgstr ""
-#: objcopy.c:2184
+#: objcopy.c:2186
msgid "corrupt GNU build attribute note: note too big"
msgstr ""
-#: objcopy.c:2190
+#: objcopy.c:2192
msgid "corrupt GNU build attribute note: name too small"
msgstr ""
-#: objcopy.c:2213
+#: objcopy.c:2215
msgid "corrupt GNU build attribute note: unsupported version"
msgstr ""
-#: objcopy.c:2262
+#: objcopy.c:2264
msgid "corrupt GNU build attribute note: bad description size"
msgstr ""
-#: objcopy.c:2293
+#: objcopy.c:2295
msgid "corrupt GNU build attribute note: name not NUL terminated"
msgstr ""
-#: objcopy.c:2305
+#: objcopy.c:2307
msgid "corrupt GNU build attribute notes: excess data at end"
msgstr ""
-#: objcopy.c:2312
+#: objcopy.c:2314
msgid "bad GNU build attribute notes: no known versions detected"
msgstr ""
#. This happens with glibc. No idea why.
-#: objcopy.c:2316
+#: objcopy.c:2318
#, c-format
msgid "%s[%s]: Warning: version note missing - assuming version 3"
msgstr ""
-#: objcopy.c:2326
+#: objcopy.c:2328
msgid "bad GNU build attribute notes: multiple different versions"
msgstr ""
#. PR 17636: Call non-fatal so that we return to our parent who
#. may need to tidy temporary files.
-#: objcopy.c:2581
+#: objcopy.c:2583
msgid "Unable to change endianness of input file(s)"
msgstr ""
-#: objcopy.c:2593
+#: objcopy.c:2595
#, c-format
msgid "error: the input file '%s' has no sections"
msgstr ""
-#: objcopy.c:2603
+#: objcopy.c:2605
#, c-format
msgid ""
"--compress-debug-sections=[zlib|zlib-gnu|zlib-gabi] is unsupported on `%s'"
msgstr ""
-#: objcopy.c:2610
+#: objcopy.c:2612
#, c-format
msgid "--elf-stt-common=[yes|no] is unsupported on `%s'"
msgstr ""
-#: objcopy.c:2617
+#: objcopy.c:2619
#, c-format
msgid "copy from `%s' [%s] to `%s' [%s]\n"
msgstr ""
-#: objcopy.c:2665
+#: objcopy.c:2667
#, c-format
msgid "Input file `%s' ignores binary architecture parameter."
msgstr ""
-#: objcopy.c:2681
+#: objcopy.c:2683
#, c-format
msgid "Unable to recognise the format of the input file `%s'"
msgstr ""
-#: objcopy.c:2684
+#: objcopy.c:2686
#, c-format
msgid "Output file cannot represent architecture `%s'"
msgstr ""
-#: objcopy.c:2747
+#: objcopy.c:2749
#, c-format
msgid "warning: file alignment (0x%s) > section alignment (0x%s)"
msgstr ""
-#: objcopy.c:2813
+#: objcopy.c:2815
#, c-format
msgid "can't add section '%s'"
msgstr ""
-#: objcopy.c:2827
+#: objcopy.c:2829
#, c-format
msgid "can't create section `%s'"
msgstr ""
-#: objcopy.c:2875
+#: objcopy.c:2877
#, c-format
msgid "error: %s not found, can't be updated"
msgstr ""
-#: objcopy.c:2908
+#: objcopy.c:2910
msgid "warning: note section is empty"
msgstr ""
-#: objcopy.c:2917
+#: objcopy.c:2919
msgid "warning: could not load note section"
msgstr ""
-#: objcopy.c:2933
+#: objcopy.c:2935
msgid "warning: failed to set merged notes size"
msgstr ""
-#: objcopy.c:2956
+#: objcopy.c:2958
#, c-format
msgid "can't dump section '%s' - it does not exist"
msgstr ""
-#: objcopy.c:2964
+#: objcopy.c:2966
msgid "can't dump section - it has no contents"
msgstr ""
-#: objcopy.c:2972
+#: objcopy.c:2974
msgid "can't dump section - it is empty"
msgstr ""
-#: objcopy.c:2981
+#: objcopy.c:2983
msgid "could not open section dump file"
msgstr ""
-#: objcopy.c:2990
+#: objcopy.c:2992
#, c-format
msgid "error writing section contents to %s (error: %s)"
msgstr ""
-#: objcopy.c:3000
+#: objcopy.c:3002
msgid "could not retrieve section contents"
msgstr ""
-#: objcopy.c:3014
+#: objcopy.c:3016
#, c-format
msgid "%s: debuglink section already exists"
msgstr ""
-#: objcopy.c:3026
+#: objcopy.c:3028
#, c-format
msgid "cannot create debug link section `%s'"
msgstr ""
-#: objcopy.c:3118
+#: objcopy.c:3120
msgid "Can't fill gap after section"
msgstr ""
-#: objcopy.c:3141
+#: objcopy.c:3143
msgid "can't add padding"
msgstr ""
-#: objcopy.c:3296
+#: objcopy.c:3298
msgid "error: failed to locate merged notes"
msgstr ""
-#: objcopy.c:3305
+#: objcopy.c:3307
msgid "error: failed to merge notes"
msgstr ""
-#: objcopy.c:3314
+#: objcopy.c:3316
msgid "error: failed to copy merged notes into output"
msgstr ""
-#: objcopy.c:3331
+#: objcopy.c:3333
#, c-format
msgid "%s: Could not find any mergeable note sections"
msgstr ""
-#: objcopy.c:3340
+#: objcopy.c:3342
#, c-format
msgid "cannot fill debug link section `%s'"
msgstr ""
-#: objcopy.c:3402
+#: objcopy.c:3404
msgid "error copying private BFD data"
msgstr ""
-#: objcopy.c:3413
+#: objcopy.c:3415
#, c-format
msgid "this target does not support %lu alternative machine codes"
msgstr ""
-#: objcopy.c:3417
+#: objcopy.c:3419
msgid "treating that number as an absolute e_machine value instead"
msgstr ""
-#: objcopy.c:3421
+#: objcopy.c:3423
msgid "ignoring the alternative value"
msgstr ""
-#: objcopy.c:3467
+#: objcopy.c:3469
msgid "sorry: copying thin archives is not currently supported"
msgstr ""
-#: objcopy.c:3474 objcopy.c:3529
+#: objcopy.c:3476 objcopy.c:3531
#, c-format
msgid "cannot create tempdir for archive copying (error: %s)"
msgstr ""
-#: objcopy.c:3511
+#: objcopy.c:3513
#, c-format
msgid "illegal pathname found in archive member: %s"
msgstr ""
-#: objcopy.c:3562
+#: objcopy.c:3564
msgid "Unable to recognise the format of file"
msgstr ""
-#: objcopy.c:3695
+#: objcopy.c:3697
#, c-format
msgid "error: the input file '%s' is empty"
msgstr ""
-#: objcopy.c:3768
+#: objcopy.c:3770
#, c-format
msgid "--add-gnu-debuglink ignored for archive %s"
msgstr ""
-#: objcopy.c:3871
+#: objcopy.c:3873
#, c-format
msgid "Multiple renames of section %s"
msgstr ""
-#: objcopy.c:3917
+#: objcopy.c:3919
msgid "error in private header data"
msgstr ""
-#: objcopy.c:4001
+#: objcopy.c:4003
msgid "failed to create output section"
msgstr ""
-#: objcopy.c:4016
+#: objcopy.c:4018
msgid "failed to set size"
msgstr ""
-#: objcopy.c:4035
+#: objcopy.c:4037
msgid "failed to set vma"
msgstr ""
-#: objcopy.c:4065
+#: objcopy.c:4067
msgid "failed to set alignment"
msgstr ""
-#: objcopy.c:4097
+#: objcopy.c:4099
msgid "failed to copy private data"
msgstr ""
-#: objcopy.c:4254
+#: objcopy.c:4256
msgid "relocation count is negative"
msgstr ""
#. User must pad the section up in order to do this.
-#: objcopy.c:4351
+#: objcopy.c:4353
#, c-format
msgid ""
"cannot reverse bytes: length of section %s must be evenly divisible by %d"
msgstr ""
-#: objcopy.c:4560
+#: objcopy.c:4562
msgid "can't create debugging section"
msgstr ""
-#: objcopy.c:4574
+#: objcopy.c:4576
msgid "can't set debugging section contents"
msgstr ""
-#: objcopy.c:4583
+#: objcopy.c:4585
#, c-format
msgid "don't know how to write debugging information for %s"
msgstr ""
-#: objcopy.c:4768
+#: objcopy.c:4770
msgid "could not create temporary file to hold stripped copy"
msgstr ""
-#: objcopy.c:4840
+#: objcopy.c:4842
#, c-format
msgid "%s: bad version in PE subsystem"
msgstr ""
-#: objcopy.c:4870
+#: objcopy.c:4872
#, c-format
msgid "unknown PE subsystem: %s"
msgstr ""
-#: objcopy.c:4924 objcopy.c:5194 objcopy.c:5274 objcopy.c:5415 objcopy.c:5447
-#: objcopy.c:5510 objcopy.c:5514 objcopy.c:5534
+#: objcopy.c:4926 objcopy.c:5196 objcopy.c:5276 objcopy.c:5417 objcopy.c:5449
+#: objcopy.c:5512 objcopy.c:5516 objcopy.c:5536
#, c-format
msgid "bad format for %s"
msgstr ""
-#: objcopy.c:4953
+#: objcopy.c:4955
#, c-format
msgid "cannot open: %s: %s"
msgstr ""
-#: objcopy.c:5006
+#: objcopy.c:5008
msgid "byte number must be non-negative"
msgstr ""
-#: objcopy.c:5012
+#: objcopy.c:5014
#, c-format
msgid "architecture %s unknown"
msgstr ""
-#: objcopy.c:5020
+#: objcopy.c:5022
msgid "interleave must be positive"
msgstr ""
-#: objcopy.c:5029
+#: objcopy.c:5031
msgid "interleave width must be positive"
msgstr ""
-#: objcopy.c:5347
+#: objcopy.c:5349
#, c-format
msgid "unrecognized --compress-debug-sections type `%s'"
msgstr ""
-#: objcopy.c:5368
+#: objcopy.c:5370
#, c-format
msgid "unrecognized --elf-stt-common= option `%s'"
msgstr ""
-#: objcopy.c:5384
+#: objcopy.c:5386
#, c-format
msgid "Warning: truncating gap-fill from 0x%s to 0x%x"
msgstr ""
-#: objcopy.c:5470
+#: objcopy.c:5472
msgid "bad format for --set-section-alignment: argument needed"
msgstr ""
-#: objcopy.c:5474
+#: objcopy.c:5476
msgid "bad format for --set-section-alignment: numeric argument needed"
msgstr ""
#. 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"
msgstr ""
-#: objcopy.c:5589
+#: objcopy.c:5591
#, c-format
msgid "unknown long section names option '%s'"
msgstr ""
-#: objcopy.c:5612
+#: objcopy.c:5614
msgid "unable to parse alternative machine code"
msgstr ""
-#: objcopy.c:5661
+#: objcopy.c:5663
msgid "number of bytes to reverse must be positive and even"
msgstr ""
-#: objcopy.c:5664
+#: objcopy.c:5666
#, c-format
msgid "Warning: ignoring previous --reverse-bytes value of %d"
msgstr ""
-#: objcopy.c:5679
+#: objcopy.c:5681
#, c-format
msgid "%s: invalid reserve value for --heap"
msgstr ""
-#: objcopy.c:5685
+#: objcopy.c:5687
#, c-format
msgid "%s: invalid commit value for --heap"
msgstr ""
-#: objcopy.c:5710
+#: objcopy.c:5712
#, c-format
msgid "%s: invalid reserve value for --stack"
msgstr ""
-#: objcopy.c:5716
+#: objcopy.c:5718
#, c-format
msgid "%s: invalid commit value for --stack"
msgstr ""
-#: objcopy.c:5725
+#: objcopy.c:5727
msgid "verilog data width must be at least 1 byte"
msgstr ""
-#: objcopy.c:5742
+#: objcopy.c:5744
msgid "--globalize-symbol(s) is incompatible with -G/--keep-global-symbol(s)"
msgstr ""
-#: objcopy.c:5754
+#: objcopy.c:5756
msgid "interleave start byte must be set with --byte"
msgstr ""
-#: objcopy.c:5757
+#: objcopy.c:5759
msgid "byte number must be less than interleave"
msgstr ""
-#: objcopy.c:5760
+#: objcopy.c:5762
msgid "interleave width must be less than or equal to interleave - byte`"
msgstr ""
-#: objcopy.c:5789
+#: objcopy.c:5791
#, c-format
msgid "unknown input EFI target: %s"
msgstr ""
-#: objcopy.c:5820
+#: objcopy.c:5822
#, c-format
msgid "unknown output EFI target: %s"
msgstr ""
-#: objcopy.c:5833
+#: objcopy.c:5835
#, c-format
msgid "warning: could not locate '%s'. System error message: %s"
msgstr ""
-#: objcopy.c:5845
+#: objcopy.c:5847
#, c-format
msgid ""
"warning: could not create temporary file whilst copying '%s', (error: %s)"
msgstr ""
-#: objcopy.c:5878 objcopy.c:5892
+#: objcopy.c:5880 objcopy.c:5894
#, c-format
msgid "%s %s%c0x%s never used"
msgstr ""
diff --git a/cpu/ChangeLog b/cpu/ChangeLog
index 6bd48c56aa4..70e05d612f9 100644
--- a/cpu/ChangeLog
+++ b/cpu/ChangeLog
@@ -1,3 +1,7 @@
+2020-02-01 Nick Clifton <nickc@redhat.com>
+
+ Binutils 2.34 release.
+
2020-01-18 Nick Clifton <nickc@redhat.com>
Binutils 2.34 branch created.
diff --git a/gas/ChangeLog b/gas/ChangeLog
index edbfad089b1..25d49fd4c4a 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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>
Backport from mainline.
diff --git a/gas/configure b/gas/configure
index 585ae337454..148af892ecc 100755
--- a/gas/configure
+++ b/gas/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# 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.
@@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='gas'
PACKAGE_TARNAME='gas'
-PACKAGE_VERSION='2.33.90'
-PACKAGE_STRING='gas 2.33.90'
+PACKAGE_VERSION='2.34'
+PACKAGE_STRING='gas 2.34'
PACKAGE_BUGREPORT=''
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.
# This message is too long to be a string in the A/UX 3.1 sh.
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]...
@@ -1440,7 +1440,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of gas 2.33.90:";;
+ short | recursive ) echo "Configuration of gas 2.34:";;
esac
cat <<\_ACEOF
@@ -1576,7 +1576,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-gas configure 2.33.90
+gas configure 2.34
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2041,7 +2041,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by gas $as_me 2.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
$ $0 $@
@@ -3988,7 +3988,7 @@ fi
# Define the identity of the package.
PACKAGE='gas'
- VERSION='2.33.90'
+ VERSION='2.34'
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
# values after options handling.
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
CONFIG_FILES = $CONFIG_FILES
@@ -15771,7 +15771,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-gas config.status 2.33.90
+gas config.status 2.34
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/gas/po/gas.pot b/gas/po/gas.pot
index 9d391171898..9b0465a761b 100644
--- a/gas/po/gas.pot
+++ b/gas/po/gas.pot
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\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"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1990,7 +1990,7 @@ msgstr ""
msgid "selected processor does not support `%s'"
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"
msgstr ""
@@ -2016,8 +2016,8 @@ msgstr ""
msgid "immediate offset out of range"
msgstr ""
-#: config/tc-aarch64.c:7953 config/tc-arm.c:27817 config/tc-arm.c:27885
-#: config/tc-arm.c:28167
+#: config/tc-aarch64.c:7953 config/tc-arm.c:27819 config/tc-arm.c:27887
+#: config/tc-arm.c:28169
#, c-format
msgid "undefined symbol %s used as an immediate value"
msgstr ""
@@ -2038,7 +2038,7 @@ msgstr ""
msgid "conditional branch target not word aligned"
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"
msgstr ""
@@ -2046,14 +2046,14 @@ msgstr ""
msgid "branch target not word aligned"
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
msgid "branch out of range"
msgstr ""
-#: config/tc-aarch64.c:8085 config/tc-arm.c:28058 config/tc-arm.c:28073
-#: config/tc-arm.c:28088 config/tc-arm.c:28099 config/tc-arm.c:28122
-#: config/tc-arm.c:28969 config/tc-moxie.c:716 config/tc-pj.c:452
+#: config/tc-aarch64.c:8085 config/tc-arm.c:28060 config/tc-arm.c:28075
+#: config/tc-arm.c:28090 config/tc-arm.c:28101 config/tc-arm.c:28124
+#: config/tc-arm.c:28971 config/tc-moxie.c:716 config/tc-pj.c:452
#: config/tc-sh.c:3727
msgid "offset out of range"
msgstr ""
@@ -2071,7 +2071,7 @@ msgstr ""
msgid "unexpected %s fixup"
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
#, c-format
msgid "cannot represent %s relocation in this object file format"
@@ -2082,16 +2082,16 @@ msgstr ""
msgid "cannot do %u-byte relocation"
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
msgid "virtual memory exhausted"
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"
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"
msgstr ""
@@ -2107,41 +2107,41 @@ msgstr ""
msgid "do not output verbose error messages"
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"
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"
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"
msgstr ""
-#: config/tc-aarch64.c:9197 config/tc-arm.c:31733
+#: config/tc-aarch64.c:9197 config/tc-arm.c:31737
#, c-format
msgid "unknown architectural extension `%s'"
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
msgid "missing cpu name `%s'"
msgstr ""
-#: config/tc-aarch64.c:9235 config/tc-aarch64.c:9452 config/tc-arm.c:31818
-#: config/tc-arm.c:32617 config/tc-csky.c:896 config/tc-metag.c:5845
+#: config/tc-aarch64.c:9235 config/tc-aarch64.c:9452 config/tc-arm.c:31822
+#: config/tc-arm.c:32621 config/tc-csky.c:896 config/tc-metag.c:5845
#, c-format
msgid "unknown cpu `%s'"
msgstr ""
-#: config/tc-aarch64.c:9253 config/tc-arm.c:31836
+#: config/tc-aarch64.c:9253 config/tc-arm.c:31840
#, c-format
msgid "missing architecture name `%s'"
msgstr ""
-#: config/tc-aarch64.c:9267 config/tc-aarch64.c:9499 config/tc-arm.c:31858
-#: config/tc-arm.c:32652 config/tc-arm.c:32682 config/tc-score.c:7703
+#: config/tc-aarch64.c:9267 config/tc-aarch64.c:9499 config/tc-arm.c:31862
+#: config/tc-arm.c:32656 config/tc-arm.c:32686 config/tc-score.c:7703
#, c-format
msgid "unknown architecture `%s'\n"
msgstr ""
@@ -2160,16 +2160,16 @@ msgstr ""
msgid "<abi name>\t specify for ABI <abi name>"
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>"
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>"
msgstr ""
-#: config/tc-aarch64.c:9351 config/tc-aarch64.c:9371 config/tc-arm.c:32015
-#: config/tc-arm.c:32033 config/tc-arm.c:32053 config/tc-metag.c:5936
+#: config/tc-aarch64.c:9351 config/tc-aarch64.c:9371 config/tc-arm.c:32019
+#: config/tc-arm.c:32037 config/tc-arm.c:32057 config/tc-metag.c:5936
#, c-format
msgid "option `-%c%s' is deprecated: %s"
msgstr ""
@@ -2179,12 +2179,12 @@ msgstr ""
msgid " AArch64-specific assembler options:\n"
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
msgid " -EB assemble code for a big-endian cpu\n"
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
msgid " -EL assemble code for a little-endian cpu\n"
msgstr ""
@@ -3651,7 +3651,7 @@ msgstr ""
msgid "invalid unwind opcode"
msgstr ""
-#: config/tc-arm.c:5052 config/tc-arm.c:31762
+#: config/tc-arm.c:5052 config/tc-arm.c:31766
#, c-format
msgid "unrecognised float16 format \"%s\""
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: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: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
msgid "immediate value out of range"
msgstr ""
@@ -4120,7 +4120,7 @@ msgstr ""
msgid "shift by register not allowed in thumb mode"
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"
msgstr ""
@@ -4335,7 +4335,7 @@ msgstr ""
msgid "instruction does not allow shifted index"
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"
msgstr ""
@@ -4743,573 +4743,573 @@ msgstr ""
msgid "file finished with an open VPT/VPST block."
msgstr ""
-#: config/tc-arm.c:26787
+#: config/tc-arm.c:26789
#, c-format
msgid "alignments greater than %d bytes not supported in .text sections."
msgstr ""
-#: config/tc-arm.c:27054 config/tc-ia64.c:3594
+#: config/tc-arm.c:27056 config/tc-ia64.c:3594
#, c-format
msgid "Group section `%s' has no group signature"
msgstr ""
-#: config/tc-arm.c:27100
+#: config/tc-arm.c:27102
msgid "handlerdata in cantunwind frame"
msgstr ""
-#: config/tc-arm.c:27117
+#: config/tc-arm.c:27119
msgid "too many unwind opcodes for personality routine 0"
msgstr ""
-#: config/tc-arm.c:27148
+#: config/tc-arm.c:27150
msgid "attempt to recreate an unwind entry"
msgstr ""
-#: config/tc-arm.c:27158
+#: config/tc-arm.c:27160
msgid "too many unwind opcodes"
msgstr ""
-#: config/tc-arm.c:27457
+#: config/tc-arm.c:27459
#, c-format
msgid "[-mwarn-syms]: Assignment makes a symbol match an ARM instruction: %s"
msgstr ""
-#: config/tc-arm.c:27819 config/tc-arm.c:27887
+#: config/tc-arm.c:27821 config/tc-arm.c:27889
#, c-format
msgid "symbol %s is in a different section"
msgstr ""
-#: config/tc-arm.c:27821 config/tc-arm.c:27889
+#: config/tc-arm.c:27823 config/tc-arm.c:27891
#, c-format
msgid "symbol %s is weak and may be overridden later"
msgstr ""
-#: config/tc-arm.c:27866 config/tc-arm.c:28238
+#: config/tc-arm.c:27868 config/tc-arm.c:28240
#, c-format
msgid "invalid constant (%lx) after fixup"
msgstr ""
-#: config/tc-arm.c:27922
+#: config/tc-arm.c:27924
#, c-format
msgid "unable to compute ADRL instructions for PC offset of 0x%lx"
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"
msgstr ""
-#: config/tc-arm.c:27961 config/tc-arm.c:28010
+#: config/tc-arm.c:27963 config/tc-arm.c:28012
#, c-format
msgid "bad immediate value for offset (%ld)"
msgstr ""
-#: config/tc-arm.c:27991
+#: config/tc-arm.c:27993
#, c-format
msgid "bad immediate value for 8-bit offset (%ld)"
msgstr ""
-#: config/tc-arm.c:28051
+#: config/tc-arm.c:28053
msgid "offset not a multiple of 4"
msgstr ""
-#: config/tc-arm.c:28254
+#: config/tc-arm.c:28256
msgid "invalid smc expression"
msgstr ""
-#: config/tc-arm.c:28264
+#: config/tc-arm.c:28266
msgid "invalid hvc expression"
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"
msgstr ""
-#: config/tc-arm.c:28294
+#: config/tc-arm.c:28296
msgid "invalid expression in load/store multiple"
msgstr ""
-#: config/tc-arm.c:28356
+#: config/tc-arm.c:28358
#, c-format
msgid "blx to '%s' an ARM ISA state function changed to bl"
msgstr ""
-#: config/tc-arm.c:28375
+#: config/tc-arm.c:28377
msgid "misaligned branch destination"
msgstr ""
-#: config/tc-arm.c:28496
+#: config/tc-arm.c:28498
#, c-format
msgid "blx to Thumb func '%s' from Thumb ISA state changed to bl"
msgstr ""
-#: config/tc-arm.c:28545
+#: config/tc-arm.c:28547
msgid "Thumb2 branch out of range"
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"
msgstr ""
-#: config/tc-arm.c:28660
+#: config/tc-arm.c:28662
msgid "rel31 relocation overflow"
msgstr ""
-#: config/tc-arm.c:28682 config/tc-arm.c:28688 config/tc-arm.c:28692
-#: config/tc-arm.c:28739
+#: config/tc-arm.c:28684 config/tc-arm.c:28690 config/tc-arm.c:28694
+#: config/tc-arm.c:28741
msgid "co-processor offset out of range"
msgstr ""
-#: config/tc-arm.c:28756
+#: config/tc-arm.c:28758
#, c-format
msgid "invalid offset, target not word aligned (0x%08lX)"
msgstr ""
-#: config/tc-arm.c:28763 config/tc-arm.c:28772 config/tc-arm.c:28780
-#: config/tc-arm.c:28788 config/tc-arm.c:28796
+#: config/tc-arm.c:28765 config/tc-arm.c:28774 config/tc-arm.c:28782
+#: config/tc-arm.c:28790 config/tc-arm.c:28798
#, c-format
msgid "invalid offset, value too big (0x%08lX)"
msgstr ""
-#: config/tc-arm.c:28837
+#: config/tc-arm.c:28839
msgid "invalid Hi register with immediate"
msgstr ""
-#: config/tc-arm.c:28853
+#: config/tc-arm.c:28855
msgid "invalid immediate for stack address calculation"
msgstr ""
-#: config/tc-arm.c:28872
+#: config/tc-arm.c:28874
msgid "address calculation needs a strongly defined nearby symbol"
msgstr ""
-#: config/tc-arm.c:28888
+#: config/tc-arm.c:28890
msgid "symbol too far away"
msgstr ""
-#: config/tc-arm.c:28900
+#: config/tc-arm.c:28902
#, c-format
msgid "invalid immediate for address calculation (value = 0x%08lX)"
msgstr ""
-#: config/tc-arm.c:28930
+#: config/tc-arm.c:28932
#, c-format
msgid "invalid immediate: %ld is out of range"
msgstr ""
-#: config/tc-arm.c:28942
+#: config/tc-arm.c:28944
#, c-format
msgid "invalid shift value: %ld"
msgstr ""
-#: config/tc-arm.c:29012 config/tc-arm.c:29083
+#: config/tc-arm.c:29014 config/tc-arm.c:29085
#, c-format
msgid "the offset 0x%08lX is not representable"
msgstr ""
-#: config/tc-arm.c:29044
+#: config/tc-arm.c:29046
#, c-format
msgid "Unable to process relocation for thumb opcode: %lx"
msgstr ""
-#: config/tc-arm.c:29123
+#: config/tc-arm.c:29125
#, c-format
msgid "bad offset 0x%08lX (only 12 bits available for the magnitude)"
msgstr ""
-#: config/tc-arm.c:29162
+#: config/tc-arm.c:29164
#, c-format
msgid "bad offset 0x%08lX (only 8 bits available for the magnitude)"
msgstr ""
-#: config/tc-arm.c:29202
+#: config/tc-arm.c:29204
#, c-format
msgid "bad offset 0x%08lX (must be word-aligned)"
msgstr ""
-#: config/tc-arm.c:29207
+#: config/tc-arm.c:29209
#, c-format
msgid "bad offset 0x%08lX (must be an 8-bit number of words)"
msgstr ""
-#: config/tc-arm.c:29428 config/tc-score.c:7379
+#: config/tc-arm.c:29430 config/tc-score.c:7379
#, c-format
msgid "bad relocation fixup type (%d)"
msgstr ""
-#: config/tc-arm.c:29546
+#: config/tc-arm.c:29548
msgid "literal referenced across section boundary"
msgstr ""
-#: config/tc-arm.c:29626
+#: config/tc-arm.c:29628
msgid "internal relocation (type: IMMEDIATE) not fixed up"
msgstr ""
-#: config/tc-arm.c:29631
+#: config/tc-arm.c:29633
msgid "ADRL used for a symbol not defined in the same file"
msgstr ""
-#: config/tc-arm.c:29638
+#: config/tc-arm.c:29640
#, c-format
msgid "%s used for a symbol not defined in the same file"
msgstr ""
-#: config/tc-arm.c:29654
+#: config/tc-arm.c:29656
#, c-format
msgid "undefined local label `%s'"
msgstr ""
-#: config/tc-arm.c:29660
+#: config/tc-arm.c:29662
msgid "internal_relocation (type: OFFSET_IMM) not fixed up"
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-mmix.c:2894 config/tc-moxie.c:825 config/tc-ns32k.c:2248
#: config/tc-score.c:7466
msgid "<unknown>"
msgstr ""
-#: config/tc-arm.c:30084
+#: config/tc-arm.c:30086
#, c-format
msgid "%s: unexpected function type: %d"
msgstr ""
-#: config/tc-arm.c:30224
+#: config/tc-arm.c:30226
msgid "use of old and new-style options to set CPU type"
msgstr ""
-#: config/tc-arm.c:30243
+#: config/tc-arm.c:30245
msgid "use of old and new-style options to set FPU type"
msgstr ""
-#: config/tc-arm.c:30322
+#: config/tc-arm.c:30324
msgid "hard-float conflicts with specified fpu"
msgstr ""
-#: config/tc-arm.c:30513
+#: config/tc-arm.c:30515
msgid "generate PIC code"
msgstr ""
-#: config/tc-arm.c:30514
+#: config/tc-arm.c:30516
msgid "assemble Thumb code"
msgstr ""
-#: config/tc-arm.c:30515
+#: config/tc-arm.c:30517
msgid "support ARM/Thumb interworking"
msgstr ""
-#: config/tc-arm.c:30517
+#: config/tc-arm.c:30519
msgid "code uses 32-bit program counter"
msgstr ""
-#: config/tc-arm.c:30518
+#: config/tc-arm.c:30520
msgid "code uses 26-bit program counter"
msgstr ""
-#: config/tc-arm.c:30519
+#: config/tc-arm.c:30521
msgid "floating point args are in fp regs"
msgstr ""
-#: config/tc-arm.c:30521
+#: config/tc-arm.c:30523
msgid "re-entrant code"
msgstr ""
-#: config/tc-arm.c:30522
+#: config/tc-arm.c:30524
msgid "code is ATPCS conformant"
msgstr ""
#. 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"
msgstr ""
-#: config/tc-arm.c:30529
+#: config/tc-arm.c:30531
msgid "use stack size checking"
msgstr ""
-#: config/tc-arm.c:30532
+#: config/tc-arm.c:30534
msgid "do not warn on use of deprecated feature"
msgstr ""
-#: config/tc-arm.c:30535
+#: config/tc-arm.c:30537
msgid ""
"warn about performance deprecated IT instructions in ARMv8-A and ARMv8-R"
msgstr ""
-#: config/tc-arm.c:30539
+#: config/tc-arm.c:30541
msgid "warn about symbols that match instruction names [default]"
msgstr ""
-#: config/tc-arm.c:30540
+#: config/tc-arm.c:30542
msgid "disable warnings about symobls that match instructions"
msgstr ""
#. DON'T add any new processors to this list -- we want the whole list
#. 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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
msgstr ""
-#: config/tc-arm.c:30602 config/tc-arm.c:30603 config/tc-arm.c:30604
-#: config/tc-arm.c:30605
+#: config/tc-arm.c:30604 config/tc-arm.c:30605 config/tc-arm.c:30606
+#: config/tc-arm.c:30607
msgid "use -mcpu=arm7tdmi"
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"
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"
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"
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"
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"
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"
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"
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"
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"
msgstr ""
-#: config/tc-arm.c:30624
+#: config/tc-arm.c:30626
msgid "use -mcpu=strongarm"
msgstr ""
-#: config/tc-arm.c:30626
+#: config/tc-arm.c:30628
msgid "use -mcpu=strongarm110"
msgstr ""
-#: config/tc-arm.c:30628
+#: config/tc-arm.c:30630
msgid "use -mcpu=strongarm1100"
msgstr ""
-#: config/tc-arm.c:30630
+#: config/tc-arm.c:30632
msgid "use -mcpu=strongarm1110"
msgstr ""
-#: config/tc-arm.c:30631
+#: config/tc-arm.c:30633
msgid "use -mcpu=xscale"
msgstr ""
-#: config/tc-arm.c:30632
+#: config/tc-arm.c:30634
msgid "use -mcpu=iwmmxt"
msgstr ""
-#: config/tc-arm.c:30633
+#: config/tc-arm.c:30635
msgid "use -mcpu=all"
msgstr ""
#. 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"
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"
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"
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"
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"
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"
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"
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"
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"
msgstr ""
#. 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"
msgstr ""
-#: config/tc-arm.c:30657
+#: config/tc-arm.c:30659
msgid "use -mfpu=fpa10"
msgstr ""
-#: config/tc-arm.c:30658
+#: config/tc-arm.c:30660
msgid "use -mfpu=fpa11"
msgstr ""
-#: config/tc-arm.c:30660
+#: config/tc-arm.c:30662
msgid "use either -mfpu=softfpa or -mfpu=softvfp"
msgstr ""
-#: config/tc-arm.c:31706
+#: config/tc-arm.c:31710
msgid "extension does not apply to the base architecture"
msgstr ""
-#: config/tc-arm.c:31735
+#: config/tc-arm.c:31739
msgid "architectural extensions must be specified in alphabetical order"
msgstr ""
-#: config/tc-arm.c:31874 config/tc-arm.c:32815
+#: config/tc-arm.c:31878 config/tc-arm.c:32819
#, c-format
msgid "unknown floating point format `%s'\n"
msgstr ""
-#: config/tc-arm.c:31890
+#: config/tc-arm.c:31894
#, c-format
msgid "unknown floating point abi `%s'\n"
msgstr ""
-#: config/tc-arm.c:31906
+#: config/tc-arm.c:31910
#, c-format
msgid "unknown EABI `%s'\n"
msgstr ""
-#: config/tc-arm.c:31926
+#: config/tc-arm.c:31930
#, c-format
msgid "unknown implicit IT mode `%s', should be arm, thumb, always, or never."
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>"
msgstr ""
-#: config/tc-arm.c:31951
+#: config/tc-arm.c:31955
msgid "<abi>\t assemble for floating point ABI <abi>"
msgstr ""
-#: config/tc-arm.c:31954
+#: config/tc-arm.c:31958
msgid "<ver>\t\t assemble for eabi version <ver>"
msgstr ""
-#: config/tc-arm.c:31957
+#: config/tc-arm.c:31961
msgid "<mode>\t controls implicit insertion of IT instructions"
msgstr ""
-#: config/tc-arm.c:31959
+#: config/tc-arm.c:31963
msgid "\t\t\t TI CodeComposer Studio syntax compatibility mode"
msgstr ""
-#: config/tc-arm.c:31962
+#: config/tc-arm.c:31966
msgid ""
"[ieee|alternative]\n"
" set the encoding for half precision floating point "
@@ -5317,32 +5317,32 @@ msgid ""
" or Arm alternative format."
msgstr ""
-#: config/tc-arm.c:32073
+#: config/tc-arm.c:32077
#, c-format
msgid " ARM-specific assembler options:\n"
msgstr ""
-#: config/tc-arm.c:32093
+#: config/tc-arm.c:32097
#, c-format
msgid " --fix-v4bx Allow BX in ARMv4 code\n"
msgstr ""
-#: config/tc-arm.c:32097
+#: config/tc-arm.c:32101
#, c-format
msgid " --fdpic generate an FDPIC object file\n"
msgstr ""
-#: config/tc-arm.c:32403
+#: config/tc-arm.c:32407
msgid "no architecture contains all the instructions used\n"
msgstr ""
-#: config/tc-arm.c:32755
+#: config/tc-arm.c:32759
#, c-format
msgid ""
"architectural extension `%s' is not allowed for the current base architecture"
msgstr ""
-#: config/tc-arm.c:32778
+#: config/tc-arm.c:32782
#, c-format
msgid "unknown architecture extension `%s'\n"
msgstr ""
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 5afceea6836..41deeeeea3b 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,7 @@
+2020-02-01 Nick Clifton <nickc@redhat.com>
+
+ Binutils 2.34 release.
+
2020-01-20 Nick Clifton <nickc@redhat.com>
* po/uk.po: Updated Ukranian translation.
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index a22c3a8e507..5bb89490bce 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,7 @@
+2020-02-01 Nick Clifton <nickc@redhat.com>
+
+ Binutils 2.34 release.
+
2020-01-23 Nick Clifton <nickc@redhat.com>
* po/es.po: Updated Esperanto translation.
diff --git a/gprof/configure b/gprof/configure
index d0538ef2279..727cd725644 100755
--- a/gprof/configure
+++ b/gprof/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# 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.
@@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='gprof'
PACKAGE_TARNAME='gprof'
-PACKAGE_VERSION='2.33.90'
-PACKAGE_STRING='gprof 2.33.90'
+PACKAGE_VERSION='2.34'
+PACKAGE_STRING='gprof 2.34'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1337,7 +1337,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures gprof 2.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]...
@@ -1408,7 +1408,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of gprof 2.33.90:";;
+ short | recursive ) echo "Configuration of gprof 2.34:";;
esac
cat <<\_ACEOF
@@ -1519,7 +1519,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-gprof configure 2.33.90
+gprof configure 2.34
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1884,7 +1884,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by gprof $as_me 2.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
$ $0 $@
@@ -3831,7 +3831,7 @@ fi
# Define the identity of the package.
PACKAGE='gprof'
- VERSION='2.33.90'
+ VERSION='2.34'
cat >>confdefs.h <<_ACEOF
@@ -13086,7 +13086,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by gprof $as_me 2.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
CONFIG_FILES = $CONFIG_FILES
@@ -13152,7 +13152,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-gprof config.status 2.33.90
+gprof config.status 2.34
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 76df7b02ced..ea75ff6f002 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2020-02-01 Nick Clifton <nickc@redhat.com>
+
+ Binutils 2.34 release.
+
2020-01-29 Alan Modra <amodra@gmail.com>
Apply from master
diff --git a/ld/configure b/ld/configure
index d55a6a779f0..27b43415422 100755
--- a/ld/configure
+++ b/ld/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# 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.
@@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='ld'
PACKAGE_TARNAME='ld'
-PACKAGE_VERSION='2.33.90'
-PACKAGE_STRING='ld 2.33.90'
+PACKAGE_VERSION='2.34'
+PACKAGE_STRING='ld 2.34'
PACKAGE_BUGREPORT=''
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.
# This message is too long to be a string in the A/UX 3.1 sh.
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]...
@@ -1465,7 +1465,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of ld 2.33.90:";;
+ short | recursive ) echo "Configuration of ld 2.34:";;
esac
cat <<\_ACEOF
@@ -1601,7 +1601,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-ld configure 2.33.90
+ld configure 2.34
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2316,7 +2316,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by ld $as_me 2.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
$ $0 $@
@@ -4267,7 +4267,7 @@ fi
# Define the identity of the package.
PACKAGE='ld'
- VERSION='2.33.90'
+ VERSION='2.34'
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
# values after options handling.
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
CONFIG_FILES = $CONFIG_FILES
@@ -18320,7 +18320,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-ld config.status 2.33.90
+ld config.status 2.34
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/ld/po/ld.pot b/ld/po/ld.pot
index 22654988093..15560bb8b60 100644
--- a/ld/po/ld.pot
+++ b/ld/po/ld.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\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"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -269,57 +269,57 @@ msgstr ""
msgid "%F%P:%pS / by zero\n"
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
#: eppcpe.c:1772 eshpe.c:1772
msgid "%F%P: bfd_link_hash_lookup failed: %E\n"
msgstr ""
-#: ldexp.c:745
+#: ldexp.c:748
msgid "%X%P:%pS: unresolvable symbol `%s' referenced in expression\n"
msgstr ""
-#: ldexp.c:760
+#: ldexp.c:763
msgid "%F%P:%pS: undefined symbol `%s' referenced in expression\n"
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"
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"
msgstr ""
-#: ldexp.c:901
+#: ldexp.c:904
msgid "%F%P:%pS: unknown constant `%s' referenced in expression\n"
msgstr ""
-#: ldexp.c:1049
+#: ldexp.c:1052
msgid "%F%P:%pS can not PROVIDE assignment to location counter\n"
msgstr ""
-#: ldexp.c:1082
+#: ldexp.c:1085
msgid "%F%P:%pS invalid assignment to location counter\n"
msgstr ""
-#: ldexp.c:1086
+#: ldexp.c:1089
msgid "%F%P:%pS assignment to location counter invalid outside of SECTIONS\n"
msgstr ""
-#: ldexp.c:1105
+#: ldexp.c:1108
msgid "%F%P:%pS cannot move location counter backwards (from %V to %V)\n"
msgstr ""
-#: ldexp.c:1165
+#: ldexp.c:1168
msgid "%F%P:%s: hash creation failed\n"
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"
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"
msgstr ""
diff --git a/libctf/ChangeLog b/libctf/ChangeLog
index 9da5827c26a..93462c7e457 100644
--- a/libctf/ChangeLog
+++ b/libctf/ChangeLog
@@ -1,3 +1,7 @@
+2020-02-01 Nick Clifton <nickc@redhat.com>
+
+ Binutils 2.34 release.
+
2020-01-18 Nick Clifton <nickc@redhat.com>
Binutils 2.34 branch created.
diff --git a/libdecnumber/aclocal.m4 b/libdecnumber/aclocal.m4
index 2c10b39b1e9..749c90355c8 100644
--- a/libdecnumber/aclocal.m4
+++ b/libdecnumber/aclocal.m4
@@ -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_include([../config/dfp.m4])
-m4_include([../config/override.m4])
m4_include([../config/stdint.m4])
m4_include([../config/warnings.m4])
diff --git a/libdecnumber/configure b/libdecnumber/configure
index 6e672c785ee..14c103a0718 100755
--- a/libdecnumber/configure
+++ b/libdecnumber/configure
@@ -2255,9 +2255,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-
ac_aux_dir=
for ac_dir in .. "$srcdir"/..; do
if test -f "$ac_dir/install-sh"; then
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 7f085218689..52315cced2c 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -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>
Backport from mainline.
diff --git a/opcodes/configure b/opcodes/configure
index 7912723438e..6bae87d2f82 100755
--- a/opcodes/configure
+++ b/opcodes/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# 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.
@@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='opcodes'
PACKAGE_TARNAME='opcodes'
-PACKAGE_VERSION='2.33.90'
-PACKAGE_STRING='opcodes 2.33.90'
+PACKAGE_VERSION='2.34'
+PACKAGE_STRING='opcodes 2.34'
PACKAGE_BUGREPORT=''
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.
# This message is too long to be a string in the A/UX 3.1 sh.
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]...
@@ -1427,7 +1427,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of opcodes 2.33.90:";;
+ short | recursive ) echo "Configuration of opcodes 2.34:";;
esac
cat <<\_ACEOF
@@ -1539,7 +1539,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-opcodes configure 2.33.90
+opcodes configure 2.34
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1950,7 +1950,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by opcodes $as_me 2.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
$ $0 $@
@@ -3897,7 +3897,7 @@ fi
# Define the identity of the package.
PACKAGE='opcodes'
- VERSION='2.33.90'
+ VERSION='2.34'
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
# values after options handling.
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
CONFIG_FILES = $CONFIG_FILES
@@ -13599,7 +13599,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-opcodes config.status 2.33.90
+opcodes config.status 2.34
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/opcodes/po/opcodes.pot b/opcodes/po/opcodes.pot
index 49938d5a3c8..03a490aca83 100644
--- a/opcodes/po/opcodes.pot
+++ b/opcodes/po/opcodes.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\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"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"