+2024-04-29 Iain Sandoe <iain@sandoe.co.uk>
+
+ Backported from master:
+ 2024-04-02 Iain Sandoe <iain@sandoe.co.uk>
+
+ * config/darwin.c (darwin_override_options): Reduce the debug
+ level to 2 if dsymutil cannot handle .macinfo sections.
+
2024-04-28 Iain Sandoe <iain@sandoe.co.uk>
* config/darwin.c: Return true as the default libc avaiability.
+2024-04-29 Iain Sandoe <iain@sandoe.co.uk>
+
+ Backported from master:
+ 2024-04-02 Iain Sandoe <iain@sandoe.co.uk>
+
+ * Make-lang.in: Implement exports list, and use a shared
+ libgcc.
+ * libgccjit.exports: New file.
+
2023-05-29 Release Manager
* GCC 11.4.0 released.
+2024-04-29 Iain Sandoe <iain@sandoe.co.uk>
+
+ Backported from master:
+ 2024-04-02 Iain Sandoe <iain@sandoe.co.uk>
+
+ PR testsuite/114034
+ * g++.dg/gcov/gcov-dump-1.C: Remove extra -lgcov.
+ * g++.dg/gcov/gcov-dump-2.C: Likewise.
+
+2024-04-29 Iain Sandoe <iain@sandoe.co.uk>
+
+ Backported from master:
+ 2024-04-02 Iain Sandoe <iain@sandoe.co.uk>
+
+ PR testsuite/114036
+ * gcc.misc-tests/gcov-14.c: Allow for 'Foo' to be undefined
+ on Darwin link lines.
+
+2024-04-29 Iain Sandoe <iain@sandoe.co.uk>
+
+ Backported from master:
+ 2024-03-19 Iain Sandoe <iain@sandoe.co.uk>
+
+ PR target/114049
+ * gcc.dg/framework-1.c: Use an IOKit header instead of a
+ Kernel one.
+
+2024-04-29 Iain Sandoe <iain@sandoe.co.uk>
+
+ Backported from master:
+ 2024-02-02 Iain Sandoe <iain@sandoe.co.uk>
+ Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
+
+ * lib/target-supports.exp (check_effective_target_shared):
+ Allow the external symbols referenced in the test to be undefined.
+
2024-04-28 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Backported from master:
+2024-04-29 Iain Sandoe <iain@sandoe.co.uk>
+
+ Backported from master:
+ 2024-02-19 Iain Sandoe <iain@sandoe.co.uk>
+ Jonathan Wakely <jwakely@redhat.com>
+
+ PR target/112397
+ * configure: Regenerate.
+ * configure.ac: Detect if we are building for Darwin.
+ * libsupc++/Makefile.am: If we are building for Darwin, then
+ suppress hot/cold partitioning for the array allocators.
+ * libsupc++/Makefile.in: Regenerated.
+
+2024-04-29 Iain Sandoe <iain@sandoe.co.uk>
+
+ Backported from master:
+ 2024-03-19 Iain Sandoe <iain@sandoe.co.uk>
+
+ * testsuite/lib/dg-options.exp (atomic_link_flags): Emit a -B
+ option for the path to the uninstalled libatomic.
+
+2024-04-29 Iain Sandoe <iain@sandoe.co.uk>
+
+ Backported from master:
+ 2024-03-19 Iain Sandoe <iain@sandoe.co.uk>
+
+ * testsuite/lib/libstdc++.exp (v3_target_compile): Instead of
+ /dev/null, use a temporary file for test executables on Darwin.
+
2024-04-24 Iain Sandoe <iain@sandoe.co.uk>
Backported from master: