From: Niels Möller Date: Sun, 25 Jan 2015 19:12:00 +0000 (+0100) Subject: ChangeLog entry for Martin's arm .arch fix. X-Git-Tag: nettle_3.1rc1~46^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Ffat-library;p=thirdparty%2Fnettle.git ChangeLog entry for Martin's arm .arch fix. --- diff --git a/ChangeLog b/ChangeLog index 5d6bf41c..ad386a68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2015-01-25 Niels Möller + + From Martin Storsjö: + * arm: Add .arch directives for armv6. This allows building these + files as part of a fat build, even if the assembler by default + targets a lower architecture version. + 2015-01-23 Niels Möller * fat-setup.h (DEFINE_FAT_FUNC): Check value of function pointer,