summaryrefslogtreecommitdiffstats
path: root/newlib/libc/include/machine
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2014-12-12 21:14:06 +0000
committerJeff Johnston <jjohnstn@redhat.com>2014-12-12 21:14:06 +0000
commitf58bc5991f017a0c720d79b4bb3c0c082e835b04 (patch)
treeb4d1afc47701d8bd8dc570033f62d7fdefa83cc7 /newlib/libc/include/machine
parent31cf15b18062ff13b489a03e148d2b765d77981c (diff)
downloadcygnal-f58bc5991f017a0c720d79b4bb3c0c082e835b04.tar.gz
cygnal-f58bc5991f017a0c720d79b4bb3c0c082e835b04.tar.bz2
cygnal-f58bc5991f017a0c720d79b4bb3c0c082e835b04.zip
2014-12-12 Stefan Wallentowitz <stefan.wallentowitz@tum.de>
* configure.host: or1knd support, OpenRISC without delay slot * libc/include/machine/setjmp.h: Add or1knd * libc/machine/or1k/setjmp.S: Optional delay slot
Diffstat (limited to 'newlib/libc/include/machine')
-rw-r--r--newlib/libc/include/machine/setjmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/include/machine/setjmp.h b/newlib/libc/include/machine/setjmp.h
index 596e64bdb..a9e0d7141 100644
--- a/newlib/libc/include/machine/setjmp.h
+++ b/newlib/libc/include/machine/setjmp.h
@@ -1,7 +1,7 @@
_BEGIN_STD_C
-#ifdef __or1k__
+#if defined(__or1k__) || defined(__or1knd__)
#define _JBLEN 31 /* 32 GPRs - r0 */
#define _JBTYPE unsigned long
#endif