summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Allsopp <david.allsopp@metastack.com>2022-12-17 12:26:27 +0000
committerDavid Allsopp <david.allsopp@metastack.com>2022-12-21 17:40:58 +0000
commit0de23a5f4f494193cf14b676a19505adfc9d9ad7 (patch)
tree62e849e28520629a782ccf25cc7a2496676e441c
parentdb11f141a0e35c7fbaec419a33c4c39d199e2635 (diff)
downloadocaml-4.04.tar.gz
Changes for 13304.04
-rw-r--r--Changes4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changes b/Changes
index b913bd7c33..045b0b12d2 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,10 @@
Working 4.04.x branch
---------------------
+- #1330: when generating dynamically-linkable code on AArch64, always
+ reference symbols (even locally-defined ones) through the GOT.
+ (Mark Shinwell, review by Xavier Leroy)
+
- #9938, #9939: Define __USE_MINGW_ANSI_STDIO=0 for the mingw-w64 ports to
prevent their C99-compliant snprintf conflicting with ours.
(David Allsopp, report by Michael Soegtrop, review by Xavier Leroy)