Fix libgcc build failure for FRV with recent versions of gas.
[gcc.git] / maintainer-scripts / ChangeLog
index 6def1ae788b9a037d5983ecb6b0dbe69f0fb3002..4fca86975e4ad92587ce88003d9d83f4416e3c2a 100644 (file)
@@ -1,3 +1,203 @@
+2020-01-13  Jonathan Wakely  <jwakely@redhat.com>
+
+       * update_web_docs_libstdcxx_git: New file.
+       * update_web_docs_libstdcxx_svn: Remove.
+       * crontab: Use update_web_docs_libstdcxx_git.
+
+2020-01-13  Joseph Myers  <joseph@codesourcery.com>
+
+       * update_web_docs_git: New file.
+       * update_web_docs_svn: Remove.
+       * crontab: Use update_web_docs_svn.
+
+2020-01-13  Joseph Myers  <joseph@codesourcery.com>
+
+       * gcc_release: Use git instead of SVN.
+       * crontab: Update gcc_release calls.
+
+2020-01-13  Joseph Myers  <joseph@codesourcery.com>
+
+       * update_version_git: New file.
+       * update_version:svn: Remove.
+       * crontab: Use update_version_git.
+
+2019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>
+
+       * gcc_release: Use https for gcc.gnu.org.
+
+2019-11-14  Richard Biener  <rguenther@suse.de>
+
+       * update_version_svn (IGNORE_BRANCHES): Add 7.
+
+2019-10-05  Richard Biener  <rguenther@suse.de>
+
+       * crontab: Disable snapshots from gcc-7-branch.
+
+2019-08-05  David Malcolm  <dmalcolm@redhat.com>
+
+       * update_web_docs_svn: Proceed even if the invocation of
+       sphinx fails.
+
+2019-05-04  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * crontab: Snapshots from trunk are now GCC 10 related.
+       Add GCC 9 snapshots from the respective branch.
+
+2019-02-23  Jonathan Wakely  <jwakely@redhat.com>
+
+       * generate_libstdcxx_web_docs: Improve error output.
+
+2018-11-22  Martin Liska  <mliska@suse.cz>
+
+       * bugzilla-close-candidate.py: New file.
+
+2018-10-26  Jakub Jelinek  <jakub@redhat.com>
+
+       * update_version_svn (IGNORE_BRANCHES): Add gcc-6-branch.
+       * crontab: Remove gcc-6-branch entry.
+
+       * gcc_release (error, inform): Use $@ instead of $1.
+       (build_sources): Check for ^[[:blank:]]*GCC in both index.html
+       and changes.html, rather than for GCC in one and ^GCC in another one.
+
+2018-05-03  Jakub Jelinek  <jakub@redhat.com>
+
+       PR other/85622
+       * gcc_release: For -f, verify contrib/gennews has the major version
+       pages listed and both index.html and changes.html have been updated
+       for the new release.
+
+2018-04-25  Jakub Jelinek  <jakub@redhat.com>
+
+       * crontab: Enable snapshots from gcc-8-branch.
+
+2018-01-25  Richard Biener  <rguenther@suse.de>
+
+       * gcc_release (build_sources): Use getconf to get at the number
+       of cores in the system and pass -jN to gcc_build.
+
+2017-10-10  Jakub Jelinek  <jakub@redhat.com>
+
+       * update_version_svn: Ignore the GCC 5 branch.
+       * crontab: Remove entry for the GCC 5 branch.
+
+2017-05-23  Matthias Klose  <doko@ubuntu.com>
+
+       * gcc_release (XZ): Default to xz --best.
+
+2017-05-18  Matthias Klose  <doko@ubuntu.com>
+
+       * gcc_release (build_gzip): Build xz tarball instead of bz2 tarball.
+       (build_diffs): Handle building diffs from either bz2 or xz tarballs,
+       compress diffs using xz instead of bz2.
+       (build_diff): Likewise.
+       (upload_files): Check for *.xz files instead of *.bz2 files.
+       (announce_snapshot): Announce xz tarball instead of bz2 tarball.
+       (XZ): New definition.
+       (<toplevel>): Look for both bz2 and xz compressed old tarballs.
+
+2017-04-20  Jakub Jelinek  <jakub@redhat.com>
+
+       * crontab: Enable snapshots from gcc-7-branch.
+
+2017-03-03  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * gcc_release (snapshot_print): Replace md5 checksum by sha256.
+
+2017-02-28  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * update_web_docs_svn: Remove a reference to GCC 3.1.  Describe
+       settings to tweak if running on a host different from gcc.gnu.org.
+       (WWWBASE): Allow override via the environment.  Also check for
+       existance.
+
+2017-02-08  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * update_web_docs_svn (MANUALS): Add libitm.
+
+2016-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       PR documentation/50642
+       * update_web_docs_svn (CSS): Introduce.
+       Have generated files refer to it.
+
+2016-08-17  Martin Liska  <mliska@suse.cz>
+
+       * branch_changer.py: Describe the script. Add sample usage
+       of the script.
+
+2016-08-03  Martin Liska  <mliska@suse.cz>
+
+       * branch_changer.py: New file.
+
+2016-07-26  Richard Biener  <rguenther@suse.de>
+
+       * update_version_svn: Ignore the GCC 4.9 branch.
+
+2016-07-26  Richard Biener  <rguenther@suse.de>
+
+       * crontab: Remove entry for the GCC 4.9 branch.
+
+2016-06-13  Jonathan Wakely  <jwakely@redhat.com>
+
+       * generate_libstdcxx_web_docs: Use realpath to get absolute path.
+       Add comment about LaTeX errors.
+
+2016-04-15  Jakub Jelinek  <jakub@redhat.com>
+
+       * crontab: Enable snapshots from gcc-6-branch.
+
+2015-06-23  Richard Biener  <rguenther@suse.de>
+
+       * update_version_svn: Add gcc-4_8-branch to IGNORE_BRANCHES.
+
+2015-06-14  Richard Biener  <rguenther@suse.de>
+
+       * crontab: Disable snapshots from the 4.8 branch.
+
+2015-04-13  Jakub Jelinek  <jakub@redhat.com>
+
+       * update_version_svn: Update DATESTAMP also on
+       branches/gcc-[0-9]+-branch.
+
+       * gcc_release: Fix up thinko in the last commit, improve error
+       message.  Commit all ChangeLog, DEV-PHASE and BASE-VER changes
+       together, rather than doing dozens of separate commits.
+
+2015-04-12  Jakub Jelinek  <jakub@redhat.com>
+
+       * gcc_release: For RELEASE_MAJOR 5+ only use the major
+       number in branch name.  When doing final release of 5+,
+       if BASE-VER doesn't match release, but is *.*.1 for the
+       one smaller minor version, bump BASE-VER.
+
+       * crontab: Enable snapshots from gcc-5-branch.
+
+2015-04-07  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * update_web_docs_libstdcxx_svn (FILTER): Introduce.
+       Use to filter output of the copying process.
+
+2015-02-25  Arnaud Charlet  <charlet@adacore.com>
+
+       * update_web_docs_svn: Preserve gcc/ada/*.png. Update comments.
+
+2015-02-25  Arnaud Charlet  <charlet@adacore.com>
+
+       * update_web_docs_svn: Add -I gcc/gcc/ada/doc/gnat_ugn for gnat_ugn
+
+2015-02-06  David Malcolm  <dmalcolm@redhat.com>
+
+       PR jit/64257
+       * update_web_docs_svn: When copying up files for the built jit
+       documentation, also copy up .txt files.
+
+2015-02-04  David Malcolm  <dmalcolm@redhat.com>
+
+       PR jit/64257
+       * update_web_docs_svn: Update build of jit docs to use EPEL6
+       variant install of sphinx 1.0.8, rather than 0.6.6.
+
 2015-01-26  David Malcolm  <dmalcolm@redhat.com>
 
        PR jit/64257