Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | setjmp was trashing r12 which is bad and can cause apps to crash if they are | David McCullough | 2003-05-01 | 1 | -3/+3 |
| | | | | | using r12. r12 is supposed to be preserved across C function calls. r0-r7 are trashable :-) | ||||
* | If floating point was enabled, setjmp would write to memory well past the | David McCullough | 2003-02-17 | 1 | -2/+3 |
| | | | | end of the buffer. | ||||
* | Stefan Allius writes: | Eric Andersen | 2002-11-15 | 1 | -10/+61 |
| | | | | | | | | | | | | | Hi Erik, I added the FPU support for the setjmp/longjmp stuff. This patch also moves the code from the bsd*.S files to the setjmp.S file, so we can use simple branch instructions instead of referencing over the .GOT/.PLT section. This makes the PIC code much easier, smaller and faster. (The idea comes from the SPARC target) Bye Stefan | ||||
* | I dunno why there were align 5, but align 4 is much more sensible. | Eric Andersen | 2002-11-04 | 1 | -1/+1 |
| | |||||
* | Kill sysdep.h and fixup the SH asm to not use it. | Eric Andersen | 2002-11-04 | 1 | -8/+6 |
| | | | | -Erik | ||||
* | Add sbrk and friends | David McCullough | 2002-01-17 | 1 | -1/+1 |
| | | | | Fix bug in setjmp (jmpbuf changed size) | ||||
* | Patch from Jean-Yves Avenard to add missing siglongjmp entry and | Eric Andersen | 2001-02-22 | 1 | -1/+1 |
| | | | | fix a bug in setjmp for SH | ||||
* | Add an SH port done by Jean-Yves Avenard of Hewlett-Packard - Embedded | Eric Andersen | 2001-02-21 | 1 | -0/+52 |
and Personal Systems. Thanks! -Erik |