aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ChangeLog8
-rw-r--r--contrib/config-list.mk2
-rwxr-xr-xcontrib/gennews1
3 files changed, 10 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index e7a4cab..0be6dd9 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,11 @@
+2025-04-26 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ * config-list.mk: Add m32c*-*-* to the list of obsoleted targets.
+
+2025-04-25 Jakub Jelinek <jakub@redhat.com>
+
+ * gennews (files): Add files for GCC 15.
+
2025-04-17 Jakub Jelinek <jakub@redhat.com>
* gcc-changelog/git_update_version.py (active_refs): Add
diff --git a/contrib/config-list.mk b/contrib/config-list.mk
index fc9fc99..58bb4c5c1 100644
--- a/contrib/config-list.mk
+++ b/contrib/config-list.mk
@@ -65,7 +65,7 @@ LIST = \
ia64-hp-vmsOPT-enable-obsolete iq2000-elf lm32-elf \
lm32-rtems lm32-uclinux \
loongarch64-linux-gnuf64 loongarch64-linux-gnuf32 loongarch64-linux-gnusf \
- m32c-elf m32r-elf m32rle-elf \
+ m32c-elfOPT-enable-obsolete m32r-elf m32rle-elf \
m68k-elf m68k-netbsdelf \
m68k-uclinux m68k-linux m68k-rtems \
mcore-elf microblaze-linux microblaze-elf \
diff --git a/contrib/gennews b/contrib/gennews
index bb5ac92..6eab091 100755
--- a/contrib/gennews
+++ b/contrib/gennews
@@ -23,6 +23,7 @@
website=http://gcc.gnu.org/
files="
+ gcc-15/index.html gcc-15/changes.html
gcc-14/index.html gcc-14/changes.html
gcc-13/index.html gcc-13/changes.html
gcc-12/index.html gcc-12/changes.html