Daily bump.
This commit is contained in:
parent
70a5e6280d
commit
90323d0b4b
5 changed files with 38 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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):
|
||||
|
|
|
@ -1 +1 @@
|
|||
20221231
|
||||
20230101
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue