]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 29 Apr 2024 00:19:51 +0000 (00:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 29 Apr 2024 00:19:51 +0000 (00:19 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/objc/ChangeLog
gcc/testsuite/ChangeLog

index 69da075ed0c3bf97b7872431e972240c736ce58b..f5282258a093347b430bebedc38fda883403b057 100644 (file)
@@ -1,3 +1,46 @@
+2024-04-28  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * config/darwin.c: Return true as the default libc avaiability.
+
+2024-04-28  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * config/darwin.h (LINK_COMMAND_SPEC_A): Handle weak crts
+       before other objects. (REAL_LIBGCC_SPEC): Remove weak crts
+       from here.  (DARWIN_WEAK_CRTS): New.
+
+2024-04-28  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2024-01-28  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * config/darwin.c (darwin_build_constant_cfstring): Prevent over-
+       alignment of CFString constants by setting DECL_USER_ALIGN.
+
+2024-04-28  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2024-01-18  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * config/darwin.c (darwin_objc1_section): Use the correct
+       meta-data version for constant strings.
+       (machopic_select_section): Assert if we fail to handle CFString
+       sections as Obejctive-C meta-data or drectly.
+
+2024-04-28  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2024-01-18  Iain Sandoe  <iain@sandoe.co.uk>
+
+       PR target/105522
+       * config/darwin.c (machopic_select_section): Handle C and C++
+       CFStrings.
+       (darwin_rename_builtins): Move this out of the CFString code.
+       (darwin_libc_has_function): Likewise.
+       (darwin_build_constant_cfstring): Create an anonymous var to
+       hold each CFString.
+       * config/darwin.h (ASM_OUTPUT_LABELREF): Handle constant
+       CFstrings.
+
 2024-04-27  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
 
        Backported from master:
index 0bc8cb93a8bb1074ab2980d7d3b4b9dc7757200d..0f5a44de13f64a1334ef3983c8d93e48c5984068 100644 (file)
@@ -1 +1 @@
-20240428
+20240429
index eec4542133886df79af23d87aea659a11f3c406a..8948546e51c949d552f63552965778e54216bb0c 100644 (file)
@@ -1,3 +1,30 @@
+2024-04-28  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2024-01-28  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * objc-next-runtime-abi-02.c (build_v2_address_table): Prevent
+       over-alignment of Objective-C metadata by setting DECL_USER_ALIGN
+       on relevant variables.
+       (build_v2_protocol_list_address_table): Likewise.
+       (generate_v2_protocol_list): Likewise.
+       (generate_v2_meth_descriptor_table): Likewise.
+       (generate_v2_meth_type_list): Likewise.
+       (generate_v2_property_table): Likewise.
+       (generate_v2_dispatch_table): Likewise.
+       (generate_v2_ivars_list): Likewise.
+       (generate_v2_class_structs): Likewise.
+       (build_ehtype): Likewise.
+       * objc-runtime-shared-support.c (generate_strings): Likewise.
+
+2024-04-28  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2024-01-18  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * objc-act.c (objc_init): Initialize interface and class
+       name hash maps before the preprocessor uses them.
+
 2024-04-27  Iain Sandoe  <iain@sandoe.co.uk>
 
        Backported from master:
index e37e99c5f1099884805690edd4cfc72057991748..774f78cca291a35288ea64d3254eb3e78668f586 100644 (file)
@@ -1,3 +1,65 @@
+2024-04-28  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       Backported from master:
+       2024-02-10  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       * gcc.dg/ssp-2.c: Ignore warning that
+       -multiply_defined is obsolete
+
+2024-04-28  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       Backported from master:
+       2024-02-10  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       * gcc.dg/darwin-ld-2.c: Ignore warning
+       that -bind_at_load is deprecated.
+
+2024-04-28  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       Backported from master:
+       2023-10-30  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       * gcc.target/i386/pr105554.c: Require ifunc.
+
+2024-04-28  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       Backported from master:
+       2023-08-20  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       PR analyzer/104042
+       * gcc.dg/analyzer/analyzer.exp: Pass -D_FORTIFY_SOURCE=0 on Darwin.
+
+2024-04-28  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2022-06-20  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * lib/asan-dg.exp: Do not apply color to asan output when
+       under test.
+
+2024-04-28  Francois-Xavier Coudert  <fxcoudert@gmail.com>
+
+       Backported from master:
+       2023-08-20  Francois-Xavier Coudert  <fxcoudert@gmail.com>
+
+       * gcc.dg/ipa/ipa-icf-38.c: Require alias support.
+
+2024-04-28  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2024-01-28  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * obj-c++.dg/encode-10.mm: Remove unneeded '-lobjc' option addition.
+       * obj-c++.dg/encode-9.mm: Likewise.
+
+2024-04-28  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2024-01-18  Iain Sandoe  <iain@sandoe.co.uk>
+
+       PR target/105522
+       * gcc.dg/pr105522.c: New file.
+
 2024-04-27  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
 
        Backported from master: