forked from Rust-GCC/gccrs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge commit 'f3f2065910a02b0099d3d5f2ad3389d0e479c782' into HEAD [Ru…
- Loading branch information
Showing
27,689 changed files
with
649,765 additions
and
281,005 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,6 +69,7 @@ stamp-* | |
/mpc* | ||
/gmp* | ||
/isl* | ||
/gettext* | ||
|
||
# ADDITIONS from GCCRS front-end | ||
.vscode/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,121 @@ | ||
2024-01-08 Joseph Myers <[email protected]> | ||
|
||
* MAINTAINERS: Update my email address. | ||
|
||
2023-12-30 Joseph Myers <[email protected]> | ||
|
||
* MAINTAINERS: Update my email address. | ||
|
||
2023-12-14 Pierre-Emmanuel Patry <[email protected]> | ||
Thomas Schwinge <[email protected]> | ||
|
||
* Makefile.def: Add libgrust as host & target module. | ||
* configure.ac: Add libgrust to host tools list. Add libgrust to | ||
noconfigdirs if we're not building target libstdc++. | ||
* Makefile.in: Regenerate. | ||
* configure: Regenerate. | ||
|
||
2023-12-14 Pierre-Emmanuel Patry <[email protected]> | ||
Arthur Cohen <[email protected]> | ||
|
||
* MAINTAINERS: Add maintainers for libgrust. | ||
|
||
2023-12-13 Arsen Arsenović <[email protected]> | ||
|
||
* Makefile.def (gettext): Disable (via missing) | ||
{install-,}{pdf,html,info,dvi} and TAGS targets. Set no_install | ||
to true. Add --disable-threads --disable-libasprintf. Drop the | ||
lib_path (as there are no shared libs). | ||
* Makefile.in: Regenerate. | ||
|
||
2023-12-12 Paul Iannetta <[email protected]> | ||
|
||
* MAINTAINERS: Add myself to write after approval | ||
|
||
2023-12-12 Feng Wang <[email protected]> | ||
|
||
* MAINTAINERS: Update my email address | ||
|
||
2023-12-12 Feng Wang <[email protected]> | ||
|
||
* MAINTAINERS: Add myself to write after approval | ||
|
||
2023-11-23 Nathaniel Shead <[email protected]> | ||
|
||
* MAINTAINERS: Add myself to write after approval and DCO | ||
|
||
2023-11-22 Francois-Xavier Coudert <[email protected]> | ||
|
||
* libtool.m4: Fix stray call | ||
|
||
2023-11-19 Lewis Hyatt <[email protected]> | ||
|
||
* Makefile.in: Regenerate. | ||
* Makefile.tpl: Add dependency on site.exp to check-gcc-* targets | ||
|
||
2023-11-18 Petter Tomner <[email protected]> | ||
|
||
* MAINTAINERS: Update my email address. | ||
|
||
2023-11-18 Frederik Harwath <[email protected]> | ||
|
||
* MAINTAINERS: Change my address. | ||
|
||
2023-11-16 Michal Jires <[email protected]> | ||
|
||
* MAINTAINERS: Add myself. | ||
|
||
2023-11-13 Arsen Arsenović <[email protected]> | ||
|
||
PR bootstrap/12596 | ||
* .gitignore: Add '/gettext*'. | ||
* configure.ac (host_libs): Replace intl with gettext. | ||
(hbaseargs, bbaseargs, baseargs): Split baseargs into | ||
{h,b}baseargs. | ||
(skip_barg): New flag. Skips appending current flag to | ||
bbaseargs. | ||
<library exemptions>: Exempt --with-libintl-{type,prefix} from | ||
target and build machine argument passing. | ||
* configure: Regenerate. | ||
* Makefile.def (host_modules): Replace intl module with gettext | ||
module. | ||
(configure-ld): Depend on configure-gettext. | ||
* Makefile.in: Regenerate. | ||
|
||
2023-11-13 Arsen Arsenović <[email protected]> | ||
|
||
* intl/*: Remove. | ||
|
||
2023-11-09 Jivan Hakobyan <[email protected]> | ||
|
||
* MAINTAINERS: Add myself. | ||
|
||
2023-11-09 YunQiang Su <[email protected]> | ||
|
||
* MAINTAINERS: Update my email address. | ||
|
||
2023-11-06 Carl Love <[email protected]> | ||
|
||
* MAINTAINERS: Update my email address. | ||
|
||
2023-11-01 Eric Gallager <[email protected]> | ||
|
||
* .github/CONTRIBUTING.md: Wrap lines more tightly. | ||
|
||
2023-11-01 Eric Gallager <[email protected]> | ||
|
||
* .github/CONTRIBUTING.md: New file. | ||
* .github/PULL_REQUEST_TEMPLATE.md: New file. | ||
|
||
2023-10-22 Iain Sandoe <[email protected]> | ||
|
||
* configure: Regenerate. | ||
* configure.ac: Do not add default runpaths to GCC exes | ||
when we are building -static-libstdc++/-static-libgcc (the | ||
default). | ||
* libtool.m4: Add 'enable-darwin-at-runpath'. Act on the | ||
enable flag to alter Darwin libraries to use @rpath names. | ||
|
||
2023-10-15 Mike Frysinger <[email protected]> | ||
|
||
* Makefile.def: Add distclean-sim dependency on distclean-gnulib. | ||
|
Oops, something went wrong.