Skip to content

Commit 48324fd

Browse files
committed
This is the 2.45.1 release
1 parent 577def1 commit 48324fd

File tree

11 files changed

+1154
-134
lines changed

11 files changed

+1154
-134
lines changed

ChangeLog.git

Lines changed: 1072 additions & 52 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.0.
3+
# Generated by GNU Autoconf 2.69 for bfd 2.45.1.
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.0'
591-
PACKAGE_STRING='bfd 2.45.0'
590+
PACKAGE_VERSION='2.45.1'
591+
PACKAGE_STRING='bfd 2.45.1'
592592
PACKAGE_BUGREPORT=''
593593
PACKAGE_URL=''
594594

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

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

@@ -1480,7 +1480,7 @@ fi
14801480

14811481
if test -n "$ac_init_help"; then
14821482
case $ac_init_help in
1483-
short | recursive ) echo "Configuration of bfd 2.45.0:";;
1483+
short | recursive ) echo "Configuration of bfd 2.45.1:";;
14841484
esac
14851485
cat <<\_ACEOF
14861486

@@ -1625,7 +1625,7 @@ fi
16251625
test -n "$ac_init_help" && exit $ac_status
16261626
if $ac_init_version; then
16271627
cat <<\_ACEOF
1628-
bfd configure 2.45.0
1628+
bfd configure 2.45.1
16291629
generated by GNU Autoconf 2.69
16301630

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

2222-
It was created by bfd $as_me 2.45.0, which was
2222+
It was created by bfd $as_me 2.45.1, which was
22232223
generated by GNU Autoconf 2.69. Invocation command line was
22242224

22252225
$ $0 $@
@@ -3202,7 +3202,7 @@ fi
32023202

32033203
# Define the identity of the package.
32043204
PACKAGE='bfd'
3205-
VERSION='2.45.0'
3205+
VERSION='2.45.1'
32063206

32073207

32083208
cat >>confdefs.h <<_ACEOF
@@ -17754,7 +17754,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1775417754
# report actual input values of CONFIG_FILES etc. instead of their
1775517755
# values after options handling.
1775617756
ac_log="
17757-
This file was extended by bfd $as_me 2.45.0, which was
17757+
This file was extended by bfd $as_me 2.45.1, which was
1775817758
generated by GNU Autoconf 2.69. Invocation command line was
1775917759

1776017760
CONFIG_FILES = $CONFIG_FILES
@@ -17820,7 +17820,7 @@ _ACEOF
1782017820
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1782117821
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1782217822
ac_cs_version="\\
17823-
bfd config.status 2.45.0
17823+
bfd config.status 2.45.1
1782417824
configured by $0, generated by GNU Autoconf 2.69,
1782517825
with options \\"\$ac_cs_config\\"
1782617826

bfd/development.sh

Lines changed: 1 addition & 1 deletion
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.
2222
experimental=false

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.45.0])
1+
m4_define([BFD_VERSION], [2.45.1])

binutils/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 binutils 2.45.0.
3+
# Generated by GNU Autoconf 2.69 for binutils 2.45.1.
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='binutils'
589589
PACKAGE_TARNAME='binutils'
590-
PACKAGE_VERSION='2.45.0'
591-
PACKAGE_STRING='binutils 2.45.0'
590+
PACKAGE_VERSION='2.45.1'
591+
PACKAGE_STRING='binutils 2.45.1'
592592
PACKAGE_BUGREPORT=''
593593
PACKAGE_URL=''
594594

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

14121412
Usage: $0 [OPTION]... [VAR=VALUE]...
14131413

@@ -1478,7 +1478,7 @@ fi
14781478

14791479
if test -n "$ac_init_help"; then
14801480
case $ac_init_help in
1481-
short | recursive ) echo "Configuration of binutils 2.45.0:";;
1481+
short | recursive ) echo "Configuration of binutils 2.45.1:";;
14821482
esac
14831483
cat <<\_ACEOF
14841484

