Skip to content

Commit 9288e0f

Browse files
committed
2.36 release
1 parent 1aaad1d commit 9288e0f

23 files changed

+520
-470
lines changed

bfd/ChangeLog

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2021-01-24 Nick Clifton <[email protected]>
2+
3+
This is the 2.36 release.
4+
* version.m4: Set to 2.36.
5+
* development.sh (development): Set to false.
6+
(experimental): Set to false.
7+
* configure: Regenerate.
8+
* po/bfd.pot: Regenerate.
9+
110
2021-01-23 H.J. Lu <[email protected]>
211

312
PR binutils/27231

bfd/configure

+10-10
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.35.90.
3+
# Generated by GNU Autoconf 2.69 for bfd 2.36.
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.35.90'
591-
PACKAGE_STRING='bfd 2.35.90'
590+
PACKAGE_VERSION='2.36'
591+
PACKAGE_STRING='bfd 2.36'
592592
PACKAGE_BUGREPORT=''
593593
PACKAGE_URL=''
594594

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

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

@@ -1463,7 +1463,7 @@ fi
14631463

14641464
if test -n "$ac_init_help"; then
14651465
case $ac_init_help in
1466-
short | recursive ) echo "Configuration of bfd 2.35.90:";;
1466+
short | recursive ) echo "Configuration of bfd 2.36:";;
14671467
esac
14681468
cat <<\_ACEOF
14691469

@@ -1590,7 +1590,7 @@ fi
15901590
test -n "$ac_init_help" && exit $ac_status
15911591
if $ac_init_version; then
15921592
cat <<\_ACEOF
1593-
bfd configure 2.35.90
1593+
bfd configure 2.36
15941594
generated by GNU Autoconf 2.69
15951595

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

2241-
It was created by bfd $as_me 2.35.90, which was
2241+
It was created by bfd $as_me 2.36, which was
22422242
generated by GNU Autoconf 2.69. Invocation command line was
22432243

22442244
$ $0 $@
@@ -4188,7 +4188,7 @@ fi
41884188

41894189
# Define the identity of the package.
41904190
PACKAGE='bfd'
4191-
VERSION='2.35.90'
4191+
VERSION='2.36'
41924192

41934193

41944194
cat >>confdefs.h <<_ACEOF
@@ -16976,7 +16976,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1697616976
# report actual input values of CONFIG_FILES etc. instead of their
1697716977
# values after options handling.
1697816978
ac_log="
16979-
This file was extended by bfd $as_me 2.35.90, which was
16979+
This file was extended by bfd $as_me 2.36, which was
1698016980
generated by GNU Autoconf 2.69. Invocation command line was
1698116981

1698216982
CONFIG_FILES = $CONFIG_FILES
@@ -17042,7 +17042,7 @@ _ACEOF
1704217042
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1704317043
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1704417044
ac_cs_version="\\
17045-
bfd config.status 2.35.90
17045+
bfd config.status 2.36
1704617046
configured by $0, generated by GNU Autoconf 2.69,
1704717047
with options \\"\$ac_cs_config\\"
1704817048

bfd/development.sh

+2-2
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)