aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog130
1 files changed, 130 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c17b4c..889f346 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,133 @@
+2025-08-07 Pengfei Li <Pengfei.Li2@arm.com>
+
+ * MAINTAINERS: Add myself.
+
+2025-08-05 Thomas Schwinge <tschwinge@baylibre.com>
+
+ * .gitignore: Remove 'libgrust/*/target/'.
+
+2025-08-01 Luis Machado <luis.machado.foss@gmail.com>
+
+ * MAINTAINERS: Update my e-mail address.
+
+2025-07-22 Patrick Palka <ppalka@redhat.com>
+
+ * MAINTAINERS: Add myself as C++ front end reviewer.
+
+2025-07-07 Tamar Christina <tamar.christina@arm.com>
+
+ * MAINTAINERS: Add myself to AArch64 pot.
+
+2025-07-04 Andrew Pinski <quic_apinski@quicinc.com>
+
+ * MAINTAINERS: Replace tabs with spaces.
+
+2025-07-04 Alex Coplan <alex.coplan@arm.com>
+
+ * MAINTAINERS (Reviewers): Add myself for the aarch64 port.
+
+2025-07-03 Andrew Pinski <quic_apinski@quicinc.com>
+
+ * MAINTAINERS: Add myself as an aarch64 port reviewer.
+
+2025-06-22 Nicolas Boulenguez <nicolas@debian.org>
+
+ PR ada/120106
+ * Makefile.tpl: Add GNATMAKE_FOR_BUILD to {HOST,BASE_TARGET}_EXPORTS
+ * Makefile.in: Regenerate.
+ * configure.ac: Set the default and substitute the variable.
+ * configure: Regenerate.
+
+2025-06-09 Kugan Vivekanandarajah <kvivekananda@nvidia.com>
+
+ * configure.ac: Special case cpu_type for x86_64.
+ * configure: Regenerate.
+
+2025-06-09 Peter Bergner <bergner@tenstorrent.com>
+
+ * MAINTAINERS: Update my email address and add myself to DCO.
+
+2025-05-28 Kugan Vivekanandarajah <kvivekananda@nvidia.com>
+
+ * Makefile.def: Fix typo in cpu_type
+ * Makefile.tpl: Add cpu_type
+
+2025-05-26 Kugan Vivekanandarajah <kvivekananda@nvidia.com>
+
+ * Makefile.def: AUTO_PROFILE based on cpu_type.
+ * Makefile.in: Likewise.
+ * configure: Regenerate.
+ * configure.ac: Set autofdo_target.
+
+2025-05-23 Kishan Parmar <kishan@linux.ibm.com>
+
+ * MAINTAINERS: Add myself to write after approval.
+
+2025-05-23 Dhruv Chawla <dhruvc@nvidia.com>
+
+ * MAINTAINERS: Add myself to write after approval and DCO.
+
+2025-05-21 Stephanos Ioannidis <root@stephanos.io>
+
+ * configure.ac: Always add pre-installed heades to search path.
+ * configure: Regenerate.
+
+2025-05-16 Spencer Abson <spencer.abson@arm.com>
+
+ * MAINTAINERS: Add myself to write after approval.
+
+2025-05-14 Richard Earnshaw <rearnsha@arm.com>
+
+ * MAINTAINERS: Marcus Shawcroft has resigned from the project.
+
+2025-04-28 Kwok Cheung Yeung <kcyeung@baylibre.com>
+
+ * MAINTAINERS (kcy): Add gcc.gnu.org username.
+
+2025-04-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ PR cobol/119217
+ * configure.ac: Restrict cobol to aarch64-*-linux*,
+ x86_64-*-linux*.
+ Fix indentation.
+ * configure: Regenerate.
+
+2025-04-16 Waffl3x <waffl3x@baylibre.com>
+
+ * MAINTAINERS: Add myself.
+
+2025-04-02 Iain Sandoe <iain@sandoe.co.uk>
+
+ * configure: Regenerate.
+ * configure.ac: Use -B instead of -L to specifiy the C++ runtime
+ paths on Darwin.
+
+2025-03-31 Alice Carlotti <alice.carlotti@arm.com>
+
+ * MAINTAINERS: Update my name.
+
+2025-03-28 Richard Biener <rguenther@suse.de>
+
+ PR bootstrap/119513
+ * configure.ac (compare_exclusions): Add gcc/cobol/parse\$(objext).
+ * configure: Regenerated.
+
+2025-03-25 Iain Sandoe <iain@sandoe.co.uk>
+
+ PR cobol/119244
+ * Makefile.def: libgcobol configure depends on libquadmath build.
+ * Makefile.in: Regenerate.
+
+2025-03-23 Iain Sandoe <iain@sandoe.co.uk>
+
+ PR libitm/88319
+ * Makefile.in: Regenerate.
+ * Makefile.tpl: Add CXX_FOR_TARGET to NORMAL_TARGET_EXPORTS.
+
+2025-03-23 James K. Lowden <jklowden@cobolworx.com>
+
+ * MAINTAINERS: Add myself.
+
2025-03-17 Arthur Cohen <arthur.cohen@embecosm.com>
* .gitignore: Add libgrust target folders to the ignore list.