]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 28 May 2021 00:18:32 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 28 May 2021 00:18:32 +0000 (00:18 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index b6ef37d85185bed866521f41622bcc3445480bc4..a79884a6588f3cac964420eda3ce13eed2039e08 100644 (file)
@@ -1,3 +1,28 @@
+2021-05-27  Richard Earnshaw  <rearnsha@arm.com>
+
+       Backported from master:
+       2021-05-27  Richard Earnshaw  <rearnsha@arm.com>
+
+       PR target/100767
+       * config/arm/arm.c (arm_configure_build_target): Remove parameter
+       opts_set, directly check opts parameters for being non-null.
+       (arm_option_restore): Update call to arm_configure_build_target.
+       (arm_option_override): Likewise.
+       (arm_can_inline_p): Likewise.
+       (arm_valid_target_attribute_tree): Likewise.
+       * config/arm/arm-c.c (arm_pragma_target_parse): Likewise.
+       * config/arm/arm-protos.h (arm_configure_build_target): Adjust
+       prototype.
+
+2021-05-27  Alex Coplan  <alex.coplan@arm.com>
+
+       Backported from master:
+       2021-05-11  Alex Coplan  <alex.coplan@arm.com>
+
+       PR target/99725
+       * config/arm/arm.c (cmse_nonsecure_call_inline_register_clear):
+       Avoid emitting CFA adjusts on the sp if we have the fp.
+
 2021-05-25  Uros Bizjak  <ubizjak@gmail.com>
 
        Backported from master:
index 328fa3e7e5d9ffb8dbda2a50fc9db93f1a2737eb..2fcc1005110c6fddec2ca4d4bd477061bdc7ac5f 100644 (file)
@@ -1 +1 @@
-20210527
+20210528
index f9dc6cf8614dec95902e00de512647c3688b16bb..3c657d170b533e6feedaad6bef010dbea6976bac 100644 (file)
@@ -1,3 +1,11 @@
+2021-05-27  Alex Coplan  <alex.coplan@arm.com>
+
+       Backported from master:
+       2021-05-11  Alex Coplan  <alex.coplan@arm.com>
+
+       PR target/99725
+       * gcc.target/arm/cmse/pr99725.c: New test.
+
 2021-05-25  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master: