https://gcc.gnu.org/g:0d4c66ab7039af16972d803f0566320d56177bbc
commit r16-5790-g0d4c66ab7039af16972d803f0566320d56177bbc Author: Jose E. Marchesi <[email protected]> Date: Mon Dec 1 11:39:26 2025 +0100 Update changelog infrastructure for algol68 and libga68 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. Diff: --- 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 7c93df6ebbee..7aa3ea38cf51 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',
