Fixed MPI assembly for ARM when -O2 is used
GCC with -O2 or higher also needs to now about 'cc' in the clobber list.
diff --git a/ChangeLog b/ChangeLog
index c489ef9..0e8939e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,9 @@
* Moved all OID functionality to a separate module. RSA function
prototypes for the RSA sign and verify functions changed as a result
+Bugfix
+ * Fix for MPI assembly for ARM
+
= Version 1.2.6 released 2013-03-11
Bugfix
* Fixed memory leak in ssl_free() and ssl_reset() for active session