Skip to content

Commit 815d9a1

Browse files
committed
This is the 2.44 release
1 parent 6cf91d2 commit 815d9a1

18 files changed

Lines changed: 244457 additions & 522 deletions

File tree

ChangeLog.git

Lines changed: 243923 additions & 0 deletions
Large diffs are not rendered by default.

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

@@ -1411,7 +1411,7 @@ if test "$ac_init_help" = "long"; then
14111411
# Omit some internal or obsolete options to make the list less imposing.
14121412
# This message is too long to be a string in the A/UX 3.1 sh.
14131413
cat <<_ACEOF
1414-
\`configure' configures bfd 2.43.90 to adapt to many kinds of systems.
1414+
\`configure' configures bfd 2.44 to adapt to many kinds of systems.
14151415

14161416
Usage: $0 [OPTION]... [VAR=VALUE]...
14171417

@@ -1482,7 +1482,7 @@ fi
14821482

14831483
if test -n "$ac_init_help"; then
14841484
case $ac_init_help in
1485-
short | recursive ) echo "Configuration of bfd 2.43.90:";;
1485+
short | recursive ) echo "Configuration of bfd 2.44:";;
14861486
esac
14871487
cat <<\_ACEOF
14881488

@@ -1627,7 +1627,7 @@ fi
16271627
test -n "$ac_init_help" && exit $ac_status
16281628
if $ac_init_version; then
16291629
cat <<\_ACEOF
1630-
bfd configure 2.43.90
1630+
bfd configure 2.44
16311631
generated by GNU Autoconf 2.69
16321632

16331633
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2221,7 +2221,7 @@ cat >config.log <<_ACEOF
22212221
This file contains any messages produced by compilers while
22222222
running configure, to aid debugging if configure makes a mistake.
22232223

2224-
It was created by bfd $as_me 2.43.90, which was
2224+
It was created by bfd $as_me 2.44, which was
22252225
generated by GNU Autoconf 2.69. Invocation command line was
22262226

22272227
$ $0 $@
@@ -3204,7 +3204,7 @@ fi
32043204

32053205
# Define the identity of the package.
32063206
PACKAGE='bfd'
3207-
VERSION='2.43.90'
3207+
VERSION='2.44'
32083208

32093209

32103210
cat >>confdefs.h <<_ACEOF
@@ -18091,7 +18091,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1809118091
# report actual input values of CONFIG_FILES etc. instead of their
1809218092
# values after options handling.
1809318093
ac_log="
18094-
This file was extended by bfd $as_me 2.43.90, which was
18094+
This file was extended by bfd $as_me 2.44, which was
1809518095
generated by GNU Autoconf 2.69. Invocation command line was
1809618096

1809718097
CONFIG_FILES = $CONFIG_FILES
@@ -18157,7 +18157,7 @@ _ACEOF
1815718157
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1815818158
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1815918159
ac_cs_version="\\
18160-
bfd config.status 2.43.90
18160+
bfd config.status 2.44
1816118161
configured by $0, generated by GNU Autoconf 2.69,
1816218162
with options \\"\$ac_cs_config\\"
1816318163

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)