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:12 +0000
commit773c123c7c4b668368a3cd57e9d64d39a7e568d6 (patch)
treed729f496618f80393bf4cfb5718834f8ac397eae
parentc204f07bfb20174f9e1c9ff586fb7b2f42b8bf18 (diff)
downloadocaml-4.03.tar.gz
Changes for 13304.03
-rw-r--r--Changes4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changes b/Changes
index 471a50b2ce..bd975d8971 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,10 @@
Working 4.03.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)