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

index 8a8dd2b59861034402f8a1844d11ab211ea44166..6b25e3d89a5dd0efe79915431dc881e774243f01 100644 (file)
@@ -1,3 +1,25 @@
+2024-04-01  Lulu Cheng  <chenglulu@loongson.cn>
+
+       Backported from master:
+       2024-01-11  Lulu Cheng  <chenglulu@loongson.cn>
+
+       PR target/113233
+       * config/loongarch/genopts/loongarch.opt.in: Mark options with
+       the "Save" property.
+       * config/loongarch/loongarch-opts.cc
+       (loongarch_update_gcc_opt_status): Update the value of the
+       la_target to global_options.
+       * config/loongarch/loongarch-opts.h
+       (loongarch_update_gcc_opt_status): Add a function declaration.
+       * config/loongarch/loongarch.cc
+       (loongarch_option_override_internal): Call the function
+       loongarch_update_gcc_opt_status.
+       (loongarch_option_save): New functions.
+       (loongarch_option_restore): Likewise.
+       (TARGET_OPTION_SAVE): Define macro.
+       (TARGET_OPTION_RESTORE): Likewise.
+       * config/loongarch/loongarch.opt: Regenerate.
+
 2024-03-27  Richard Sandiford  <richard.sandiford@arm.com>
 
        Backported from master:
index 6a6c7bc89804443aeb58d5ac7da7cf6ac7ee15e0..2edad605e1d4426e12854fd02c23acc0245fdcdf 100644 (file)
@@ -1 +1 @@
-20240401
+20240402