summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Allsopp <david.allsopp@metastack.com>2022-12-17 12:24:22 +0000
committerDavid Allsopp <david.allsopp@metastack.com>2022-12-21 17:42:41 +0000
commit34a0e3994fe1755305358ca338aac74dca326c6d (patch)
tree04e7091c62023eda8ffda649f9a13bd3d51a6245
parentbcc7a767279ff70518b3f4219cc0b9bffec7dd43 (diff)
downloadocaml-4.02.tar.gz
Changes for 13304.02
-rw-r--r--Changes4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changes b/Changes
index ff1df15a4d..245e7e49e2 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,10 @@
Working 4.02.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)