summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index edd470a5d..f17173ce0 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,10 @@
+2013-11-26 Matheus Almeida <Matheus.Almeida@imgtec.com>
+
+ * libc/include/machine/setjmp.h: Add support for __mips_fpr being
+ 64 and treat it the same as if __mips64 is set.
+ * libc/machine/mips/setjmp.S: Ditto, plus add checks for _MIPS_SIM
+ being _ABIN32 and _ABI64.
+
2013-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* libc/machine/powerpc/vfscanf.c, libc/stdio/fgetpos.c,