Anthony Green
|
b481c11e5a
|
Optimize setjmp/longjmp for moxie.
We don't need to save/restore every register -- just those
we don't expect to be trashed by function calls.
|
2019-12-20 09:00:26 -05:00 |
Anthony Green
|
31227ba53d
|
Fix setjmp/longjmp for the moxie port.
These functions needs to save and restore the stack frame, because
that's where the return address is stored.
|
2019-12-13 13:08:06 -05:00 |
Anthony Green
|
ffa2dd6787
|
Minor optimization and bug fix for moxie.
|
2012-10-27 15:57:12 +00:00 |
Jeff Johnston
|
2beb9fbb02
|
2009-04-22 Anthony Green <green@moxielogic.com>
* configure.host: Add moxie support.
* libc/machine/configure.in: Add moxie support.
* libc/machine/configure: Rebuilt.
* libc/machine/moxie/aclocal.m4: New file.
* libc/machine/moxie/configure: New file.
* libc/machine/moxie/configure.in: New file.
* libc/machine/moxie/Makefile.am: New file.
* libc/machine/moxie/Makefile.in: New file.
* libc/machine/moxie/setjmp.S: New file.
* libc/include/machine/setjmp.h (_JBLEN): Define for moxie.
* libc/include/machine/ieeefp.h: Add moxie support.
|
2009-04-22 19:52:49 +00:00 |