@@ -1640,7 +1640,7 @@ fi
16401640
test -n "$ac_init_help" && exit $ac_status
16411641
if $ac_init_version; then
16421642
cat <<\_ACEOF
1643-
binutils configure 2.45.0
1643+
binutils configure 2.45.1
16441644
generated by GNU Autoconf 2.69
16451645

16461646
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2108,7 +2108,7 @@ cat >config.log <<_ACEOF
21082108
This file contains any messages produced by compilers while
21092109
running configure, to aid debugging if configure makes a mistake.
21102110

2111-
It was created by binutils $as_me 2.45.0, which was
2111+
It was created by binutils $as_me 2.45.1, which was
21122112
generated by GNU Autoconf 2.69. Invocation command line was
21132113

21142114
$ $0 $@
@@ -3091,7 +3091,7 @@ fi
30913091

30923092
# Define the identity of the package.
30933093
PACKAGE='binutils'
3094-
VERSION='2.45.0'
3094+
VERSION='2.45.1'
30953095

30963096

30973097
cat >>confdefs.h <<_ACEOF
@@ -16879,7 +16879,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1687916879
# report actual input values of CONFIG_FILES etc. instead of their
1688016880
# values after options handling.
1688116881
ac_log="
16882-
This file was extended by binutils $as_me 2.45.0, which was
16882+
This file was extended by binutils $as_me 2.45.1, which was
1688316883
generated by GNU Autoconf 2.69. Invocation command line was
1688416884

1688516885
CONFIG_FILES = $CONFIG_FILES
@@ -16945,7 +16945,7 @@ _ACEOF
1694516945
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1694616946
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1694716947
ac_cs_version="\\
16948-
binutils config.status 2.45.0
16948+
binutils config.status 2.45.1
1694916949
configured by $0, generated by GNU Autoconf 2.69,
1695016950
with options \\"\$ac_cs_config\\"
1695116951

gas/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 gas 2.45.0.
3+
# Generated by GNU Autoconf 2.69 for gas 2.45.1.
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='gas'
589589
PACKAGE_TARNAME='gas'
590-
PACKAGE_VERSION='2.45.0'
591-
PACKAGE_STRING='gas 2.45.0'
590+
PACKAGE_VERSION='2.45.1'
591+
PACKAGE_STRING='gas 2.45.1'
592592
PACKAGE_BUGREPORT=''
593593
PACKAGE_URL=''
594594

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

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

@@ -1464,7 +1464,7 @@ fi
14641464

14651465
if test -n "$ac_init_help"; then
14661466
case $ac_init_help in
1467-
short | recursive ) echo "Configuration of gas 2.45.0:";;
1467+
short | recursive ) echo "Configuration of gas 2.45.1:";;
14681468
esac
14691469
cat <<\_ACEOF
14701470

@@ -1621,7 +1621,7 @@ fi
16211621
test -n "$ac_init_help" && exit $ac_status
16221622
if $ac_init_version; then
16231623
cat <<\_ACEOF
1624-
gas configure 2.45.0
1624+
gas configure 2.45.1
16251625
generated by GNU Autoconf 2.69
16261626

16271627
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2032,7 +2032,7 @@ cat >config.log <<_ACEOF
20322032
This file contains any messages produced by compilers while
20332033
running configure, to aid debugging if configure makes a mistake.
20342034

2035-
It was created by gas $as_me 2.45.0, which was
2035+
It was created by gas $as_me 2.45.1, which was
20362036
generated by GNU Autoconf 2.69. Invocation command line was
20372037

20382038
$ $0 $@
@@ -3012,7 +3012,7 @@ fi
30123012

30133013
# Define the identity of the package.
30143014
PACKAGE='gas'
3015-
VERSION='2.45.0'
3015+
VERSION='2.45.1'
30163016

30173017

30183018
cat >>confdefs.h <<_ACEOF
@@ -16548,7 +16548,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1654816548
# report actual input values of CONFIG_FILES etc. instead of their
1654916549
# values after options handling.
1655016550
ac_log="
16551-
This file was extended by gas $as_me 2.45.0, which was
16551+
This file was extended by gas $as_me 2.45.1, which was
1655216552
generated by GNU Autoconf 2.69. Invocation command line was
1655316553

