aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-01-01 00:17:17 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-01-01 00:17:17 +0000
commit90323d0b4b9f7eeba6c044498346257db82fb024 (patch)
tree18487a902df90963f80277c807ab2f20c9ba949a /gcc
parent70a5e6280d8c451cf2a55a03ac83f62e3ae7f6da (diff)
downloadgcc-90323d0b4b9f7eeba6c044498346257db82fb024.zip
gcc-90323d0b4b9f7eeba6c044498346257db82fb024.tar.gz
gcc-90323d0b4b9f7eeba6c044498346257db82fb024.tar.bz2
Daily bump.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog7
-rw-r--r--gcc/DATESTAMP2
-rw-r--r--gcc/m2/ChangeLog9
3 files changed, 17 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2a09b3e..248b5de 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+2022-12-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+ Iain Sandoe <iain@sandoe.co.uk>
+
+ PR modula2/107612
+ * Makefile.in: Make the configured libintl includes avaiable in INCINTL.
+ (BUILD_CPPFLAGS): Use INCINTL.
+
2022-12-30 Alexandre Oliva <oliva@adacore.com>
* hash-table.h (check_complete_insertion, check_insert_slot):
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index e1dea34..e44b4fe 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20221231
+20230101
diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog
index 624f273..66ca14d 100644
--- a/gcc/m2/ChangeLog
+++ b/gcc/m2/ChangeLog
@@ -1,3 +1,12 @@
+2022-12-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+ Iain Sandoe <iain@sandoe.co.uk>
+
+ PR modula2/107612
+ * Make-lang.in (soext): Use .dylib for Darwin.
+ (PLUGINLDFLAGS): Use dynmic lookup, set the plugin name, and append
+ -nodefaultlibs to suppress the linking of libstdc++.
+ Use INCINTL in compile lines for the plugin.
+
2022-12-21 Jakub Jelinek <jakub@redhat.com>
PR modula2/108153