From accd50d4cd45ecaa3dbc6ce1f938349eb7266239 Mon Sep 17 00:00:00 2001 From: Tom Cosgrove Date: Tue, 19 Jul 2022 08:55:48 +0100 Subject: [PATCH] Add a ChangeLog entry Signed-off-by: Tom Cosgrove --- ChangeLog.d/bn_mul-fix-x86-pic-compilation-for-gcc-4.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ChangeLog.d/bn_mul-fix-x86-pic-compilation-for-gcc-4.txt diff --git a/ChangeLog.d/bn_mul-fix-x86-pic-compilation-for-gcc-4.txt b/ChangeLog.d/bn_mul-fix-x86-pic-compilation-for-gcc-4.txt new file mode 100644 index 000000000000..1d59c2277f7c --- /dev/null +++ b/ChangeLog.d/bn_mul-fix-x86-pic-compilation-for-gcc-4.txt @@ -0,0 +1,4 @@ +Bugfix + * Fix a long-standing build failure when building x86 PIC code with old + gcc (4.x). The code will be slower, but will compile. We do however + recommend upgrading to a more recent compiler instead. Fixes #1910.