This commit updates contrib/gcc-changelog/git_commit.py to add gcc/algol68 and libga68 to default_changelog_locations.
Signed-off-by: Jose E. Marchesi <[email protected]> contrib/ChangeLog * gcc-changelog/git_commit.py: Add gcc/algol68 and libga68 to default_changelog_locations. --- contrib/gcc-changelog/git_commit.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py index 7c93df6ebbe..7aa3ea38cf5 100755 --- a/contrib/gcc-changelog/git_commit.py +++ b/contrib/gcc-changelog/git_commit.py @@ -33,6 +33,7 @@ default_changelog_locations = { 'contrib/regression', 'fixincludes', 'gcc/ada', + 'gcc/algol68', 'gcc/analyzer', 'gcc/brig', 'gcc/c', @@ -64,6 +65,7 @@ default_changelog_locations = { 'libcpp/po', 'libdecnumber', 'libffi', + 'libga68', 'libgcc', 'libgcc/config/avr/libf7', 'libgcc/config/libbid', -- 2.30.2
