From: GCC Administrator Date: Sat, 13 Apr 2024 00:19:55 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-12.4.0~240 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7246b82324a8bdaa4d6dd77951e56dd26c4b853e;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a62d33828188..e614a205fe97 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,30 @@ +2024-04-12 Iain Sandoe + + Backported from master: + 2023-09-27 Iain Sandoe + + PR target/111610 + * configure: Regenerate. + * configure.ac: Rename the missing dsymutil case to "DET_UNKNOWN". + +2024-04-12 Iain Sandoe + + Backported from master: + 2023-09-18 Iain Sandoe + + * 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 + + Backported from master: + 2022-05-03 Iain Sandoe + + * config/darwin.cc (darwin_label_is_anonymous_local_objc_name): Make + protocol class methods linker-visible. + 2024-04-11 Kito Cheng Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index ec62272a850d..a25dc7472c00 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240412 +20240413 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index c555966e214a..94b45028f851 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,12 @@ +2024-04-12 Iain Sandoe + + Backported from master: + 2022-12-23 Iain Sandoe + + * 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 Backported from master: diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog index 8a6bb82886b8..a76a98276274 100644 --- a/gcc/objc/ChangeLog +++ b/gcc/objc/ChangeLog @@ -1,3 +1,13 @@ +2024-04-12 Iain Sandoe + + Backported from master: + 2022-05-03 Iain Sandoe + + * 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. diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index aa4110a184e4..81c84408afcd 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,12 @@ +2024-04-12 Iain Sandoe + + Backported from master: + 2022-12-24 Iain Sandoe + + * 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 Backported from master: