Skip to content

Commit 49d4d3f

Browse files
committed
This is the 2.46 release
1 parent d318051 commit 49d4d3f

20 files changed

Lines changed: 322645 additions & 924 deletions

File tree

ChangeLog.git

Lines changed: 321663 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.45.90.
3+
# Generated by GNU Autoconf 2.69 for bfd 2.46.
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.45.90'
591-
PACKAGE_STRING='bfd 2.45.90'
590+
PACKAGE_VERSION='2.46'
591+
PACKAGE_STRING='bfd 2.46'
592592
PACKAGE_BUGREPORT=''
593593
PACKAGE_URL=''
594594

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

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

@@ -1481,7 +1481,7 @@ fi
14811481

14821482
if test -n "$ac_init_help"; then
14831483
case $ac_init_help in
1484-
short | recursive ) echo "Configuration of bfd 2.45.90:";;
1484+
short | recursive ) echo "Configuration of bfd 2.46:";;
14851485
esac
14861486
cat <<\_ACEOF
14871487

@@ -1626,7 +1626,7 @@ fi
16261626
test -n "$ac_init_help" && exit $ac_status
16271627
if $ac_init_version; then
16281628
cat <<\_ACEOF
1629-
bfd configure 2.45.90
1629+
bfd configure 2.46
16301630
generated by GNU Autoconf 2.69
16311631

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

2223-
It was created by bfd $as_me 2.45.90, which was
2223+
It was created by bfd $as_me 2.46, which was
22242224
generated by GNU Autoconf 2.69. Invocation command line was
22252225

22262226
$ $0 $@
@@ -3203,7 +3203,7 @@ fi
32033203

32043204
# Define the identity of the package.
32053205
PACKAGE='bfd'
3206-
VERSION='2.45.90'
3206+
VERSION='2.46'
32073207

32083208

32093209
cat >>confdefs.h <<_ACEOF
@@ -18124,7 +18124,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1812418124
# report actual input values of CONFIG_FILES etc. instead of their
1812518125
# values after options handling.
1812618126
ac_log="
18127-
This file was extended by bfd $as_me 2.45.90, which was
18127+
This file was extended by bfd $as_me 2.46, which was
1812818128
generated by GNU Autoconf 2.69. Invocation command line was
1812918129

1813018130
CONFIG_FILES = $CONFIG_FILES
@@ -18190,7 +18190,7 @@ _ACEOF
1819018190
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1819118191
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1819218192
ac_cs_version="\\
18193-
bfd config.status 2.45.90
18193+
bfd config.status 2.46
1819418194
configured by $0, generated by GNU Autoconf 2.69,
1819518195
with options \\"\$ac_cs_config\\"
1819618196

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)