Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 1 Jan 2023 00:17:17 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 1 Jan 2023 00:17:17 +0000 (00:17 +0000)
ChangeLog
gcc/ChangeLog
gcc/DATESTAMP
gcc/m2/ChangeLog
libgm2/ChangeLog

index 9a06b89..68f50e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-12-31  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * Makefile.def: Do not build shared libffi.
+       * Makefile.in: Regenerate.
+
 2022-12-21  Andrew Pinski  <apinski@marvell.com>
 
        * Makefile.def: Add configure-gdb dependencies
index 2a09b3e..248b5de 100644 (file)
@@ -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):
index e1dea34..e44b4fe 100644 (file)
@@ -1 +1 @@
-20221231
+20230101
index 624f273..66ca14d 100644 (file)
@@ -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
index 310ca65..a443ffc 100644 (file)
@@ -1,3 +1,19 @@
+2022-12-31  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * configure: Regenerate.
+       * configure.ac: Make a conditional for configurations targeting
+       Darwin.
+       * libm2cor/Makefile.am: Use -undefined,dynamic_lookup on Darwin.
+       * libm2iso/Makefile.am: Likewise.
+       * libm2log/Makefile.am: Likewise.
+       * libm2pim/Makefile.am: Likewise
+       * libm2min/Makefile.am: Likewise
+       * libm2cor/Makefile.in: Regenerate.
+       * libm2iso/Makefile.in: Regenerate.
+       * libm2log/Makefile.in: Regenerate.
+       * libm2min/Makefile.in: Regenerate.
+       * libm2pim/Makefile.in: Regenerate.
+
 2022-12-14  Gaius Mulley  <gaiusmod2@gmail.com>
 
        * Makefile.am: New file.