aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-03-18 00:19:51 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-03-18 00:19:51 +0000
commitb011a8d741ddd49bf90a83475bb1cbded837d5bd (patch)
tree475e88b4c72bc37ef181c319aef5859c345828d8 /gcc/ChangeLog
parent215d67485ce8d4f6cef4e9cf7ecfd4d79abc1c48 (diff)
Daily bump.
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c40a2e24b0e..b27ac5600f7 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,20 @@
+2024-03-17 Iain Sandoe <iain@sandoe.co.uk>
+
+ Backported from master:
+ 2023-07-02 Iain Sandoe <iain@sandoe.co.uk>
+
+ PR target/108743
+ * config/darwin.opt: Add fconstant-cfstrings alias to
+ mconstant-cfstrings.
+ * doc/invoke.texi: Amend invocation descriptions to reflect
+ that the fconstant-cfstrings is a target-option alias and to
+ add the missing mconstant-cfstrings option description to the
+ Darwin section.
+
+2024-03-17 Iain Sandoe <iain@sandoe.co.uk>
+
+ * config/i386/darwin.h (ENDFILE_SPEC): Fix whitespace.
+
2024-03-14 liuhongt <hongtao.liu@intel.com>
Backported from master: