Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libgrust: Add missed commits for Changelog creation #2853

Merged
merged 2 commits into from
Feb 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ libgo Ian Lance Taylor <[email protected]>
libgomp Jakub Jelinek <[email protected]>
libgomp Tobias Burnus <[email protected]>
libgomp (OpenACC) Thomas Schwinge <[email protected]>
libgrust All Rust front end maintainers
libiberty Ian Lance Taylor <[email protected]>
libitm Torvald Riegel <[email protected]>
libobjc Nicola Pero <[email protected]>
Expand Down
1 change: 1 addition & 0 deletions contrib/gcc-changelog/git_commit.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
'libgfortran',
'libgm2',
'libgomp',
'libgrust',
'libhsail-rt',
'libiberty',
'libitm',
Expand Down
6 changes: 6 additions & 0 deletions libgrust/ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

Copyright (C) 2023 Free Software Foundation, Inc.

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
Loading