Skip to content

Commit 2cb5c79

Browse files
committed
2.35 Release
1 parent 371d975 commit 2cb5c79

File tree

22 files changed

+525
-464
lines changed

22 files changed

+525
-464
lines changed

bfd/ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2020-07-24 Nick Clifton <[email protected]>
2+
3+
2.35 Release:
4+
* version.m4: Set to 2.35
5+
* development.sh (development): Set to false.
6+
(experimental): Set to false.
7+
* configure: Regenerate.
8+
* po/bfd/pot: Regenerate.
9+
110
2020-07-19 Alan Modra <[email protected]>
211

312
* elf64-ppc.c (struct ppc_link_hash_table): Add has_power10_relocs.

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.34.90.
3+
# Generated by GNU Autoconf 2.69 for bfd 2.35.
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.34.90'
591-
PACKAGE_STRING='bfd 2.34.90'
590+
PACKAGE_VERSION='2.35'
591+
PACKAGE_STRING='bfd 2.35'
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.34.90 to adapt to many kinds of systems.
1394+
\`configure' configures bfd 2.35 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.34.90:";;
1465+
short | recursive ) echo "Configuration of bfd 2.35:";;
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.34.90
1592+
bfd configure 2.35
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.34.90, which was
2240+
It was created by bfd $as_me 2.35, 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.34.90'
4190+
VERSION='2.35'
41914191

41924192

41934193
cat >>confdefs.h <<_ACEOF
@@ -16974,7 +16974,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1697416974
# report actual input values of CONFIG_FILES etc. instead of their
1697516975
# values after options handling.
1697616976
ac_log="
16977-
This file was extended by bfd $as_me 2.34.90, which was
16977+
This file was extended by bfd $as_me 2.35, which was
1697816978
generated by GNU Autoconf 2.69. Invocation command line was
1697916979

1698016980
CONFIG_FILES = $CONFIG_FILES
@@ -17040,7 +17040,7 @@ _ACEOF
1704017040
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1704117041
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1704217042
ac_cs_version="\\
17043-
bfd config.status 2.34.90
17043+
bfd config.status 2.35
1704417044
configured by $0, generated by GNU Autoconf 2.69,
1704517045
with options \\"\$ac_cs_config\\"
1704617046

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

0 commit comments

Comments
 (0)