1655416554
CONFIG_FILES = $CONFIG_FILES
@@ -16614,7 +16614,7 @@ _ACEOF
1661416614
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1661516615
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1661616616
ac_cs_version="\\
16617-
gas config.status 2.45.0
16617+
gas config.status 2.45.1
1661816618
configured by $0, generated by GNU Autoconf 2.69,
1661916619
with options \\"\$ac_cs_config\\"
1662016620

gprof/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 gprof 2.45.0.
3+
# Generated by GNU Autoconf 2.69 for gprof 2.45.1.
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='gprof'
589589
PACKAGE_TARNAME='gprof'
590-
PACKAGE_VERSION='2.45.0'
591-
PACKAGE_STRING='gprof 2.45.0'
590+
PACKAGE_VERSION='2.45.1'
591+
PACKAGE_STRING='gprof 2.45.1'
592592
PACKAGE_BUGREPORT=''
593593
PACKAGE_URL=''
594594

@@ -1351,7 +1351,7 @@ if test "$ac_init_help" = "long"; then
13511351
# Omit some internal or obsolete options to make the list less imposing.
13521352
# This message is too long to be a string in the A/UX 3.1 sh.
13531353
cat <<_ACEOF
1354-
\`configure' configures gprof 2.45.0 to adapt to many kinds of systems.
1354+
\`configure' configures gprof 2.45.1 to adapt to many kinds of systems.
13551355

13561356
Usage: $0 [OPTION]... [VAR=VALUE]...
13571357

@@ -1422,7 +1422,7 @@ fi
14221422

14231423
if test -n "$ac_init_help"; then
14241424
case $ac_init_help in
1425-
short | recursive ) echo "Configuration of gprof 2.45.0:";;
1425+
short | recursive ) echo "Configuration of gprof 2.45.1:";;
14261426
esac
14271427
cat <<\_ACEOF
14281428

@@ -1541,7 +1541,7 @@ fi
15411541
test -n "$ac_init_help" && exit $ac_status
15421542
if $ac_init_version; then
15431543
cat <<\_ACEOF
1544-
gprof configure 2.45.0
1544+
gprof configure 2.45.1
15451545
generated by GNU Autoconf 2.69
15461546

15471547
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1906,7 +1906,7 @@ cat >config.log <<_ACEOF
19061906
This file contains any messages produced by compilers while
19071907
running configure, to aid debugging if configure makes a mistake.
19081908

1909-
It was created by gprof $as_me 2.45.0, which was
1909+
It was created by gprof $as_me 2.45.1, which was
19101910
generated by GNU Autoconf 2.69. Invocation command line was
19111911

19121912
$ $0 $@
@@ -2886,7 +2886,7 @@ fi
28862886

28872887
# Define the identity of the package.
28882888
PACKAGE='gprof'
2889-
VERSION='2.45.0'
2889+
VERSION='2.45.1'
28902890

28912891

28922892
cat >>confdefs.h <<_ACEOF
@@ -14255,7 +14255,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1425514255
# report actual input values of CONFIG_FILES etc. instead of their
1425614256
# values after options handling.
1425714257
ac_log="
14258-
This file was extended by gprof $as_me 2.45.0, which was
14258+
This file was extended by gprof $as_me 2.45.1, which was
1425914259
generated by GNU Autoconf 2.69. Invocation command line was
1426014260

1426114261
CONFIG_FILES = $CONFIG_FILES
@@ -14321,7 +14321,7 @@ _ACEOF
1432114321
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1432214322
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1432314323
ac_cs_version="\\
14324-
gprof config.status 2.45.0
14324+
gprof config.status 2.45.1
1432514325
configured by $0, generated by GNU Autoconf 2.69,
1432614326
with options \\"\$ac_cs_config\\"
1432714327

0 commit comments

Comments
 (0)