aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2022-11-06 12:12:47 +0100
committerJakub Jelinek <jakub@redhat.com>2022-11-06 12:12:47 +0100
commit89d0a14a1fdf89d38d9db1156ffde8c1b276823c (patch)
tree93c4f1851f9df95237a003020371fdf2b59ff1c4 /contrib
parent05788e9b951199e0947cf70d62feaf9d051a4b46 (diff)
downloadgcc-89d0a14a1fdf89d38d9db1156ffde8c1b276823c.zip
gcc-89d0a14a1fdf89d38d9db1156ffde8c1b276823c.tar.gz
gcc-89d0a14a1fdf89d38d9db1156ffde8c1b276823c.tar.bz2
Manually add ChangeLog entries from r13-3652-ge4cba49413ca429dc82f6aa2e88129ecb3fdd943
This commit caused failure of update_version_git due to the removal of liboffloadmic with ChangeLog in it, so I had to blacklist that commit and here I'm adding ChangeLog entries manually.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 7222e2b..da85fa8 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -3,6 +3,15 @@
* gcc-changelog/git_update_version.py: Add
e4cba49413ca429dc82f6aa2e88129ecb3fdd943 to ignored commits.
+2022-11-04 Thomas Schwinge <thomas@codesourcery.com>
+
+ * gcc-changelog/git_commit.py (default_changelog_locations):
+ Remove 'liboffloadmic'.
+ * gcc_update (files_and_dependencies): Remove 'liboffloadmic'
+ files.
+ * update-copyright.py (GCCCmdLine): Remove 'liboffloadmic'
+ comment.
+
2022-10-20 Jonathan Wakely <jwakely@redhat.com>
Ulrich Drepper <drepper@redhat.com>