Change version number to 2.41.50 and regenerate files

This commit is contained in:
Nick Clifton 2023-07-03 11:53:45 +01:00
parent 704b30cbb2
commit 87485f5349
23 changed files with 7763 additions and 7086 deletions

View File

@ -1,3 +1,9 @@
2023-07-03 Nick Clifton <nickc@redhat.com>
* version.m4: Update version number to 2.41.50.
* configure: Regenerate.
* bfd/po/bfd.pot: Regenerate.
2023-07-03 Nick Clifton <nickc@redhat.com> 2023-07-03 Nick Clifton <nickc@redhat.com>
2.41 Branch Point. 2.41 Branch Point.

20
bfd/configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for bfd 2.40.50. # Generated by GNU Autoconf 2.69 for bfd 2.41.50.
# #
# #
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='bfd' PACKAGE_NAME='bfd'
PACKAGE_TARNAME='bfd' PACKAGE_TARNAME='bfd'
PACKAGE_VERSION='2.40.50' PACKAGE_VERSION='2.41.50'
PACKAGE_STRING='bfd 2.40.50' PACKAGE_STRING='bfd 2.41.50'
PACKAGE_BUGREPORT='' PACKAGE_BUGREPORT=''
PACKAGE_URL='' PACKAGE_URL=''
@ -1400,7 +1400,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures bfd 2.40.50 to adapt to many kinds of systems. \`configure' configures bfd 2.41.50 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1471,7 +1471,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of bfd 2.40.50:";; short | recursive ) echo "Configuration of bfd 2.41.50:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -1608,7 +1608,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
bfd configure 2.40.50 bfd configure 2.41.50
generated by GNU Autoconf 2.69 generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc. Copyright (C) 2012 Free Software Foundation, Inc.
@ -2202,7 +2202,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by bfd $as_me 2.40.50, which was It was created by bfd $as_me 2.41.50, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@ $ $0 $@
@ -3184,7 +3184,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='bfd' PACKAGE='bfd'
VERSION='2.40.50' VERSION='2.41.50'
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
@ -16103,7 +16103,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by bfd $as_me 2.40.50, which was This file was extended by bfd $as_me 2.41.50, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -16169,7 +16169,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\ ac_cs_version="\\
bfd config.status 2.40.50 bfd config.status 2.41.50
configured by $0, generated by GNU Autoconf 2.69, configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
m4_define([BFD_VERSION], [2.40.50]) m4_define([BFD_VERSION], [2.41.50])

View File

@ -1,3 +1,9 @@
2023-07-03 Nick Clifton <nickc@redhat.com>
* README-how-to-make-a-release: Change some version numbers.
* configure: Regenerate.
* po/binutils.pot: Regenerate.
2023-07-03 Nick Clifton <nickc@redhat.com> 2023-07-03 Nick Clifton <nickc@redhat.com>
2.41 Branch Point. 2.41 Branch Point.

View File

@ -52,8 +52,8 @@ Approx time to complete from here: 2 hours ....
4. Create the release branch using: 4. Create the release branch using:
git branch binutils-2_41-branch git branch binutils-2_42-branch
git push origin binutils-2_41-branch git push origin binutils-2_42-branch
If you get a message like: If you get a message like:
@ -85,8 +85,8 @@ Approx time to complete from here: 2 hours ....
ask Joel Brobecker <brobecker AT adacore DOT com>. ask Joel Brobecker <brobecker AT adacore DOT com>.
7. Rename the current HEAD version entry in Bugzilla, and create a 7. Rename the current HEAD version entry in Bugzilla, and create a
new one. E.g. rename "2.41 (HEAD)" to 2.41, and create new one. E.g. rename "2.42 (HEAD)" to 2.42, and create
"2.42 (HEAD)": "2.43 (HEAD)":
https://sourceware.org/bugzilla/editversions.cgi?product=binutils https://sourceware.org/bugzilla/editversions.cgi?product=binutils
@ -99,13 +99,13 @@ Approx time to complete from here: 2 hours ....
and the version number on the MAINLINE should be set to 2.41.50 - and the version number on the MAINLINE should be set to 2.41.50 -
ie half way to 2.42 release. ie half way to 2.42 release.
So the branch bfd/version.m4 has: So the BRANCH bfd/version.m4 has:
m4_define([BFD_VERSION], [2.40.90]) m4_define([BFD_VERSION], [2.41.90])
and the mainline has: and the MAINLINE has:
m4_define([BFD_VERSION], [2.41.50]) m4_define([BFD_VERSION], [2.42.50])
Regenerate various files on both branch and HEAD by configuring Regenerate various files on both branch and HEAD by configuring
with "--enable-maintainer-mode --enable-gold --enable-shared" and then building with "--enable-maintainer-mode --enable-gold --enable-shared" and then building

20
binutils/configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for binutils 2.40.50. # Generated by GNU Autoconf 2.69 for binutils 2.41.50.
# #
# #
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='binutils' PACKAGE_NAME='binutils'
PACKAGE_TARNAME='binutils' PACKAGE_TARNAME='binutils'
PACKAGE_VERSION='2.40.50' PACKAGE_VERSION='2.41.50'
PACKAGE_STRING='binutils 2.40.50' PACKAGE_STRING='binutils 2.41.50'
PACKAGE_BUGREPORT='' PACKAGE_BUGREPORT=''
PACKAGE_URL='' PACKAGE_URL=''
@ -1401,7 +1401,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures binutils 2.40.50 to adapt to many kinds of systems. \`configure' configures binutils 2.41.50 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1472,7 +1472,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of binutils 2.40.50:";; short | recursive ) echo "Configuration of binutils 2.41.50:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -1631,7 +1631,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
binutils configure 2.40.50 binutils configure 2.41.50
generated by GNU Autoconf 2.69 generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc. Copyright (C) 2012 Free Software Foundation, Inc.
@ -2099,7 +2099,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by binutils $as_me 2.40.50, which was It was created by binutils $as_me 2.41.50, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@ $ $0 $@
@ -3081,7 +3081,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='binutils' PACKAGE='binutils'
VERSION='2.40.50' VERSION='2.41.50'
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
@ -15332,7 +15332,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by binutils $as_me 2.40.50, which was This file was extended by binutils $as_me 2.41.50, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -15398,7 +15398,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\ ac_cs_version="\\
binutils config.status 2.40.50 binutils config.status 2.41.50
configured by $0, generated by GNU Autoconf 2.69, configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,8 @@
2023-07-03 Nick Clifton <nickc@redhat.com>
* configure: Regenerate.
* po/gas.pot: Regenerate.
2023-07-03 Nick Clifton <nickc@redhat.com> 2023-07-03 Nick Clifton <nickc@redhat.com>
2.41 Branch Point. 2.41 Branch Point.

20
gas/configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for gas 2.40.50. # Generated by GNU Autoconf 2.69 for gas 2.41.50.
# #
# #
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='gas' PACKAGE_NAME='gas'
PACKAGE_TARNAME='gas' PACKAGE_TARNAME='gas'
PACKAGE_VERSION='2.40.50' PACKAGE_VERSION='2.41.50'
PACKAGE_STRING='gas 2.40.50' PACKAGE_STRING='gas 2.41.50'
PACKAGE_BUGREPORT='' PACKAGE_BUGREPORT=''
PACKAGE_URL='' PACKAGE_URL=''
@ -1381,7 +1381,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures gas 2.40.50 to adapt to many kinds of systems. \`configure' configures gas 2.41.50 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1452,7 +1452,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of gas 2.40.50:";; short | recursive ) echo "Configuration of gas 2.41.50:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -1600,7 +1600,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
gas configure 2.40.50 gas configure 2.41.50
generated by GNU Autoconf 2.69 generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc. Copyright (C) 2012 Free Software Foundation, Inc.
@ -2011,7 +2011,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by gas $as_me 2.40.50, which was It was created by gas $as_me 2.41.50, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@ $ $0 $@
@ -2990,7 +2990,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='gas' PACKAGE='gas'
VERSION='2.40.50' VERSION='2.41.50'
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
@ -14912,7 +14912,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by gas $as_me 2.40.50, which was This file was extended by gas $as_me 2.41.50, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -14978,7 +14978,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\ ac_cs_version="\\
gas config.status 2.40.50 gas config.status 2.41.50
configured by $0, generated by GNU Autoconf 2.69, configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,7 @@
2023-07-03 Nick Clifton <nickc@redhat.com>
* po/gold.pot: Regenerate.
2023-07-03 Nick Clifton <nickc@redhat.com> 2023-07-03 Nick Clifton <nickc@redhat.com>
2.41 Branch Point. 2.41 Branch Point.

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,7 @@
2023-07-03 Nick Clifton <nickc@redhat.com>
* configure: Regenerate.
2023-07-03 Nick Clifton <nickc@redhat.com> 2023-07-03 Nick Clifton <nickc@redhat.com>
2.41 Branch Point. 2.41 Branch Point.

20
gprof/configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for gprof 2.40.50. # Generated by GNU Autoconf 2.69 for gprof 2.41.50.
# #
# #
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='gprof' PACKAGE_NAME='gprof'
PACKAGE_TARNAME='gprof' PACKAGE_TARNAME='gprof'
PACKAGE_VERSION='2.40.50' PACKAGE_VERSION='2.41.50'
PACKAGE_STRING='gprof 2.40.50' PACKAGE_STRING='gprof 2.41.50'
PACKAGE_BUGREPORT='' PACKAGE_BUGREPORT=''
PACKAGE_URL='' PACKAGE_URL=''
@ -1338,7 +1338,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures gprof 2.40.50 to adapt to many kinds of systems. \`configure' configures gprof 2.41.50 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1409,7 +1409,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of gprof 2.40.50:";; short | recursive ) echo "Configuration of gprof 2.41.50:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -1520,7 +1520,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
gprof configure 2.40.50 gprof configure 2.41.50
generated by GNU Autoconf 2.69 generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc. Copyright (C) 2012 Free Software Foundation, Inc.
@ -1885,7 +1885,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by gprof $as_me 2.40.50, which was It was created by gprof $as_me 2.41.50, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@ $ $0 $@
@ -2864,7 +2864,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='gprof' PACKAGE='gprof'
VERSION='2.40.50' VERSION='2.41.50'
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
@ -12572,7 +12572,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by gprof $as_me 2.40.50, which was This file was extended by gprof $as_me 2.41.50, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -12638,7 +12638,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\ ac_cs_version="\\
gprof config.status 2.40.50 gprof config.status 2.41.50
configured by $0, generated by GNU Autoconf 2.69, configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"

20
gprofng/configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for gprofng 2.40.50. # Generated by GNU Autoconf 2.69 for gprofng 2.41.50.
# #
# #
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='gprofng' PACKAGE_NAME='gprofng'
PACKAGE_TARNAME='gprofng' PACKAGE_TARNAME='gprofng'
PACKAGE_VERSION='2.40.50' PACKAGE_VERSION='2.41.50'
PACKAGE_STRING='gprofng 2.40.50' PACKAGE_STRING='gprofng 2.41.50'
PACKAGE_BUGREPORT='' PACKAGE_BUGREPORT=''
PACKAGE_URL='' PACKAGE_URL=''
@ -1364,7 +1364,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures gprofng 2.40.50 to adapt to many kinds of systems. \`configure' configures gprofng 2.41.50 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1435,7 +1435,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of gprofng 2.40.50:";; short | recursive ) echo "Configuration of gprofng 2.41.50:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -1549,7 +1549,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
gprofng configure 2.40.50 gprofng configure 2.41.50
generated by GNU Autoconf 2.69 generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc. Copyright (C) 2012 Free Software Foundation, Inc.
@ -2081,7 +2081,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by gprofng $as_me 2.40.50, which was It was created by gprofng $as_me 2.41.50, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@ $ $0 $@
@ -3054,7 +3054,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='gprofng' PACKAGE='gprofng'
VERSION='2.40.50' VERSION='2.41.50'
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
@ -17528,7 +17528,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by gprofng $as_me 2.40.50, which was This file was extended by gprofng $as_me 2.41.50, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -17594,7 +17594,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\ ac_cs_version="\\
gprofng config.status 2.40.50 gprofng config.status 2.41.50
configured by $0, generated by GNU Autoconf 2.69, configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"

View File

@ -1,4 +1,4 @@
@set UPDATED 14 April 2022 @set UPDATED 18 April 2023
@set UPDATED-MONTH April 2022 @set UPDATED-MONTH April 2023
@set EDITION 2.40.50 @set EDITION 2.41.50
@set VERSION 2.0 @set VERSION 2.41.50

View File

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for gprofng 2.40.50. # Generated by GNU Autoconf 2.69 for gprofng 2.41.50.
# #
# #
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='gprofng' PACKAGE_NAME='gprofng'
PACKAGE_TARNAME='gprofng' PACKAGE_TARNAME='gprofng'
PACKAGE_VERSION='2.40.50' PACKAGE_VERSION='2.41.50'
PACKAGE_STRING='gprofng 2.40.50' PACKAGE_STRING='gprofng 2.41.50'
PACKAGE_BUGREPORT='' PACKAGE_BUGREPORT=''
PACKAGE_URL='' PACKAGE_URL=''
@ -1324,7 +1324,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures gprofng 2.40.50 to adapt to many kinds of systems. \`configure' configures gprofng 2.41.50 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1395,7 +1395,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of gprofng 2.40.50:";; short | recursive ) echo "Configuration of gprofng 2.41.50:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -1504,7 +1504,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
gprofng configure 2.40.50 gprofng configure 2.41.50
generated by GNU Autoconf 2.69 generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc. Copyright (C) 2012 Free Software Foundation, Inc.
@ -1990,7 +1990,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by gprofng $as_me 2.40.50, which was It was created by gprofng $as_me 2.41.50, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@ $ $0 $@
@ -2967,7 +2967,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='gprofng' PACKAGE='gprofng'
VERSION='2.40.50' VERSION='2.41.50'
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
@ -16080,7 +16080,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by gprofng $as_me 2.40.50, which was This file was extended by gprofng $as_me 2.41.50, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -16146,7 +16146,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\ ac_cs_version="\\
gprofng config.status 2.40.50 gprofng config.status 2.41.50
configured by $0, generated by GNU Autoconf 2.69, configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"

View File

@ -1,3 +1,7 @@
2023-07-03 Nick Clifton <nickc@redhat.com>
* configure: Regenerate.
2023-07-03 Nick Clifton <nickc@redhat.com> 2023-07-03 Nick Clifton <nickc@redhat.com>
2.41 Branch Point. 2.41 Branch Point.

20
ld/configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for ld 2.40.50. # Generated by GNU Autoconf 2.69 for ld 2.41.50.
# #
# #
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='ld' PACKAGE_NAME='ld'
PACKAGE_TARNAME='ld' PACKAGE_TARNAME='ld'
PACKAGE_VERSION='2.40.50' PACKAGE_VERSION='2.41.50'
PACKAGE_STRING='ld 2.40.50' PACKAGE_STRING='ld 2.41.50'
PACKAGE_BUGREPORT='' PACKAGE_BUGREPORT=''
PACKAGE_URL='' PACKAGE_URL=''
@ -1423,7 +1423,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures ld 2.40.50 to adapt to many kinds of systems. \`configure' configures ld 2.41.50 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1494,7 +1494,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of ld 2.40.50:";; short | recursive ) echo "Configuration of ld 2.41.50:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -1661,7 +1661,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
ld configure 2.40.50 ld configure 2.41.50
generated by GNU Autoconf 2.69 generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc. Copyright (C) 2012 Free Software Foundation, Inc.
@ -2376,7 +2376,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by ld $as_me 2.40.50, which was It was created by ld $as_me 2.41.50, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@ $ $0 $@
@ -3359,7 +3359,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='ld' PACKAGE='ld'
VERSION='2.40.50' VERSION='2.41.50'
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
@ -18083,7 +18083,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by ld $as_me 2.40.50, which was This file was extended by ld $as_me 2.41.50, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -18149,7 +18149,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\ ac_cs_version="\\
ld config.status 2.40.50 ld config.status 2.41.50
configured by $0, generated by GNU Autoconf 2.69, configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"

View File

@ -1,3 +1,8 @@
2023-07-03 Nick Clifton <nickc@redhat.com>
* configure: Regenerate.
* po/opcodes.pot: Regenerate.
2023-07-03 Nick Clifton <nickc@redhat.com> 2023-07-03 Nick Clifton <nickc@redhat.com>
2.41 Branch Point. 2.41 Branch Point.

20
opcodes/configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for opcodes 2.40.50. # Generated by GNU Autoconf 2.69 for opcodes 2.41.50.
# #
# #
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='opcodes' PACKAGE_NAME='opcodes'
PACKAGE_TARNAME='opcodes' PACKAGE_TARNAME='opcodes'
PACKAGE_VERSION='2.40.50' PACKAGE_VERSION='2.41.50'
PACKAGE_STRING='opcodes 2.40.50' PACKAGE_STRING='opcodes 2.41.50'
PACKAGE_BUGREPORT='' PACKAGE_BUGREPORT=''
PACKAGE_URL='' PACKAGE_URL=''
@ -1360,7 +1360,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures opcodes 2.40.50 to adapt to many kinds of systems. \`configure' configures opcodes 2.41.50 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1431,7 +1431,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of opcodes 2.40.50:";; short | recursive ) echo "Configuration of opcodes 2.41.50:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -1545,7 +1545,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
opcodes configure 2.40.50 opcodes configure 2.41.50
generated by GNU Autoconf 2.69 generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc. Copyright (C) 2012 Free Software Foundation, Inc.
@ -2139,7 +2139,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by opcodes $as_me 2.40.50, which was It was created by opcodes $as_me 2.41.50, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@ $ $0 $@
@ -3118,7 +3118,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='opcodes' PACKAGE='opcodes'
VERSION='2.40.50' VERSION='2.41.50'
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
@ -13191,7 +13191,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by opcodes $as_me 2.40.50, which was This file was extended by opcodes $as_me 2.41.50, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -13257,7 +13257,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\ ac_cs_version="\\
opcodes config.status 2.40.50 opcodes config.status 2.41.50
configured by $0, generated by GNU Autoconf 2.69, configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"

File diff suppressed because it is too large Load Diff