]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 13 Apr 2024 00:19:55 +0000 (00:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 13 Apr 2024 00:19:55 +0000 (00:19 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/objc/ChangeLog
libgcc/ChangeLog

index a62d338281880c171090a7a61cea8cfc71da0151..e614a205fe971abcf90e5cadab11c354e4c81a5a 100644 (file)
@@ -1,3 +1,30 @@
+2024-04-12  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2023-09-27  Iain Sandoe  <iain@sandoe.co.uk>
+
+       PR target/111610
+       * configure: Regenerate.
+       * configure.ac: Rename the missing dsymutil case to "DET_UNKNOWN".
+
+2024-04-12  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2023-09-18  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * config/darwin-protos.h (enum darwin_external_toolchain): New.
+       * config/darwin.cc (DSYMUTIL_VERSION): New.
+       (darwin_override_options): Choose the default debug DWARF version
+       depending on the configured dsymutil version.
+
+2024-04-12  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2022-05-03  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * config/darwin.cc (darwin_label_is_anonymous_local_objc_name): Make
+       protocol class methods linker-visible.
+
 2024-04-11  Kito Cheng  <kito.cheng@sifive.com>
 
        Backported from master:
index ec62272a850d0c84b88add571191a78d0c409e88..a25dc7472c004c6ae1c9726f740dad27fb904b8f 100644 (file)
@@ -1 +1 @@
-20240412
+20240413
index c555966e214a3f9224709e6e4acb7f8528442003..94b45028f851f4faab8c139c1227f33a0a73fba9 100644 (file)
@@ -1,3 +1,12 @@
+2024-04-12  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2022-12-23  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * g++spec.cc (lang_specific_driver): Preserve -static-libstdc++ in
+       the driver command line for targets without -Bstatic/dynamic support
+       in their static linker.
+
 2024-02-06  Jason Merrill  <jason@redhat.com>
 
        Backported from master:
index 8a6bb82886b8f394bf3286954a90301e34d8621b..a76a98276274f864bca3d5ae378e89998246ba3e 100644 (file)
@@ -1,3 +1,13 @@
+2024-04-12  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2022-05-03  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * objc-next-runtime-abi-02.cc (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.
+
 2023-05-08  Release Manager
 
        * GCC 12.3.0 released.
index aa4110a184e4c6f4886cea3f89f3963ddcdd7cc0..81c84408afcd52c4c5b3ef429ba956b494f0d3e9 100644 (file)
@@ -1,3 +1,12 @@
+2024-04-12  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2022-12-24  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * config/t-slibgcc-darwin (install-darwin-libgcc-stubs): Skip the
+       install of libgcc_s.1.dylib when the installation is into the build
+       gcc directory.
+
 2024-01-13  Sandra Loosemore  <sandra@codesourcery.com>
 
        Backported from master: