+2024-04-22 Iain Sandoe <iain@sandoe.co.uk>
+
+ Backported from master:
+ 2022-05-03 Iain Sandoe <iain@sandoe.co.uk>
+
+ * config/darwin.c (darwin_label_is_anonymous_local_objc_name): Make
+ protocol class methods linker-visible.
+
+2024-04-22 Iain Sandoe <iain@sandoe.co.uk>
+
+ Backported from master:
+ 2023-07-03 Iain Sandoe <iain@sandoe.co.uk>
+
+ * config/darwin.h: Avoid duplicate multiply_defined specs on
+ earlier Darwin versions with shared libgcc.
+
+2024-04-22 Iain Sandoe <iain@sandoe.co.uk>
+
+ Backported from master:
+ 2023-09-18 Iain Sandoe <iain@sandoe.co.uk>
+
+ * configure: Regenerate.
+ * configure.ac: Handle explict disable of stdlib option, set
+ defaults for Darwin.
+
2024-04-15 Tamar Christina <tamar.christina@arm.com>
PR tree-optimization/113552
+2024-04-22 Iain Sandoe <iain@sandoe.co.uk>
+
+ Backported from master:
+ 2022-12-23 Iain Sandoe <iain@sandoe.co.uk>
+
+ * g++spec.c (lang_specific_driver): Preserve -static-libstdc++ in
+ the driver command line for targets without -Bstatic/dynamic support
+ in their static linker.
+
2024-01-24 Jason Merrill <jason@redhat.com>
Backported from master:
+2024-04-22 Iain Sandoe <iain@sandoe.co.uk>
+
+ Backported from master:
+ 2022-05-03 Iain Sandoe <iain@sandoe.co.uk>
+
+ * objc-next-runtime-abi-02.c (next_runtime_abi_02_protocol_decl): Do
+ not dead-strip the runtime meta-data symbols.
+ (build_v2_classrefs_table): Likewise.
+ (build_v2_protocol_list_address_table): Likewise.
+
2024-03-31 Iain Sandoe <iain@sandoe.co.uk>
Backported from master:
+2024-04-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ Backported from master:
+ 2023-03-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ * lib/target-supports.exp (add_options_for_weak_undefined): Escape
+ brackets.
+ * gcc.dg/visibility-22.c: Add weak_undefined options.
+
+2024-04-22 Iain Sandoe <iain@sandoe.co.uk>
+
+ Backported from master:
+ 2023-02-15 Iain Sandoe <iain@sandoe.co.uk>
+
+ * obj-c++.dg/proto-lossage-4.mm: Use uintptr_t for integral pointer
+ representations.
+
+2024-04-22 Iain Sandoe <iain@sandoe.co.uk>
+
+ Backported from master:
+ 2022-06-25 Iain Sandoe <iain@sandoe.co.uk>
+
+ * gcc.dg/darwin-comm-1.c: Check for the correct error message for
+ Darwin <= 10.
+
+2024-04-22 Iain Sandoe <iain@sandoe.co.uk>
+
+ Backported from master:
+ 2023-07-03 Iain Sandoe <iain@sandoe.co.uk>
+
+ * lib/g++.exp: Remove additional flag handled by Darwin specs.
+ * lib/obj-c++.exp: Likewise.
+
2024-04-15 Tamar Christina <tamar.christina@arm.com>
PR tree-optimization/113552
+2024-04-22 Iain Sandoe <iain@sandoe.co.uk>
+
+ Backported from master:
+ 2023-07-03 Iain Sandoe <iain@sandoe.co.uk>
+
+ * testsuite/lib/libstdc++.exp: Remove additional flag handled
+ by Darwin specs.
+
2024-01-11 Ken Matsui <kmatsui@gcc.gnu.org>
Backported from master: