aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-04-05 00:19:12 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-04-05 00:19:12 +0000
commit0611f480013fe998b9657a6b51d645c4b1489bbe (patch)
treec25a5184469f055e629fd2d52e541d45c7d36d9d /gcc/ChangeLog
parent5849685a416cd163201c63718b7d3f10f92bd522 (diff)
Daily bump.
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e5119d84fcb..2ef076567b4 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,13 @@
+2024-04-04 Iain Sandoe <iain@sandoe.co.uk>
+
+ Backported from master:
+ 2023-07-13 Iain Sandoe <iain@sandoe.co.uk>
+
+ PR target/110624
+ * config/darwin.h (DARWIN_PLATFORM_ID): New.
+ (LINK_COMMAND_A): Use DARWIN_PLATFORM_ID to pass OS, OS version
+ and SDK data to the static linker.
+
2024-04-02 Qing Zhao <qing.zhao@oracle.com>
Backported from master: