Skip to content

Commit d7f734b

Browse files
committed
Set version to 2.34, turn off development, add changelog entries
1 parent 7e57459 commit d7f734b

File tree

24 files changed

+432
-400
lines changed

24 files changed

+432
-400
lines changed

bfd/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2020-02-01 Nick Clifton <[email protected]>
2+
3+
Binutils 2.34 release.
4+
15
2020-01-29 Alan Modra <[email protected]>
26

37
Apply from master

bfd/configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for bfd 2.33.90.
3+
# Generated by GNU Autoconf 2.69 for bfd 2.34.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@ MAKEFLAGS=
587587
# Identity of this package.
588588
PACKAGE_NAME='bfd'
589589
PACKAGE_TARNAME='bfd'
590-
PACKAGE_VERSION='2.33.90'
591-
PACKAGE_STRING='bfd 2.33.90'
590+
PACKAGE_VERSION='2.34'
591+
PACKAGE_STRING='bfd 2.34'
592592
PACKAGE_BUGREPORT=''
593593
PACKAGE_URL=''
594594

@@ -1391,7 +1391,7 @@ if test "$ac_init_help" = "long"; then
13911391
# Omit some internal or obsolete options to make the list less imposing.
13921392
# This message is too long to be a string in the A/UX 3.1 sh.
13931393
cat <<_ACEOF
1394-
\`configure' configures bfd 2.33.90 to adapt to many kinds of systems.
1394+
\`configure' configures bfd 2.34 to adapt to many kinds of systems.
13951395

13961396
Usage: $0 [OPTION]... [VAR=VALUE]...
13971397

@@ -1462,7 +1462,7 @@ fi
14621462

14631463
if test -n "$ac_init_help"; then
14641464
case $ac_init_help in
1465-
short | recursive ) echo "Configuration of bfd 2.33.90:";;
1465+
short | recursive ) echo "Configuration of bfd 2.34:";;
14661466
esac
14671467
cat <<\_ACEOF
14681468

@@ -1589,7 +1589,7 @@ fi
15891589
test -n "$ac_init_help" && exit $ac_status
15901590
if $ac_init_version; then
15911591
cat <<\_ACEOF
1592-
bfd configure 2.33.90
1592+
bfd configure 2.34
15931593
generated by GNU Autoconf 2.69
15941594

15951595
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2237,7 +2237,7 @@ cat >config.log <<_ACEOF
22372237
This file contains any messages produced by compilers while
22382238
running configure, to aid debugging if configure makes a mistake.
22392239

2240-
It was created by bfd $as_me 2.33.90, which was
2240+
It was created by bfd $as_me 2.34, which was
22412241
generated by GNU Autoconf 2.69. Invocation command line was
22422242

22432243
$ $0 $@
@@ -4187,7 +4187,7 @@ fi
41874187

41884188
# Define the identity of the package.
41894189
PACKAGE='bfd'
4190-
VERSION='2.33.90'
4190+
VERSION='2.34'
41914191

41924192

41934193
cat >>confdefs.h <<_ACEOF
@@ -16953,7 +16953,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1695316953
# report actual input values of CONFIG_FILES etc. instead of their
1695416954
# values after options handling.
1695516955
ac_log="
16956-
This file was extended by bfd $as_me 2.33.90, which was
16956+
This file was extended by bfd $as_me 2.34, which was
1695716957
generated by GNU Autoconf 2.69. Invocation command line was
1695816958

1695916959
CONFIG_FILES = $CONFIG_FILES
@@ -17019,7 +17019,7 @@ _ACEOF
1701917019
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1702017020
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1702117021
ac_cs_version="\\
17022-
bfd config.status 2.33.90
17022+
bfd config.status 2.34
1702317023
configured by $0, generated by GNU Autoconf 2.69,
1702417024
with options \\"\$ac_cs_config\\"
1702517025

bfd/development.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1717

1818
# Controls whether to enable development-mode features by default.
19-
development=true
19+
development=false
2020

2121
# Indicate whether this is a release branch.
22-
experimental=true
22+
experimental=false

bfd/po/bfd.pot

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: [email protected]\n"
11-
"POT-Creation-Date: 2020-01-18 14:01+0000\n"
11+
"POT-Creation-Date: 2020-02-01 11:49+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -274,8 +274,8 @@ msgstr ""
274274
msgid "using multiple gp values"
275275
msgstr ""
276276

277-
#: coff-alpha.c:1501 coff-alpha.c:1507 elf.c:9274 elf32-mcore.c:100
278-
#: elf32-mcore.c:455 elf32-ppc.c:7670 elf32-ppc.c:8821 elf64-ppc.c:15566
277+
#: coff-alpha.c:1501 coff-alpha.c:1507 elf.c:9280 elf32-mcore.c:100
278+
#: elf32-mcore.c:455 elf32-ppc.c:7670 elf32-ppc.c:8821 elf64-ppc.c:15567
279279
#, c-format
280280
msgid "%pB: %s unsupported"
281281
msgstr ""
@@ -498,16 +498,16 @@ msgstr ""
498498
msgid "<corrupt info> %s"
499499
msgstr ""
500500

501-
#: coffgen.c:2706 elflink.c:14466 linker.c:2960
501+
#: coffgen.c:2706 elflink.c:14470 linker.c:2960
502502
msgid "%F%P: already_linked_table: %E\n"
503503
msgstr ""
504504

505-
#: coffgen.c:3047 elflink.c:13460
505+
#: coffgen.c:3047 elflink.c:13464
506506
#, c-format
507507
msgid "removing unused section '%pA' in file '%pB'"
508508
msgstr ""
509509

510-
#: coffgen.c:3124 elflink.c:13678
510+
#: coffgen.c:3124 elflink.c:13682
511511
msgid "warning: gc-sections option ignored"
512512
msgstr ""
513513

@@ -1221,82 +1221,82 @@ msgstr ""
12211221
msgid "%pB: not enough room for program headers, try linking with -N"
12221222
msgstr ""
12231223

1224-
#: elf.c:5808
1224+
#: elf.c:5814
12251225
#, c-format
12261226
msgid "%pB: section %pA lma %#<PRIx64> adjusted to %#<PRIx64>"
12271227
msgstr ""
12281228

12291229
#. The fix for this error is usually to edit the linker script being
12301230
#. used and set up the program headers manually. Either that or
12311231
#. leave room for the headers at the start of the SECTIONS.
1232-
#: elf.c:5928
1232+
#: elf.c:5934
12331233
#, c-format
12341234
msgid "%pB: error: PHDR segment not covered by LOAD segment"
12351235
msgstr ""
12361236

1237-
#: elf.c:5964
1237+
#: elf.c:5970
12381238
#, c-format
12391239
msgid "%pB: section `%pA' can't be allocated in segment %d"
12401240
msgstr ""
12411241

1242-
#: elf.c:6095
1242+
#: elf.c:6101
12431243
#, c-format
12441244
msgid "%pB: warning: allocated section `%s' not in segment"
12451245
msgstr ""
12461246

1247-
#: elf.c:6256
1247+
#: elf.c:6262
12481248
#, c-format
12491249
msgid ""
12501250
"%pB: error: non-load segment %d includes file header and/or program header"
12511251
msgstr ""
12521252

1253-
#: elf.c:6760
1253+
#: elf.c:6766
12541254
#, c-format
12551255
msgid "%pB: symbol `%s' required but not present"
12561256
msgstr ""
12571257

1258-
#: elf.c:7102
1258+
#: elf.c:7108
12591259
#, c-format
12601260
msgid ""
12611261
"%pB: warning: empty loadable segment detected at vaddr=%#<PRIx64>, is this "
12621262
"intentional?"
12631263
msgstr ""
12641264

1265-
#: elf.c:7722
1265+
#: elf.c:7728
12661266
#, c-format
12671267
msgid "%pB: warning: segment alignment of %#<PRIx64> is too large"
12681268
msgstr ""
12691269

1270-
#: elf.c:8222
1270+
#: elf.c:8228
12711271
#, c-format
12721272
msgid ""
12731273
"unable to find equivalent output section for symbol '%s' from section '%s'"
12741274
msgstr ""
12751275

1276-
#: elf.c:8577
1276+
#: elf.c:8583
12771277
#, c-format
12781278
msgid "%pB: .gnu.version_r invalid entry"
12791279
msgstr ""
12801280

1281-
#: elf.c:8593
1281+
#: elf.c:8599
12821282
#, c-format
12831283
msgid "error: %pB version reference section is too large (%#<PRIx64> bytes)"
12841284
msgstr ""
12851285

1286-
#: elf.c:8716
1286+
#: elf.c:8722
12871287
#, c-format
12881288
msgid "%pB: .gnu.version_d invalid entry"
12891289
msgstr ""
12901290

1291-
#: elf.c:12238
1291+
#: elf.c:12244
12921292
msgid "GNU_MBIND section is unsupported"
12931293
msgstr ""
12941294

1295-
#: elf.c:12240
1295+
#: elf.c:12246
12961296
msgid "symbol type STT_GNU_IFUNC is unsupported"
12971297
msgstr ""
12981298

1299-
#: elf.c:12242
1299+
#: elf.c:12248
13001300
msgid "symbol binding STB_GNU_UNIQUE is unsupported"
13011301
msgstr ""
13021302

@@ -3152,7 +3152,7 @@ msgstr ""
31523152
msgid "%X%H: unsupported bss-plt -fPIC ifunc %s\n"
31533153
msgstr ""
31543154

3155-
#: elf32-ppc.c:7646 elf64-ppc.c:16456
3155+
#: elf32-ppc.c:7646 elf64-ppc.c:16457
31563156
msgid "%H: warning: %s unexpected insn %#x.\n"
31573157
msgstr ""
31583158

@@ -3204,13 +3204,13 @@ msgstr ""
32043204
msgid "%H: %s reloc against `%s': error %d\n"
32053205
msgstr ""
32063206

3207-
#: elf32-ppc.c:9947 elf64-ppc.c:17009
3207+
#: elf32-ppc.c:9947 elf64-ppc.c:17010
32083208
msgid ""
32093209
"%X%P: text relocations and GNU indirect functions will result in a segfault "
32103210
"at runtime\n"
32113211
msgstr ""
32123212

3213-
#: elf32-ppc.c:9951 elf64-ppc.c:17013
3213+
#: elf32-ppc.c:9951 elf64-ppc.c:17014
32143214
msgid ""
32153215
"%P: warning: text relocations and GNU indirect functions may result in a "
32163216
"segfault at runtime\n"
@@ -3587,7 +3587,7 @@ msgstr ""
35873587
msgid "overlay stub relocation overflow"
35883588
msgstr ""
35893589

3590-
#: elf32-spu.c:1992 elf64-ppc.c:14110
3590+
#: elf32-spu.c:1992 elf64-ppc.c:14111
35913591
msgid "stubs don't match calculated size"
35923592
msgstr ""
35933593

@@ -4442,7 +4442,7 @@ msgstr ""
44424442
msgid "can't find branch stub `%s'"
44434443
msgstr ""
44444444

4445-
#: elf64-ppc.c:11235 elf64-ppc.c:11502 elf64-ppc.c:13671
4445+
#: elf64-ppc.c:11235 elf64-ppc.c:11502 elf64-ppc.c:13672
44464446
#, c-format
44474447
msgid "%P: linkage table error against `%pT'\n"
44484448
msgstr ""
@@ -4457,19 +4457,19 @@ msgstr ""
44574457
msgid "%pB section %pA exceeds stub group size"
44584458
msgstr ""
44594459

4460-
#: elf64-ppc.c:14069 elf64-ppc.c:14088
4460+
#: elf64-ppc.c:14070 elf64-ppc.c:14089
44614461
#, c-format
44624462
msgid "%s offset too large for .eh_frame sdata4 encoding"
44634463
msgstr ""
44644464

4465-
#: elf64-ppc.c:14124
4465+
#: elf64-ppc.c:14125
44664466
#, c-format
44674467
msgid "linker stubs in %u group\n"
44684468
msgid_plural "linker stubs in %u groups\n"
44694469
msgstr[0] ""
44704470
msgstr[1] ""
44714471

4472-
#: elf64-ppc.c:14128
4472+
#: elf64-ppc.c:14129
44734473
#, c-format
44744474
msgid ""
44754475
" branch %lu\n"
@@ -4487,54 +4487,54 @@ msgid ""
44874487
" global entry %lu"
44884488
msgstr ""
44894489

4490-
#: elf64-ppc.c:14523
4490+
#: elf64-ppc.c:14524
44914491
#, c-format
44924492
msgid "%H: %s used with TLS symbol `%pT'\n"
44934493
msgstr ""
44944494

4495-
#: elf64-ppc.c:14525
4495+
#: elf64-ppc.c:14526
44964496
#, c-format
44974497
msgid "%H: %s used with non-TLS symbol `%pT'\n"
44984498
msgstr ""
44994499

4500-
#: elf64-ppc.c:15279
4500+
#: elf64-ppc.c:15280
45014501
#, c-format
45024502
msgid "%H: call to `%pT' lacks nop, can't restore toc; (plt call stub)\n"
45034503
msgstr ""
45044504

4505-
#: elf64-ppc.c:15285
4505+
#: elf64-ppc.c:15286
45064506
#, c-format
45074507
msgid ""
45084508
"%H: call to `%pT' lacks nop, can't restore toc; (toc save/adjust stub)\n"
45094509
msgstr ""
45104510

4511-
#: elf64-ppc.c:16170
4511+
#: elf64-ppc.c:16171
45124512
#, c-format
45134513
msgid "%H: %s for indirect function `%pT' unsupported\n"
45144514
msgstr ""
45154515

4516-
#: elf64-ppc.c:16257
4516+
#: elf64-ppc.c:16258
45174517
#, c-format
45184518
msgid ""
45194519
"%X%P: %pB: %s against %pT is not supported by glibc as a dynamic relocation\n"
45204520
msgstr ""
45214521

4522-
#: elf64-ppc.c:16312
4522+
#: elf64-ppc.c:16313
45234523
#, c-format
45244524
msgid "%P: %pB: %s is not supported for `%pT'\n"
45254525
msgstr ""
45264526

4527-
#: elf64-ppc.c:16571
4527+
#: elf64-ppc.c:16572
45284528
#, c-format
45294529
msgid "%H: error: %s not a multiple of %u\n"
45304530
msgstr ""
45314531

4532-
#: elf64-ppc.c:16594
4532+
#: elf64-ppc.c:16595
45334533
#, c-format
45344534
msgid "%H: unresolvable %s against `%pT'\n"
45354535
msgstr ""
45364536

4537-
#: elf64-ppc.c:16739
4537+
#: elf64-ppc.c:16740
45384538
#, c-format
45394539
msgid "%H: %s against `%pT': error %d\n"
45404540
msgstr ""
@@ -4965,17 +4965,17 @@ msgstr ""
49654965
msgid "%P%X: can not read symbols: %E\n"
49664966
msgstr ""
49674967

4968-
#: elflink.c:13804
4968+
#: elflink.c:13808
49694969
#, c-format
49704970
msgid "%pB: %pA+%#<PRIx64>: no symbol found for INHERIT"
49714971
msgstr ""
49724972

4973-
#: elflink.c:13845
4973+
#: elflink.c:13849
49744974
#, c-format
49754975
msgid "%pB: section '%pA': corrupt VTENTRY entry"
49764976
msgstr ""
49774977

4978-
#: elflink.c:13988
4978+
#: elflink.c:13992
49794979
#, c-format
49804980
msgid "unrecognized INPUT_SECTION_FLAG %s\n"
49814981
msgstr ""

bfd/version.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
m4_define([BFD_VERSION], [2.33.90])
1+
m4_define([BFD_VERSION], [2.34])

0 commit comments

Comments
 (0)