diff options
author | Nick Clifton <nickc@redhat.com> | 2021-07-03 15:16:48 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2021-07-03 15:16:48 +0100 |
commit | 346d80ef337471ad9f8039df513c6f6078df0c79 (patch) | |
tree | 3b803d0425ece03bb98ee2f86437e0be6a0f2d34 /binutils/README-how-to-make-a-release | |
parent | 514192487e2e12a4c147a761d59912f06cafb3cf (diff) | |
download | gdb-346d80ef337471ad9f8039df513c6f6078df0c79.zip gdb-346d80ef337471ad9f8039df513c6f6078df0c79.tar.gz gdb-346d80ef337471ad9f8039df513c6f6078df0c79.tar.bz2 |
Update version number and regenerate files
Diffstat (limited to 'binutils/README-how-to-make-a-release')
-rw-r--r-- | binutils/README-how-to-make-a-release | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release index 9e704b2..de50b13 100644 --- a/binutils/README-how-to-make-a-release +++ b/binutils/README-how-to-make-a-release @@ -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 |