aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Rodgman <dave.rodgman@arm.com>2022-12-08 14:09:47 +0000
committerGitHub <noreply@github.com>2022-12-08 14:09:47 +0000
commita6ca882943f151ac0ed59091351283d6de40bb8b (patch)
tree44e1937e5afe2ef12a82a447af1925bc5c306699
parent90af1a10abc187186ca3bb48200ede1a1f429042 (diff)
parentb74aa5a2242e9fc96bb19f3b33aae8aa7f47bc5f (diff)
downloadmbedtls-a6ca882943f151ac0ed59091351283d6de40bb8b.tar.gz
Merge pull request #6752 from daverodgman/arm-build-changelog
Add Changelog for Arm compile fix
-rw-r--r--ChangeLog.d/fix_arm_compile_erorr.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog.d/fix_arm_compile_erorr.txt b/ChangeLog.d/fix_arm_compile_erorr.txt
new file mode 100644
index 000000000..28c1d45e2
--- /dev/null
+++ b/ChangeLog.d/fix_arm_compile_erorr.txt
@@ -0,0 +1,3 @@
+Bugfix
+ * Fix a build error when compiling the bignum module for some Arm platforms.
+ Fixes #6089, #6124, #6217.