Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2014-12-12 23:17:26 +0300
committerJeff Johnston <jjohnstn@redhat.com>2014-12-12 23:17:26 +0300
commit31cf15b18062ff13b489a03e148d2b765d77981c (patch)
tree33665c154303482012cbfca538069d780d8d4609 /newlib/ChangeLog
parentc6332722d95f98c29fbdac3501464eeb816adfd2 (diff)
2014-12-12 Stefan Wallentowitz <stefan.wallentowitz@tum.de>
* libc/machine/or1k/setjmp.S: Remove save/restore of r3-r8
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 8a2536d3e..258154075 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,7 @@
+2014-12-12 Stefan Wallentowitz <stefan.wallentowitz@tum.de>
+
+ * libc/machine/or1k/setjmp.S: Remove save/restore of r3-r8
+
2014-12-11 Jonathan Roelofs <jonathan@codesourcery.com>
Corinna Vinschen <vinschen@redhat.com>