aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bfd/ChangeLog8
-rwxr-xr-xbfd/configure20
-rw-r--r--bfd/development.sh2
-rw-r--r--bfd/po/bfd.pot166
-rw-r--r--bfd/version.m42
-rw-r--r--binutils/ChangeLog6
-rwxr-xr-xbinutils/configure20
-rw-r--r--binutils/po/binutils.pot96
-rw-r--r--elfcpp/ChangeLog4
-rw-r--r--gas/ChangeLog6
-rwxr-xr-xgas/configure20
-rw-r--r--gas/po/gas.pot126
-rw-r--r--gold/ChangeLog5
-rw-r--r--gold/po/gold.pot2
-rw-r--r--gprof/ChangeLog5
-rwxr-xr-xgprof/configure20
-rw-r--r--include/ChangeLog4
-rw-r--r--ld/ChangeLog6
-rwxr-xr-xld/configure20
-rw-r--r--ld/po/ld.pot2
-rw-r--r--opcodes/ChangeLog6
-rwxr-xr-xopcodes/configure20
-rw-r--r--opcodes/po/opcodes.pot16
23 files changed, 316 insertions, 266 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 640a2ec..718e8a3 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,11 @@
+2021-02-06 Nick Clifton <nickc@redhat.com>
+
+ This is the 2.36.1 release.
+ * version.m4: Set to 2.36.1
+ * development.sh (development): Set to false.
+ * configure: Regenerate.
+ * po/bfd.pot: Regenerate.
+
2021-02-05 Nelson Chu <nelson.chu@sifive.com>
* elfxx-riscv.c (riscv_parse_prefixed_ext): Removed zb*.
diff --git a/bfd/configure b/bfd/configure
index b3665c6..1e3ff33 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.36.0.
+# Generated by GNU Autoconf 2.69 for bfd 2.36.1.
#
#
# 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.36.0'
-PACKAGE_STRING='bfd 2.36.0'
+PACKAGE_VERSION='2.36.1'
+PACKAGE_STRING='bfd 2.36.1'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1392,7 +1392,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.36.0 to adapt to many kinds of systems.
+\`configure' configures bfd 2.36.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1463,7 +1463,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of bfd 2.36.0:";;
+ short | recursive ) echo "Configuration of bfd 2.36.1:";;
esac
cat <<\_ACEOF
@@ -1590,7 +1590,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-bfd configure 2.36.0
+bfd configure 2.36.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2238,7 +2238,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.36.0, which was
+It was created by bfd $as_me 2.36.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -4188,7 +4188,7 @@ fi
# Define the identity of the package.
PACKAGE='bfd'
- VERSION='2.36.0'
+ VERSION='2.36.1'
cat >>confdefs.h <<_ACEOF
@@ -16976,7 +16976,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.36.0, which was
+This file was extended by bfd $as_me 2.36.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -17042,7 +17042,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.36.0
+bfd config.status 2.36.1
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 a376b02..eb9762e 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=false
diff --git a/bfd/po/bfd.pot b/bfd/po/bfd.pot
index c1b2ed9..523b68c 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: 2021-01-24 11:46+0000\n"
+"POT-Creation-Date: 2021-02-06 09:02+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"
@@ -76,7 +76,7 @@ msgstr ""
#: elf32-cr16.c:654 elf32-cr16.c:684 elf32-cris.c:467 elf32-crx.c:429
#: elf32-csky.c:991 elf32-d10v.c:234 elf32-d30v.c:522 elf32-d30v.c:544
#: elf32-dlx.c:546 elf32-epiphany.c:372 elf32-fr30.c:381 elf32-frv.c:2559
-#: elf32-frv.c:6241 elf32-ft32.c:306 elf32-h8300.c:302 elf32-i386.c:400
+#: elf32-frv.c:6241 elf32-ft32.c:305 elf32-h8300.c:302 elf32-i386.c:400
#: elf32-ip2k.c:1240 elf32-iq2000.c:442 elf32-lm32.c:496 elf32-m32c.c:305
#: elf32-m32r.c:1286 elf32-m32r.c:1311 elf32-m32r.c:2209 elf32-m68hc11.c:390
#: elf32-m68hc12.c:510 elf32-m68k.c:354 elf32-mcore.c:354 elf32-mcore.c:440
@@ -117,7 +117,7 @@ msgstr ""
msgid "warning: writing archive was slow: rewriting timestamp"
msgstr ""
-#: archive.c:2308 archive.c:2368 elflink.c:4609 linker.c:1428
+#: archive.c:2308 archive.c:2368 elflink.c:4611 linker.c:1428
#, c-format
msgid "%pB: plugin needed to handle lto object"
msgstr ""
@@ -493,16 +493,16 @@ msgstr ""
msgid "<corrupt info> %s"
msgstr ""
-#: coffgen.c:2676 elflink.c:14973 linker.c:2967
+#: coffgen.c:2676 elflink.c:14985 linker.c:2967
msgid "%F%P: already_linked_table: %E\n"
msgstr ""
-#: coffgen.c:3017 elflink.c:13963
+#: coffgen.c:3017 elflink.c:13975
#, c-format
msgid "removing unused section '%pA' in file '%pB'"
msgstr ""
-#: coffgen.c:3094 elflink.c:14180
+#: coffgen.c:3094 elflink.c:14192
msgid "warning: gc-sections option ignored"
msgstr ""
@@ -511,7 +511,7 @@ msgstr ""
msgid "warning: symbol `%s' is both section and non-section"
msgstr ""
-#: cofflink.c:471 elf64-ia64-vms.c:5202 elflink.c:5200
+#: cofflink.c:471 elf64-ia64-vms.c:5202 elflink.c:5202
#, c-format
msgid "warning: type of symbol `%s' changed from %d to %d in %pB"
msgstr ""
@@ -521,7 +521,7 @@ msgstr ""
msgid "%pB: relocs in section `%pA', but it has no contents"
msgstr ""
-#: cofflink.c:2415 elflink.c:11303
+#: cofflink.c:2415 elflink.c:11307
#, c-format
msgid ""
"%X`%s' referenced in section `%pA' of %pB: defined in discarded section `"
@@ -671,31 +671,31 @@ msgstr ""
msgid "DWARF error: unable to locate abstract instance DIE ref %<PRIu64>"
msgstr ""
-#: dwarf2.c:3101 dwarf2.c:3386 dwarf2.c:3773
+#: dwarf2.c:3101 dwarf2.c:3383 dwarf2.c:3770
#, c-format
msgid "DWARF error: could not find abbrev number %u"
msgstr ""
-#: dwarf2.c:3536
+#: dwarf2.c:3533
#, c-format
msgid "DWARF error: could not find variable specification at offset %lx"
msgstr ""
-#: dwarf2.c:3692
+#: dwarf2.c:3689
#, c-format
msgid ""
"DWARF error: found dwarf version '%u', this reader only handles version 2, "
"3, 4 and 5 information"
msgstr ""
-#: dwarf2.c:3736
+#: dwarf2.c:3733
#, c-format
msgid ""
"DWARF error: found address size '%u', this reader can not handle sizes "
"greater than '%u'"
msgstr ""
-#: dwarf2.c:3840
+#: dwarf2.c:3837
msgid ""
"DWARF error: DW_AT_comp_dir attribute encountered with a non-string form"
msgstr ""
@@ -856,7 +856,7 @@ msgstr ""
#: elf-m10200.c:434 elf-m10300.c:2146 elf32-avr.c:1508 elf32-bfin.c:3131
#: elf32-cr16.c:1432 elf32-cris.c:2034 elf32-crx.c:913 elf32-d10v.c:510
-#: elf32-epiphany.c:562 elf32-fr30.c:594 elf32-frv.c:4049 elf32-ft32.c:494
+#: elf32-epiphany.c:562 elf32-fr30.c:594 elf32-frv.c:4049 elf32-ft32.c:493
#: elf32-h8300.c:523 elf32-ip2k.c:1477 elf32-iq2000.c:691 elf32-lm32.c:1070
#: elf32-m32c.c:624 elf32-m32r.c:2837 elf32-m68hc1x.c:1272 elf32-mep.c:522
#: elf32-metag.c:1984 elf32-microblaze.c:1623 elf32-moxie.c:288 elf32-mt.c:402
@@ -868,7 +868,7 @@ msgstr ""
#: elf-m10200.c:438 elf-m10300.c:2150 elf32-avr.c:1512 elf32-bfin.c:3135
#: elf32-cr16.c:1436 elf32-cris.c:2038 elf32-crx.c:917 elf32-d10v.c:514
-#: elf32-fr30.c:598 elf32-frv.c:4053 elf32-ft32.c:498 elf32-h8300.c:527
+#: elf32-fr30.c:598 elf32-frv.c:4053 elf32-ft32.c:497 elf32-h8300.c:527
#: elf32-iq2000.c:695 elf32-lm32.c:1074 elf32-m32c.c:628 elf32-m32r.c:2841
#: elf32-m68hc1x.c:1276 elf32-mep.c:526 elf32-metag.c:1988
#: elf32-microblaze.c:1627 elf32-moxie.c:292 elf32-msp430.c:1510
@@ -888,7 +888,7 @@ msgstr ""
#: elf-m10200.c:446 elf-m10300.c:2167 elf32-avr.c:1520 elf32-bfin.c:3143
#: elf32-cr16.c:1444 elf32-cris.c:2046 elf32-crx.c:925 elf32-d10v.c:522
-#: elf32-epiphany.c:577 elf32-fr30.c:606 elf32-frv.c:4061 elf32-ft32.c:506
+#: elf32-epiphany.c:577 elf32-fr30.c:606 elf32-frv.c:4061 elf32-ft32.c:505
#: elf32-h8300.c:535 elf32-ip2k.c:1492 elf32-iq2000.c:703 elf32-lm32.c:1082
#: elf32-m32c.c:636 elf32-m32r.c:2849 elf32-m68hc1x.c:1284 elf32-mep.c:534
#: elf32-metag.c:1996 elf32-microblaze.c:1635 elf32-moxie.c:300
@@ -2029,7 +2029,7 @@ msgstr ""
msgid "errors encountered processing file %pB"
msgstr ""
-#: elf32-arm.c:17323 elflink.c:13156 elflink.c:13203
+#: elf32-arm.c:17323 elflink.c:13160 elflink.c:13207
#, c-format
msgid "could not find section %s"
msgstr ""
@@ -2125,7 +2125,7 @@ msgid "warning: %pB does not support interworking, whereas %pB does"
msgstr ""
#: elf32-avr.c:1516 elf32-bfin.c:3139 elf32-cris.c:2042 elf32-epiphany.c:573
-#: elf32-fr30.c:602 elf32-frv.c:4057 elf32-ft32.c:502 elf32-ip2k.c:1488
+#: elf32-fr30.c:602 elf32-frv.c:4057 elf32-ft32.c:501 elf32-ip2k.c:1488
#: elf32-iq2000.c:699 elf32-m32c.c:632 elf32-mep.c:530 elf32-metag.c:1992
#: elf32-moxie.c:296 elf32-msp430.c:1514 elf32-mt.c:406 elf32-or1k.c:1823
#: elf32-tilepro.c:3380 elf32-v850.c:2302 elf32-visium.c:688
@@ -4211,7 +4211,7 @@ msgstr ""
msgid "GPDISP relocation did not find ldah and lda instructions"
msgstr ""
-#: elf64-alpha.c:2001 elf64-alpha.c:2696 elflink.c:15234
+#: elf64-alpha.c:2001 elf64-alpha.c:2696 elflink.c:15246
#, c-format
msgid "%pB: dynamic relocation against `%pT' in read-only section `%pA'\n"
msgstr ""
@@ -4379,19 +4379,19 @@ msgstr ""
msgid "%pB: linking auto-pic files with non-auto-pic files"
msgstr ""
-#: elf64-ia64-vms.c:5152 elflink.c:5141
+#: elf64-ia64-vms.c:5152 elflink.c:5143
#, c-format
msgid ""
"warning: alignment %u of common symbol `%s' in %pB is greater than the "
"alignment (%u) of its section %pA"
msgstr ""
-#: elf64-ia64-vms.c:5159 elflink.c:5148
+#: elf64-ia64-vms.c:5159 elflink.c:5150
#, c-format
msgid "warning: alignment %u of symbol `%s' in %pB is smaller than %u in %pB"
msgstr ""
-#: elf64-ia64-vms.c:5175 elflink.c:5165
+#: elf64-ia64-vms.c:5175 elflink.c:5167
#, c-format
msgid ""
"warning: size of symbol `%s' changed from %<PRIu64> in %pB to %<PRIu64> in "
@@ -4817,7 +4817,7 @@ msgid ""
"section `%pA' is out of range"
msgstr ""
-#: elf64-x86-64.c:3417 elflink.c:13613
+#: elf64-x86-64.c:3417 elflink.c:13617
msgid "%F%P: corrupt input: %pB\n"
msgstr ""
@@ -4867,310 +4867,310 @@ msgid ""
"%<PRIu64>"
msgstr ""
-#: elflink.c:1384
+#: elflink.c:1386
#, c-format
msgid ""
"%s: TLS definition in %pB section %pA mismatches non-TLS definition in %pB "
"section %pA"
msgstr ""
-#: elflink.c:1390
+#: elflink.c:1392
#, c-format
msgid "%s: TLS reference in %pB mismatches non-TLS reference in %pB"
msgstr ""
-#: elflink.c:1396
+#: elflink.c:1398
#, c-format
msgid ""
"%s: TLS definition in %pB section %pA mismatches non-TLS reference in %pB"
msgstr ""
-#: elflink.c:1402
+#: elflink.c:1404
#, c-format
msgid ""
"%s: TLS reference in %pB mismatches non-TLS definition in %pB section %pA"
msgstr ""
-#: elflink.c:2114
+#: elflink.c:2116
#, c-format
msgid "%pB: unexpected redefinition of indirect versioned symbol `%s'"
msgstr ""
-#: elflink.c:2496
+#: elflink.c:2498
#, c-format
msgid "%pB: version node not found for symbol %s"
msgstr ""
-#: elflink.c:2587
+#: elflink.c:2589
#, c-format
msgid ""
"%pB: bad reloc symbol index (%#<PRIx64> >= %#lx) for offset %#<PRIx64> in "
"section `%pA'"
msgstr ""
-#: elflink.c:2599
+#: elflink.c:2601
#, c-format
msgid ""
"%pB: non-zero symbol index (%#<PRIx64>) for offset %#<PRIx64> in section `"
"%pA' when the object file has no symbol table"
msgstr ""
-#: elflink.c:2788
+#: elflink.c:2790
#, c-format
msgid "%pB: relocation size mismatch in %pB section %pA"
msgstr ""
-#: elflink.c:3117
+#: elflink.c:3119
#, c-format
msgid "warning: type and size of dynamic symbol `%s' are not defined"
msgstr ""
-#: elflink.c:3177
+#: elflink.c:3179
msgid "%P: copy reloc against protected `%pT' is dangerous\n"
msgstr ""
-#: elflink.c:4117
+#: elflink.c:4119
#, c-format
msgid "alternate ELF machine code found (%d) in %pB, expecting %d"
msgstr ""
-#: elflink.c:4598
+#: elflink.c:4600
#, c-format
msgid "%pB: invalid version offset %lx (max %lx)"
msgstr ""
-#: elflink.c:4666
+#: elflink.c:4668
#, c-format
msgid "%pB: %s local symbol at index %lu (>= sh_info of %lu)"
msgstr ""
-#: elflink.c:4814
+#: elflink.c:4816
#, c-format
msgid "%pB: not enough version information"
msgstr ""
-#: elflink.c:4852
+#: elflink.c:4854
#, c-format
msgid "%pB: %s: invalid version %u (max %d)"
msgstr ""
-#: elflink.c:4889
+#: elflink.c:4891
#, c-format
msgid "%pB: %s: invalid needed version %d"
msgstr ""
-#: elflink.c:5300
+#: elflink.c:5304
#, c-format
msgid "%pB: undefined reference to symbol '%s'"
msgstr ""
-#: elflink.c:6366
+#: elflink.c:6370
#, c-format
msgid "%pB: stack size specified and %s set"
msgstr ""
-#: elflink.c:6370
+#: elflink.c:6374
#, c-format
msgid "%pB: %s not absolute"
msgstr ""
-#: elflink.c:6567
+#: elflink.c:6571
#, c-format
msgid "%s: undefined version: %s"
msgstr ""
-#: elflink.c:7139
+#: elflink.c:7143
#, c-format
msgid "%pB: .preinit_array section is not allowed in DSO"
msgstr ""
-#: elflink.c:8701
+#: elflink.c:8705
#, c-format
msgid "undefined %s reference in complex symbol: %s"
msgstr ""
-#: elflink.c:8864 elflink.c:8872
+#: elflink.c:8868 elflink.c:8876
msgid "division by zero"
msgstr ""
-#: elflink.c:8886
+#: elflink.c:8890
#, c-format
msgid "unknown operator '%c' in complex symbol"
msgstr ""
#. PR 21524: Let the user know if a symbol was removed by garbage collection.
-#: elflink.c:9224
+#: elflink.c:9228
#, c-format
msgid ""
"%pB:%pA: error: relocation references symbol %s which was removed by garbage "
"collection"
msgstr ""
-#: elflink.c:9227
+#: elflink.c:9231
#, c-format
msgid "%pB:%pA: error: try relinking with --gc-keep-exported enabled"
msgstr ""
-#: elflink.c:9472 elflink.c:9490 elflink.c:9529 elflink.c:9547
+#: elflink.c:9476 elflink.c:9494 elflink.c:9533 elflink.c:9551
#, c-format
msgid "%pB: unable to sort relocs - they are in more than one size"
msgstr ""
#. The section size is not divisible by either -
#. something is wrong.
-#: elflink.c:9506 elflink.c:9563
+#: elflink.c:9510 elflink.c:9567
#, c-format
msgid "%pB: unable to sort relocs - they are of an unknown size"
msgstr ""
-#: elflink.c:9615
+#: elflink.c:9619
msgid "not enough memory to sort relocations"
msgstr ""
-#: elflink.c:9959
+#: elflink.c:9963
#, c-format
msgid "%pB: too many sections: %d (>= %d)"
msgstr ""
-#: elflink.c:10235
+#: elflink.c:10239
#, c-format
msgid "%pB: internal symbol `%s' in %pB is referenced by DSO"
msgstr ""
-#: elflink.c:10238
+#: elflink.c:10242
#, c-format
msgid "%pB: hidden symbol `%s' in %pB is referenced by DSO"
msgstr ""
-#: elflink.c:10241
+#: elflink.c:10245
#, c-format
msgid "%pB: local symbol `%s' in %pB is referenced by DSO"
msgstr ""
-#: elflink.c:10327
+#: elflink.c:10331
#, c-format
msgid "%pB: could not find output section %pA for input section %pA"
msgstr ""
-#: elflink.c:10481
+#: elflink.c:10485
#, c-format
msgid "%pB: protected symbol `%s' isn't defined"
msgstr ""
-#: elflink.c:10484
+#: elflink.c:10488
#, c-format
msgid "%pB: internal symbol `%s' isn't defined"
msgstr ""
-#: elflink.c:10487
+#: elflink.c:10491
#, c-format
msgid "%pB: hidden symbol `%s' isn't defined"
msgstr ""
-#: elflink.c:10519
+#: elflink.c:10523
#, c-format
msgid "%pB: no symbol version section for versioned symbol `%s'"
msgstr ""
-#: elflink.c:10918
+#: elflink.c:10922
#, c-format
msgid ""
"warning: --enable-non-contiguous-regions discards section `%s' from '%s'\n"
msgstr ""
-#: elflink.c:11172
+#: elflink.c:11176
#, c-format
msgid "error: %pB: size of section %pA is not multiple of address size"
msgstr ""
-#: elflink.c:11217
+#: elflink.c:11221
#, c-format
msgid ""
"error: %pB contains a reloc (%#<PRIx64>) for section %pA that references a "
"non-existent global symbol"
msgstr ""
-#: elflink.c:11975
+#: elflink.c:11979
#, c-format
msgid ""
"%pA has both ordered [`%pA' in %pB] and unordered [`%pA' in %pB] sections"
msgstr ""
-#: elflink.c:11981
+#: elflink.c:11985
#, c-format
msgid "%pA has both ordered and unordered sections"
msgstr ""
-#: elflink.c:12051
+#: elflink.c:12055
msgid "%F%P: %pA has ordered sections with incompatible alignments\n"
msgstr ""
-#: elflink.c:12125
+#: elflink.c:12129
#, c-format
msgid "%pB: no symbol found for import library"
msgstr ""
-#: elflink.c:12775
+#: elflink.c:12779
#, c-format
msgid "%pB: file class %s incompatible with %s"
msgstr ""
-#: elflink.c:13035
+#: elflink.c:13039
#, c-format
msgid "%pB: failed to generate import library"
msgstr ""
-#: elflink.c:13161
+#: elflink.c:13165
#, c-format
msgid "warning: %s section has zero size"
msgstr ""
-#: elflink.c:13209
+#: elflink.c:13213
#, c-format
msgid "warning: section '%s' is being made into a note"
msgstr ""
-#: elflink.c:13302
+#: elflink.c:13306
msgid "%P%X: read-only segment has dynamic relocations\n"
msgstr ""
-#: elflink.c:13305
+#: elflink.c:13309
msgid "%P: warning: creating DT_TEXTREL in a shared object\n"
msgstr ""
-#: elflink.c:13308
+#: elflink.c:13312
msgid "%P: warning: creating DT_TEXTREL in a PIE\n"
msgstr ""
-#: elflink.c:13441
+#: elflink.c:13445
msgid "%P%X: can not read symbols: %E\n"
msgstr ""
-#: elflink.c:13846
+#: elflink.c:13858
msgid "%F%P: %pB(%pA): error: need linked-to section for --gc-sections\n"
msgstr ""
-#: elflink.c:14309
+#: elflink.c:14321
#, c-format
msgid "%pB: %pA+%#<PRIx64>: no symbol found for INHERIT"
msgstr ""
-#: elflink.c:14350
+#: elflink.c:14362
#, c-format
msgid "%pB: section '%pA': corrupt VTENTRY entry"
msgstr ""
-#: elflink.c:14493
+#: elflink.c:14505
#, c-format
msgid "unrecognized INPUT_SECTION_FLAG %s\n"
msgstr ""
-#: elflink.c:15240
+#: elflink.c:15252
#, c-format
msgid "%P: %pB: warning: relocation against `%s' in read-only section `%pA'\n"
msgstr ""
-#: elflink.c:15329
+#: elflink.c:15341
msgid ""
"%P: warning: GNU indirect functions with DT_TEXTREL may result in a segfault "
"at runtime; recompile with %s\n"
diff --git a/bfd/version.m4 b/bfd/version.m4
index 755c039..a6f1d0f 100644
--- a/bfd/version.m4
+++ b/bfd/version.m4
@@ -1 +1 @@
-m4_define([BFD_VERSION], [2.36.0])
+m4_define([BFD_VERSION], [2.36.1])
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index c7ad374..8b08bd0 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,9 @@
+2021-02-06 Nick Clifton <nickc@redhat.com>
+
+ This is the 2.36.1 release.
+ * configure: Regenerate.
+ * po/binutils.pot: Regenerate.
+
2021-01-26 Frederic Cambus <fred@statdns.com>
* objcopy.c (copy_main): Fix a double free happening when both
diff --git a/binutils/configure b/binutils/configure
index 83b4b01..1bbc43a 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.36.0.
+# Generated by GNU Autoconf 2.69 for binutils 2.36.1.
#
#
# 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.36.0'
-PACKAGE_STRING='binutils 2.36.0'
+PACKAGE_VERSION='2.36.1'
+PACKAGE_STRING='binutils 2.36.1'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1389,7 +1389,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures binutils 2.36.0 to adapt to many kinds of systems.
+\`configure' configures binutils 2.36.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1460,7 +1460,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of binutils 2.36.0:";;
+ short | recursive ) echo "Configuration of binutils 2.36.1:";;
esac
cat <<\_ACEOF
@@ -1603,7 +1603,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-binutils configure 2.36.0
+binutils configure 2.36.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2251,7 +2251,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.36.0, which was
+It was created by binutils $as_me 2.36.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -4201,7 +4201,7 @@ fi
# Define the identity of the package.
PACKAGE='binutils'
- VERSION='2.36.0'
+ VERSION='2.36.1'
cat >>confdefs.h <<_ACEOF
@@ -16085,7 +16085,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.36.0, which was
+This file was extended by binutils $as_me 2.36.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -16151,7 +16151,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.36.0
+binutils config.status 2.36.1
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 b45c92c..b3c2c3b 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: 2021-01-09 10:56+0000\n"
+"POT-Creation-Date: 2021-02-06 09:03+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:444 ar.c:759 dlltool.c:3231 nm.c:1738 objcopy.c:6058
+#: addr2line.c:444 ar.c:759 dlltool.c:3231 nm.c:1738 objcopy.c:6032
#: objdump.c:5161 size.c:153 strings.c:291 windmc.c:960 windres.c:817
msgid "fatal error: libbfd ABI mismatch"
msgstr ""
@@ -455,7 +455,7 @@ msgstr ""
msgid "Cannot convert existing thin library %s to normal format"
msgstr ""
-#: ar.c:1091 ar.c:1188 ar.c:1520 objcopy.c:3617
+#: ar.c:1091 ar.c:1188 ar.c:1510 objcopy.c:3617
#, c-format
msgid "internal stat error on %s"
msgstr ""
@@ -470,21 +470,21 @@ msgstr ""
msgid "illegal output pathname for archive member: %s, using '%s' instead"
msgstr ""
-#: ar.c:1265
+#: ar.c:1263
msgid "could not create temporary file whilst writing archive"
msgstr ""
-#: ar.c:1423
+#: ar.c:1413
#, c-format
msgid "No member named `%s'\n"
msgstr ""
-#: ar.c:1473
+#: ar.c:1463
#, c-format
msgid "no entry %s in archive %s!"
msgstr ""
-#: ar.c:1633
+#: ar.c:1623
#, c-format
msgid "%s: no archive map to update"
msgstr ""
@@ -524,27 +524,27 @@ msgstr ""
msgid "%s: no output archive specified yet\n"
msgstr ""
-#: arsup.c:257 arsup.c:300 arsup.c:342 arsup.c:377 arsup.c:443
+#: arsup.c:257 arsup.c:300 arsup.c:342 arsup.c:365 arsup.c:431
#, c-format
msgid "%s: no open output archive\n"
msgstr ""
-#: arsup.c:273 arsup.c:398 arsup.c:424
+#: arsup.c:273 arsup.c:386 arsup.c:412
#, c-format
msgid "%s: can't open file %s\n"
msgstr ""
-#: arsup.c:327 arsup.c:420 arsup.c:501
+#: arsup.c:327 arsup.c:408 arsup.c:489
#, c-format
msgid "%s: can't find module file %s\n"
msgstr ""
-#: arsup.c:452
+#: arsup.c:440
#, c-format
msgid "Current open archive is %s\n"
msgstr ""
-#: arsup.c:476
+#: arsup.c:464
#, c-format
msgid "%s: no open archive\n"
msgstr ""
@@ -5021,7 +5021,7 @@ msgstr ""
msgid "cannot open '%s': %s"
msgstr ""
-#: objcopy.c:1095 objcopy.c:5070
+#: objcopy.c:1095 objcopy.c:5058
#, c-format
msgid "%s: fread failed"
msgstr ""
@@ -5392,151 +5392,151 @@ msgstr ""
msgid "don't know how to write debugging information for %s"
msgstr ""
-#: objcopy.c:4860
+#: objcopy.c:4854
msgid "could not create temporary file to hold stripped copy"
msgstr ""
-#: objcopy.c:4939
+#: objcopy.c:4927
#, c-format
msgid "%s: bad version in PE subsystem"
msgstr ""
-#: objcopy.c:4969
+#: objcopy.c:4957
#, c-format
msgid "unknown PE subsystem: %s"
msgstr ""
-#: objcopy.c:5023 objcopy.c:5294 objcopy.c:5374 objcopy.c:5515 objcopy.c:5547
-#: objcopy.c:5610 objcopy.c:5614 objcopy.c:5634
+#: objcopy.c:5011 objcopy.c:5281 objcopy.c:5361 objcopy.c:5502 objcopy.c:5534
+#: objcopy.c:5597 objcopy.c:5601 objcopy.c:5621
#, c-format
msgid "bad format for %s"
msgstr ""
-#: objcopy.c:5052
+#: objcopy.c:5040
#, c-format
msgid "cannot open: %s: %s"
msgstr ""
-#: objcopy.c:5106
+#: objcopy.c:5093
msgid "byte number must be non-negative"
msgstr ""
-#: objcopy.c:5112
+#: objcopy.c:5099
#, c-format
msgid "architecture %s unknown"
msgstr ""
-#: objcopy.c:5120
+#: objcopy.c:5107
msgid "interleave must be positive"
msgstr ""
-#: objcopy.c:5129
+#: objcopy.c:5116
msgid "interleave width must be positive"
msgstr ""
-#: objcopy.c:5447
+#: objcopy.c:5434
#, c-format
msgid "unrecognized --compress-debug-sections type `%s'"
msgstr ""
-#: objcopy.c:5468
+#: objcopy.c:5455
#, c-format
msgid "unrecognized --elf-stt-common= option `%s'"
msgstr ""
-#: objcopy.c:5484
+#: objcopy.c:5471
#, c-format
msgid "Warning: truncating gap-fill from 0x%s to 0x%x"
msgstr ""
-#: objcopy.c:5570
+#: objcopy.c:5557
msgid "bad format for --set-section-alignment: argument needed"
msgstr ""
-#: objcopy.c:5574
+#: objcopy.c:5561
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:5586
+#: objcopy.c:5573
msgid "bad format for --set-section-alignment: alignment is not a power of two"
msgstr ""
-#: objcopy.c:5689
+#: objcopy.c:5676
#, c-format
msgid "unknown long section names option '%s'"
msgstr ""
-#: objcopy.c:5712
+#: objcopy.c:5699
msgid "unable to parse alternative machine code"
msgstr ""
-#: objcopy.c:5761
+#: objcopy.c:5748
msgid "number of bytes to reverse must be positive and even"
msgstr ""
-#: objcopy.c:5764
+#: objcopy.c:5751
#, c-format
msgid "Warning: ignoring previous --reverse-bytes value of %d"
msgstr ""
-#: objcopy.c:5779
+#: objcopy.c:5766
#, c-format
msgid "%s: invalid reserve value for --heap"
msgstr ""
-#: objcopy.c:5785
+#: objcopy.c:5772
#, c-format
msgid "%s: invalid commit value for --heap"
msgstr ""
-#: objcopy.c:5810
+#: objcopy.c:5797
#, c-format
msgid "%s: invalid reserve value for --stack"
msgstr ""
-#: objcopy.c:5816
+#: objcopy.c:5803
#, c-format
msgid "%s: invalid commit value for --stack"
msgstr ""
-#: objcopy.c:5825
+#: objcopy.c:5812
msgid "verilog data width must be at least 1 byte"
msgstr ""
-#: objcopy.c:5842
+#: objcopy.c:5829
msgid "--globalize-symbol(s) is incompatible with -G/--keep-global-symbol(s)"
msgstr ""
-#: objcopy.c:5854
+#: objcopy.c:5841
msgid "interleave start byte must be set with --byte"
msgstr ""
-#: objcopy.c:5857
+#: objcopy.c:5844
msgid "byte number must be less than interleave"
msgstr ""
-#: objcopy.c:5860
+#: objcopy.c:5847
msgid "interleave width must be less than or equal to interleave - byte`"
msgstr ""
-#: objcopy.c:5889
+#: objcopy.c:5876
#, c-format
msgid "unknown input EFI target: %s"
msgstr ""
-#: objcopy.c:5920
+#: objcopy.c:5907
#, c-format
msgid "unknown output EFI target: %s"
msgstr ""
-#: objcopy.c:5946
+#: objcopy.c:5927
#, c-format
msgid ""
"warning: could not create temporary file whilst copying '%s', (error: %s)"
msgstr ""
-#: objcopy.c:5987 objcopy.c:6001
+#: objcopy.c:5961 objcopy.c:5975
#, c-format
msgid "%s %s%c0x%s never used"
msgstr ""
@@ -10861,12 +10861,12 @@ msgid "%s: cannot set time: %s"
msgstr ""
#. We have to clean up here.
-#: rename.c:195 rename.c:232
+#: rename.c:157 rename.c:195
#, c-format
msgid "unable to rename '%s'; reason: %s"
msgstr ""
-#: rename.c:240
+#: rename.c:203
#, c-format
msgid "unable to copy file '%s'; reason: %s"
msgstr ""
diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog
index 98283ba..404e0de 100644
--- a/elfcpp/ChangeLog
+++ b/elfcpp/ChangeLog
@@ -1,3 +1,7 @@
+2021-02-06 Nick Clifton <nickc@redhat.com>
+
+ This is the 2.36.1 release.
+
2021-01-24 Nick Clifton <nickc@redhat.com>
This is the 2.36 release.
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 89cf883..7f37f52 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,9 @@
+2021-02-06 Nick Clifton <nickc@redhat.com>
+
+ This is the 2.36.1 release.
+ * configure: Regenerate.
+ * po/gas.pot: Regenerate.
+
2021-02-05 Nelson Chu <nelson.chu@sifive.com>
* config/tc-riscv.c (riscv_multi_subset_supports): Removed
diff --git a/gas/configure b/gas/configure
index d03432c..b3c3807 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.36.0.
+# Generated by GNU Autoconf 2.69 for gas 2.36.1.
#
#
# 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.36.0'
-PACKAGE_STRING='gas 2.36.0'
+PACKAGE_VERSION='2.36.1'
+PACKAGE_STRING='gas 2.36.1'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1370,7 +1370,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.36.0 to adapt to many kinds of systems.
+\`configure' configures gas 2.36.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1441,7 +1441,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of gas 2.36.0:";;
+ short | recursive ) echo "Configuration of gas 2.36.1:";;
esac
cat <<\_ACEOF
@@ -1577,7 +1577,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-gas configure 2.36.0
+gas configure 2.36.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2042,7 +2042,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.36.0, which was
+It was created by gas $as_me 2.36.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3989,7 +3989,7 @@ fi
# Define the identity of the package.
PACKAGE='gas'
- VERSION='2.36.0'
+ VERSION='2.36.1'
cat >>confdefs.h <<_ACEOF
@@ -15794,7 +15794,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.36.0, which was
+This file was extended by gas $as_me 2.36.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -15860,7 +15860,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.36.0
+gas config.status 2.36.1
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 3ad7b98..b5c9921 100644
--- a/gas/po/gas.pot
+++ b/gas/po/gas.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: 2021-01-24 10:22+0000\n"
+"POT-Creation-Date: 2021-02-06 09:02+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"
@@ -2616,8 +2616,8 @@ msgstr ""
#: config/tc-nios2.c:3640 config/tc-ns32k.c:1906 config/tc-ppc.c:1688
#: config/tc-ppc.c:1726 config/tc-ppc.c:1765 config/tc-ppc.c:1804
#: config/tc-ppc.c:1822 config/tc-pru.c:1569 config/tc-pru.c:1573
-#: config/tc-riscv.c:285 config/tc-riscv.c:636 config/tc-riscv.c:693
-#: config/tc-riscv.c:1078 config/tc-s390.c:536 config/tc-s390.c:574
+#: config/tc-riscv.c:275 config/tc-riscv.c:626 config/tc-riscv.c:683
+#: config/tc-riscv.c:1068 config/tc-s390.c:536 config/tc-s390.c:574
#: config/tc-sparc.c:961 config/tc-sparc.c:993 config/tc-tic30.c:121
#: config/tc-tic30.c:131 config/tc-tic30.c:141 config/tc-tic30.c:151
#: config/tc-tic4x.c:1215 config/tc-tilegx.c:316 config/tc-tilepro.c:252
@@ -2714,8 +2714,8 @@ msgstr ""
msgid "unknown architecture: %s\n"
msgstr ""
-#: config/tc-arc.c:893 config/tc-ia64.c:7476 config/tc-riscv.c:1110
-#: config/tc-riscv.c:3793 config/tc-tilegx.c:262
+#: config/tc-arc.c:893 config/tc-ia64.c:7476 config/tc-riscv.c:1100
+#: config/tc-riscv.c:3783 config/tc-tilegx.c:262
msgid "Could not set architecture and machine"
msgstr ""
@@ -7878,7 +7878,7 @@ msgstr ""
msgid "internal error: losing opcode: `%s' \"%s\"\n"
msgstr ""
-#: config/tc-hppa.c:8263 config/tc-nios2.c:1438 config/tc-riscv.c:1089
+#: config/tc-hppa.c:8263 config/tc-nios2.c:1438 config/tc-riscv.c:1079
#: config/tc-sparc.c:999
msgid "Broken assembler. No assembly attempted."
msgstr ""
@@ -8390,7 +8390,7 @@ msgstr ""
msgid "segment override on `%s' is ineffectual"
msgstr ""
-#: config/tc-i386.c:8528 config/tc-riscv.c:1185
+#: config/tc-i386.c:8528 config/tc-riscv.c:1175
msgid "relaxable branches not supported in absolute section"
msgstr ""
@@ -12301,7 +12301,7 @@ msgstr ""
msgid "la used to load 64-bit address; recommend using dla instead"
msgstr ""
-#: config/tc-mips.c:11104 config/tc-riscv.c:1490
+#: config/tc-mips.c:11104 config/tc-riscv.c:1480
msgid "offset too large"
msgstr ""
@@ -12424,7 +12424,7 @@ msgstr ""
msgid "PC-relative reference to a different section"
msgstr ""
-#: config/tc-mips.c:15911 config/tc-riscv.c:2931
+#: config/tc-mips.c:15911 config/tc-riscv.c:2921
msgid "TLS relocation against a constant"
msgstr ""
@@ -14302,36 +14302,36 @@ msgid "Big-endian R2 is not supported."
msgstr ""
#. Unrecognised instruction - error.
-#: config/tc-nios2.c:3756 config/tc-pru.c:1717
+#: config/tc-nios2.c:3752 config/tc-pru.c:1717
#, c-format
msgid "unrecognised instruction %s"
msgstr ""
-#: config/tc-nios2.c:3876 config/tc-pru.c:1773
+#: config/tc-nios2.c:3872 config/tc-pru.c:1773
#, c-format
msgid "can't represent relocation type %s"
msgstr ""
-#: config/tc-nios2.c:3969
+#: config/tc-nios2.c:3965
msgid "Bad .section directive: want a,s,w,x,M,S,G,T in string"
msgstr ""
-#: config/tc-nios2.c:3998
+#: config/tc-nios2.c:3994
#, c-format
msgid "Illegal operands: %%tls_ldo in %d-byte data field"
msgstr ""
-#: config/tc-nios2.c:4010
+#: config/tc-nios2.c:4006
#, c-format
msgid "Illegal operands: %%gotoff in %d-byte data field"
msgstr ""
-#: config/tc-nios2.c:4023 config/tc-nios2.c:4042 config/tc-nios2.c:4050
+#: config/tc-nios2.c:4019 config/tc-nios2.c:4038 config/tc-nios2.c:4046
#, c-format
msgid "Illegal operands: %s requires arguments in ()"
msgstr ""
-#: config/tc-nios2.c:4058
+#: config/tc-nios2.c:4054
#, c-format
msgid "Illegal operands: garbage after %s()"
msgstr ""
@@ -15372,200 +15372,200 @@ msgstr ""
msgid "Unknown default privilege spec `%d.%d.%d' set by privilege attributes"
msgstr ""
-#: config/tc-riscv.c:777
+#: config/tc-riscv.c:767
#, c-format
msgid "internal: bad RISC-V CSR class (0x%x)"
msgstr ""
-#: config/tc-riscv.c:782
+#: config/tc-riscv.c:772
#, c-format
msgid "Invalid CSR `%s' for the current ISA"
msgstr ""
-#: config/tc-riscv.c:805
+#: config/tc-riscv.c:795
#, c-format
msgid "Invalid CSR `%s' for the privilege spec `%s'"
msgstr ""
-#: config/tc-riscv.c:924
+#: config/tc-riscv.c:914
#, c-format
msgid "internal: bad RISC-V opcode (mask error): %s %s"
msgstr ""
-#: config/tc-riscv.c:973
+#: config/tc-riscv.c:963
#, c-format
msgid "internal: bad RISC-V opcode (unknown operand type `CF%c'): %s %s"
msgstr ""
-#: config/tc-riscv.c:980
+#: config/tc-riscv.c:970
#, c-format
msgid "internal: bad RISC-V opcode (unknown operand type `C%c'): %s %s"
msgstr ""
-#: config/tc-riscv.c:1024 config/tc-riscv.c:1036
+#: config/tc-riscv.c:1014 config/tc-riscv.c:1026
#, c-format
msgid "internal: bad RISC-V opcode (unknown operand type `F%c'): %s %s"
msgstr ""
-#: config/tc-riscv.c:1043
+#: config/tc-riscv.c:1033
#, c-format
msgid "internal: bad RISC-V opcode (unknown operand type `%c'): %s %s"
msgstr ""
-#: config/tc-riscv.c:1051
+#: config/tc-riscv.c:1041
#, c-format
msgid "internal: bad RISC-V opcode (bits 0x%lx undefined): %s %s"
msgstr ""
-#: config/tc-riscv.c:1199
+#: config/tc-riscv.c:1189
#, c-format
msgid "Unsupported RISC-V relocation number %d"
msgstr ""
-#: config/tc-riscv.c:1284
+#: config/tc-riscv.c:1274
msgid "internal error: invalid macro"
msgstr ""
-#: config/tc-riscv.c:1309
+#: config/tc-riscv.c:1299
msgid "internal error: vasprintf failed"
msgstr ""
-#: config/tc-riscv.c:1338 config/tc-riscv.c:1414
+#: config/tc-riscv.c:1328 config/tc-riscv.c:1404
msgid "unsupported large constant"
msgstr ""
-#: config/tc-riscv.c:1340
+#: config/tc-riscv.c:1330
#, c-format
msgid "unknown CSR `%s'"
msgstr ""
-#: config/tc-riscv.c:1343
+#: config/tc-riscv.c:1333
#, c-format
msgid "Instruction %s requires absolute expression"
msgstr ""
-#: config/tc-riscv.c:1608
+#: config/tc-riscv.c:1598
#, c-format
msgid "Macro %s not implemented"
msgstr ""
-#: config/tc-riscv.c:1955
+#: config/tc-riscv.c:1945
#, c-format
msgid "Read-only CSR is written `%s'"
msgstr ""
-#: config/tc-riscv.c:2195
+#: config/tc-riscv.c:2185
msgid "bad value for funct6 field, value must be 0...64"
msgstr ""
-#: config/tc-riscv.c:2210
+#: config/tc-riscv.c:2200
msgid "bad value for funct4 field, value must be 0...15"
msgstr ""
-#: config/tc-riscv.c:2225 config/tc-riscv.c:2584
+#: config/tc-riscv.c:2215 config/tc-riscv.c:2574
msgid "bad value for funct3 field, value must be 0...7"
msgstr ""
-#: config/tc-riscv.c:2239 config/tc-riscv.c:2599
+#: config/tc-riscv.c:2229 config/tc-riscv.c:2589
msgid "bad value for funct2 field, value must be 0...3"
msgstr ""
-#: config/tc-riscv.c:2248
+#: config/tc-riscv.c:2238
#, c-format
msgid "bad compressed FUNCT field specifier 'CF%c'\n"
msgstr ""
-#: config/tc-riscv.c:2255
+#: config/tc-riscv.c:2245
#, c-format
msgid "bad RVC field specifier 'C%c'\n"
msgstr ""
-#: config/tc-riscv.c:2278 config/tc-riscv.c:2289
+#: config/tc-riscv.c:2268 config/tc-riscv.c:2279
#, c-format
msgid "Improper shift amount (%lu)"
msgstr ""
-#: config/tc-riscv.c:2300
+#: config/tc-riscv.c:2290
#, c-format
msgid "Improper CSRxI immediate (%lu)"
msgstr ""
-#: config/tc-riscv.c:2317
+#: config/tc-riscv.c:2307
#, c-format
msgid "Improper CSR address (%lu)"
msgstr ""
-#: config/tc-riscv.c:2494
+#: config/tc-riscv.c:2484
msgid "lui expression not in range 0..1048575"
msgstr ""
-#: config/tc-riscv.c:2530
+#: config/tc-riscv.c:2520
msgid ""
"bad value for opcode field, value must be 0...127 and lower 2 bits must be "
"0x3"
msgstr ""
-#: config/tc-riscv.c:2546
+#: config/tc-riscv.c:2536
msgid "bad value for opcode field, value must be 0...2"
msgstr ""
-#: config/tc-riscv.c:2556
+#: config/tc-riscv.c:2546
#, c-format
msgid "bad Opcode field specifier 'O%c'\n"
msgstr ""
-#: config/tc-riscv.c:2569
+#: config/tc-riscv.c:2559
msgid "bad value for funct7 field, value must be 0...127"
msgstr ""
-#: config/tc-riscv.c:2610
+#: config/tc-riscv.c:2600
#, c-format
msgid "bad FUNCT field specifier 'F%c'\n"
msgstr ""
-#: config/tc-riscv.c:2624
+#: config/tc-riscv.c:2614
#, c-format
msgid "internal error: bad argument type %c"
msgstr ""
-#: config/tc-riscv.c:2629
+#: config/tc-riscv.c:2619
msgid "illegal operands"
msgstr ""
-#: config/tc-riscv.c:3027
+#: config/tc-riscv.c:3017
#, c-format
msgid "internal error: bad CFA value #%d"
msgstr ""
-#: config/tc-riscv.c:3108
+#: config/tc-riscv.c:3098
#, c-format
msgid "internal error: bad relocation #%d"
msgstr ""
-#: config/tc-riscv.c:3113
+#: config/tc-riscv.c:3103
msgid "unsupported symbol subtraction"
msgstr ""
-#: config/tc-riscv.c:3224
+#: config/tc-riscv.c:3214
msgid ".option pop with no .option push"
msgstr ""
-#: config/tc-riscv.c:3234
+#: config/tc-riscv.c:3224
#, c-format
msgid "Unrecognized .option directive: %s\n"
msgstr ""
-#: config/tc-riscv.c:3254
+#: config/tc-riscv.c:3244
#, c-format
msgid "Unsupported use of %s"
msgstr ""
-#: config/tc-riscv.c:3409
+#: config/tc-riscv.c:3399
#, c-format
msgid "cannot represent %s relocation in object file"
msgstr ""
-#: config/tc-riscv.c:3550
+#: config/tc-riscv.c:3540
#, c-format
msgid ""
"RISC-V options:\n"
@@ -15584,26 +15584,26 @@ msgid ""
" -mno-arch-attr don't generate RISC-V arch attribute\n"
msgstr ""
-#: config/tc-riscv.c:3587
+#: config/tc-riscv.c:3577
#, c-format
msgid "unknown register `%s'"
msgstr ""
-#: config/tc-riscv.c:3609
+#: config/tc-riscv.c:3599
#, c-format
msgid "non-constant .%cleb128 is not supported"
msgstr ""
-#: config/tc-riscv.c:3698
+#: config/tc-riscv.c:3688
#, c-format
msgid "internal: bad RISC-V priv spec string (%s)"
msgstr ""
-#: config/tc-riscv.c:3784
+#: config/tc-riscv.c:3774
msgid ".attribute arch must set before any instructions"
msgstr ""
-#: config/tc-riscv.c:3801
+#: config/tc-riscv.c:3791
msgid ".attribute priv spec must set before any instructions"
msgstr ""
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 8988f19..8f57acf 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,8 @@
+2021-02-06 Nick Clifton <nickc@redhat.com>
+
+ This is the 2.36.1 release.
+ * po/gold.pot: Regenerate.
+
2021-01-28 H.J. Lu <hongjiu.lu@intel.com>
PR gold/27246
diff --git a/gold/po/gold.pot b/gold/po/gold.pot
index b1be33a..454da26 100644
--- a/gold/po/gold.pot
+++ b/gold/po/gold.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: 2021-01-24 10:23+0000\n"
+"POT-Creation-Date: 2021-02-06 09:03+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"
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index 843d784..02c0760 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,8 @@
+2021-02-06 Nick Clifton <nickc@redhat.com>
+
+ This is the 2.36.1 release.
+ * configure: Regenerate.
+
2021-01-24 Nick Clifton <nickc@redhat.com>
* configure: Regenerate.
diff --git a/gprof/configure b/gprof/configure
index b12ec2e..ee19d71 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.36.0.
+# Generated by GNU Autoconf 2.69 for gprof 2.36.1.
#
#
# 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.36.0'
-PACKAGE_STRING='gprof 2.36.0'
+PACKAGE_VERSION='2.36.1'
+PACKAGE_STRING='gprof 2.36.1'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1338,7 +1338,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.36.0 to adapt to many kinds of systems.
+\`configure' configures gprof 2.36.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1409,7 +1409,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of gprof 2.36.0:";;
+ short | recursive ) echo "Configuration of gprof 2.36.1:";;
esac
cat <<\_ACEOF
@@ -1520,7 +1520,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-gprof configure 2.36.0
+gprof configure 2.36.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1885,7 +1885,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.36.0, which was
+It was created by gprof $as_me 2.36.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3832,7 +3832,7 @@ fi
# Define the identity of the package.
PACKAGE='gprof'
- VERSION='2.36.0'
+ VERSION='2.36.1'
cat >>confdefs.h <<_ACEOF
@@ -13118,7 +13118,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.36.0, which was
+This file was extended by gprof $as_me 2.36.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -13184,7 +13184,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.36.0
+gprof config.status 2.36.1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/include/ChangeLog b/include/ChangeLog
index 59f9742..733174b 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2021-02-06 Nick Clifton <nickc@redhat.com>
+
+ This is the 2.36.1 release.
+
2021-02-05 Nelson Chu <nelson.chu@sifive.com>
* opcode/riscv-opc.h: Removed macros for zb* extensions.
diff --git a/ld/ChangeLog b/ld/ChangeLog
index b419b4a..97fef18 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+2021-02-06 Nick Clifton <nickc@redhat.com>
+
+ This is the 2.36.1 release.
+ * configure: Regenerate.
+ * po/ld.pot: Regenerate.
+
2021-02-04 H.J. Lu <hongjiu.lu@intel.com>
PR ld/15146
diff --git a/ld/configure b/ld/configure
index d399d08..b096979 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.36.0.
+# Generated by GNU Autoconf 2.69 for ld 2.36.1.
#
#
# 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.36.0'
-PACKAGE_STRING='ld 2.36.0'
+PACKAGE_VERSION='2.36.1'
+PACKAGE_STRING='ld 2.36.1'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1399,7 +1399,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.36.0 to adapt to many kinds of systems.
+\`configure' configures ld 2.36.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1470,7 +1470,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of ld 2.36.0:";;
+ short | recursive ) echo "Configuration of ld 2.36.1:";;
esac
cat <<\_ACEOF
@@ -1612,7 +1612,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-ld configure 2.36.0
+ld configure 2.36.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2327,7 +2327,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.36.0, which was
+It was created by ld $as_me 2.36.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -4278,7 +4278,7 @@ fi
# Define the identity of the package.
PACKAGE='ld'
- VERSION='2.36.0'
+ VERSION='2.36.1'
cat >>confdefs.h <<_ACEOF
@@ -18373,7 +18373,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.36.0, which was
+This file was extended by ld $as_me 2.36.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -18439,7 +18439,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.36.0
+ld config.status 2.36.1
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 4f094c5..d24a95e 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: 2021-01-24 10:34+0000\n"
+"POT-Creation-Date: 2021-02-06 09:03+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"
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index fbfd6cd..6046ffe 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,9 @@
+2021-02-06 Nick Clifton <nickc@redhat.com>
+
+ This is the 2.36.1 release.
+ * configure: Regenerate.
+ * po/opcodes.pot: Regenerate.
+
2021-02-05 Nelson Chu <nelson.chu@sifive.com>
* riscv-opc.c (MASK_RVB_IMM): Removed.
diff --git a/opcodes/configure b/opcodes/configure
index dca94db..2e73c17 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.36.0.
+# Generated by GNU Autoconf 2.69 for opcodes 2.36.1.
#
#
# 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.36.0'
-PACKAGE_STRING='opcodes 2.36.0'
+PACKAGE_VERSION='2.36.1'
+PACKAGE_STRING='opcodes 2.36.1'
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.36.0 to adapt to many kinds of systems.
+\`configure' configures opcodes 2.36.1 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.36.0:";;
+ short | recursive ) echo "Configuration of opcodes 2.36.1:";;
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.36.0
+opcodes configure 2.36.1
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.36.0, which was
+It was created by opcodes $as_me 2.36.1, 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.36.0'
+ VERSION='2.36.1'
cat >>confdefs.h <<_ACEOF
@@ -13523,7 +13523,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.36.0, which was
+This file was extended by opcodes $as_me 2.36.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -13589,7 +13589,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.36.0
+opcodes config.status 2.36.1
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 902d897..300948f 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: 2021-01-24 11:46+0000\n"
+"POT-Creation-Date: 2021-02-06 09:02+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"
@@ -1173,37 +1173,37 @@ msgstr ""
msgid "%s: %s: invalid opcode length: %s\n"
msgstr ""
-#: i386-gen.c:1888
+#: i386-gen.c:1890
#, c-format
msgid "can't find i386-reg.tbl for reading, errno = %s\n"
msgstr ""
-#: i386-gen.c:1966
+#: i386-gen.c:1968
#, c-format
msgid "can't create i386-init.h, errno = %s\n"
msgstr ""
-#: i386-gen.c:2056 ia64-gen.c:2829
+#: i386-gen.c:2058 ia64-gen.c:2829
#, c-format
msgid "unable to change directory to \"%s\", errno = %s\n"
msgstr ""
-#: i386-gen.c:2070 i386-gen.c:2075
+#: i386-gen.c:2072 i386-gen.c:2077
#, c-format
msgid "CpuMax != %d!\n"
msgstr ""
-#: i386-gen.c:2079
+#: i386-gen.c:2081
#, c-format
msgid "%d unused bits in i386_cpu_flags.\n"
msgstr ""
-#: i386-gen.c:2094
+#: i386-gen.c:2096
#, c-format
msgid "%d unused bits in i386_operand_type.\n"
msgstr ""
-#: i386-gen.c:2108
+#: i386-gen.c:2110
#, c-format
msgid "can't create i386-tbl.h, errno = %s\n"
msgstr ""