mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
Update version number and regenerate files
This commit is contained in:
@ -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.
|
||||
|
@ -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
20
binutils/configure
vendored
@ -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
Reference in New Issue
Block a user