Update version number and regenerate files

This commit is contained in:
Nick Clifton 2021-07-03 15:16:48 +01:00
parent 514192487e
commit 346d80ef33
21 changed files with 10165 additions and 8953 deletions

View File

@ -1,3 +1,9 @@
2021-07-03 Nick Clifton <nickc@redhat.com>
* version.m4: Update version number.
* configure: Regenerate.
* po/opcodes.pot: Regenerate.
2021-07-03 Nick Clifton <nickc@redhat.com>
* 2.37 release branch created.

20
bfd/configure vendored
View File

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

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
m4_define([BFD_VERSION], [2.36.50])
m4_define([BFD_VERSION], [2.37.50])

View File

@ -1,3 +1,9 @@
2021-07-03 Nick Clifton <nickc@redhat.com>
* configure: Regenerate.
* po/opcodes.pot: Regenerate.
* README-how-to-make-a-release: Update.
2021-07-03 Nick Clifton <nickc@redhat.com>
* 2.37 release branch created.

View File

@ -35,7 +35,8 @@ Approx time to complete from here: 2 hours ....
in the gold directory - it has its own release numbering.
Likewise for the ChangeLog files in: bfd, binutils, config, cpu,
elfcpp, gas, gold, gprof, include, ld, libctf, opcodes and toplevel.
elfcpp, gas, gold, gprof, include, ld, libctf, libiberty, opcodes
and toplevel.
Add a note of the name of the new branch to binutils/BRANCHES.
@ -43,8 +44,8 @@ Approx time to complete from here: 2 hours ....
4. Create the release branch using:
git branch binutils-2_37-branch
git push origin binutils-2_37-branch
git branch binutils-2_38-branch
git push origin binutils-2_38-branch
If you get a message like:
@ -54,7 +55,7 @@ Approx time to complete from here: 2 hours ....
5. Make sure that the branch is there. IE check out the branch sources:
git clone ssh://sourceware.org/git/binutils-gdb.git -b binutils-2_37-branch 2.37
git clone ssh://sourceware.org/git/binutils-gdb.git -b binutils-2_38-branch 2.38
If you get a message about being in a "detached head" state, something
has gone wrong...
@ -76,8 +77,8 @@ Approx time to complete from here: 2 hours ....
ask Joel Brobecker <brobecker AT adacore DOT com>.
7. Rename the current HEAD version entry in Bugzilla, and create a
new one. E.g. rename "2.37 (HEAD)" to 2.37, and create
"2.38 (HEAD)":
new one. E.g. rename "2.38 (HEAD)" to 2.38, and create
"2.39 (HEAD)":
https://sourceware.org/bugzilla/editversions.cgi?product=binutils

20
binutils/configure vendored
View File

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

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,8 @@
2021-07-03 Nick Clifton <nickc@redhat.com>
* configure: Regenerate.
* po/gas.pot: Regenerate.
2021-07-03 Nick Clifton <nickc@redhat.com>
* 2.37 release branch created.

20
gas/configure vendored
View File

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

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,7 @@
2021-07-03 Nick Clifton <nickc@redhat.com>
* po/gold.pot: Regenerate.
2021-07-03 Nick Clifton <nickc@redhat.com>
* 2.37 release branch created.

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,8 @@
2021-07-03 Nick Clifton <nickc@redhat.com>
* configure: Regenerate.
* po/ld.pot: Regenerate.
2021-07-03 Nick Clifton <nickc@redhat.com>
* 2.37 release branch created.

20
ld/configure vendored
View File

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

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,11 @@
2021-07-03 Nick Clifton <nickc@redhat.com>
* configure: Regenerate.
2021-07-03 Nick Clifton <nickc@redhat.com>
* 2.37 release branch created.
2021-06-30 Gerald Pfeifer <gerald@pfeifer.com>
* make-temp-file.c (usrtmp): Remove.

26
libiberty/configure vendored
View File

@ -681,7 +681,6 @@ infodir
docdir
oldincludedir
includedir
runstatedir
localstatedir
sharedstatedir
sysconfdir
@ -761,7 +760,6 @@ datadir='${datarootdir}'
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
runstatedir='${localstatedir}/run'
includedir='${prefix}/include'
oldincludedir='/usr/include'
docdir='${datarootdir}/doc/${PACKAGE}'
@ -1014,15 +1012,6 @@ do
| -silent | --silent | --silen | --sile | --sil)
silent=yes ;;
-runstatedir | --runstatedir | --runstatedi | --runstated \
| --runstate | --runstat | --runsta | --runst | --runs \
| --run | --ru | --r)
ac_prev=runstatedir ;;
-runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
| --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
| --run=* | --ru=* | --r=*)
runstatedir=$ac_optarg ;;
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
ac_prev=sbindir ;;
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
@ -1160,7 +1149,7 @@ fi
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
datadir sysconfdir sharedstatedir localstatedir includedir \
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
libdir localedir mandir runstatedir
libdir localedir mandir
do
eval ac_val=\$$ac_var
# Remove trailing slashes.
@ -1313,7 +1302,6 @@ Fine tuning of the installation directories:
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
--runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
--libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
@ -4295,7 +4283,7 @@ else
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
@ -4341,7 +4329,7 @@ else
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
@ -4365,7 +4353,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
@ -4410,7 +4398,7 @@ else
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
@ -4434,7 +4422,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
@ -7575,8 +7563,6 @@ main ()
if (*(data + i) != *(data3 + i))
return 14;
close (fd);
free (data);
free (data3);
return 0;
}
_ACEOF

View File

@ -1,3 +1,8 @@
2021-07-03 Nick Clifton <nickc@redhat.com>
* configure: Regenerate.
* po/opcodes.pot: Regenerate.
2021-07-03 Nick Clifton <nickc@redhat.com>
* 2.37 release branch created.

20
opcodes/configure vendored
View File

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

File diff suppressed because it is too large Load Diff