summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Allsopp <david.allsopp@metastack.com>2022-12-17 12:27:15 +0000
committerDavid Allsopp <david.allsopp@metastack.com>2022-12-21 17:38:30 +0000
commitb94a2820d0a039e88a9affd2ac577ebe56afc5f9 (patch)
tree41d78ddd173e2f25fe4ef61b2b9f9a828939ad62
parentb00000c6679804731692362b0baac27fa3fddfd5 (diff)
downloadocaml-4.05.tar.gz
Changes for 13304.05
-rw-r--r--Changes4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changes b/Changes
index 585d797fa6..38738dc333 100644
--- a/Changes
+++ b/Changes
@@ -19,6 +19,10 @@ Working 4.05.x branch
(Mark Shinwell, Xavier Clerc, report and initial debugging by
Valentin Gatien-Baron)
+- GPR#1330: when generating dynamically-linkable code on AArch64, always
+ reference symbols (even locally-defined ones) through the GOT.
+ (Mark Shinwell, review by Xavier Leroy)
+
- GPR#1752: do not alias function arguments to sigprocmask.
(Anil Madhavapeddy)