diff options
author | Martin Liska <mliska@suse.cz> | 2021-03-12 09:31:37 +0100 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2021-05-10 09:22:26 +0200 |
commit | fea26bad2e5b9078d6a6b16d5e48653e31794273 (patch) | |
tree | ff14867b75e9690aba876073dcb35002eb207b50 /contrib/gcc-changelog | |
parent | ec728fb0026bbe5bc9f0d9ccb4215000f77ab206 (diff) | |
download | gcc-fea26bad2e5b9078d6a6b16d5e48653e31794273.tar.gz |
gcc-changelog: Remove components that will be removed.
contrib/ChangeLog:
* gcc-changelog/git_commit.py: Remove components that will be
removed.
Diffstat (limited to 'contrib/gcc-changelog')
-rwxr-xr-x | contrib/gcc-changelog/git_commit.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py index b28f7deac23..89461cc027d 100755 --- a/contrib/gcc-changelog/git_commit.py +++ b/contrib/gcc-changelog/git_commit.py @@ -30,7 +30,6 @@ changelog_locations = { 'fixincludes', 'gcc/ada', 'gcc/analyzer', - 'gcc/brig', 'gcc/c', 'gcc/c-family', 'gcc', @@ -62,7 +61,6 @@ changelog_locations = { 'libgcc/config/libbid', 'libgfortran', 'libgomp', - 'libhsail-rt', 'libiberty', 'libitm', 'libobjc', |