]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 19 Apr 2024 00:20:34 +0000 (00:20 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 19 Apr 2024 00:20:34 +0000 (00:20 +0000)
gcc/ChangeLog
gcc/DATESTAMP
libstdc++-v3/ChangeLog

index 2f05fe609243ef0cf4adcc6fedb6962a64a46779..575af27bf7e14da67275184f5d5676ec0f5ba3eb 100644 (file)
@@ -1,3 +1,74 @@
+2024-04-18  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2023-10-18  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * config.in: Regenerate.
+       * config/darwin.cc (darwin_file_start): Add assembler directives
+       for the target OS version, where these are supported by the
+       assembler.
+       (darwin_override_options): Check for building >= macOS 10.14.
+       * configure: Regenerate.
+       * configure.ac: Check for assembler support of .build_version
+       directives.
+
+2024-04-18  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2023-09-10  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * config/darwin.cc (darwin_function_section): Place unlikely
+       executed global init code into the standard cold section.
+
+2024-04-18  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2023-09-04  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * config/darwin-sections.def (static_init_section): Add the
+       __TEXT,__StaticInit section.
+       * config/darwin.cc (darwin_function_section): Use the static init
+       section for global initializers, to match other platform toolchains.
+
+2024-04-18  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2023-09-04  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * config/darwin-sections.def (darwin_exception_section): Move to
+       the __TEXT segment.
+       * config/darwin.cc (darwin_emit_except_table_label): Align before
+       the exception table label.
+       * config/darwin.h (ASM_PREFERRED_EH_DATA_FORMAT): Use indirect PC-
+       relative 4byte relocs.
+
+2024-04-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       Backported from master:
+       2023-08-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * configure.ac (gcc_cv_ld64_version): Allow for dyld in ld -v
+       output.
+       * configure: Regenerate.
+
+2024-04-18  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-18  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2023-09-20  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * config/darwin.h:
+       (SUBTARGET_DRIVER_SELF_SPECS): Move handling of 'shared' into the same
+       specs as 'dynamiclib'. (STARTFILE_SPEC): Handle 'shared'.
+
 2024-04-15  Richard Biener  <rguenther@suse.de>
 
        Backported from master:
index ee86d6c39bf0fe71bc96b78b1e488e1cfa3c29e5..f3bfc27922dd597167c3bff7b805d313b960d74a 100644 (file)
@@ -1 +1 @@
-20240418
+20240419
index 498d620768ea28c86f6faf3775c952497b8b841e..b9deba67bf841d65972e83a89ac389923ab12cfe 100644 (file)
@@ -1,3 +1,12 @@
+2024-04-18  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2022-12-04  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * config/os/bsd/darwin/os_defines.h
+       (_GTHREAD_USE_RECURSIVE_MUTEX_INIT_FUNC): Limit use of this macro
+       to OS versions that need it.
+
 2024-03-18  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: