Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libc



Module Name:    src
Committed By:   uwe
Date:           Thu Jan  5 19:21:37 UTC 2006

Modified Files:
        src/lib/libc/arch/sh3/gen: setjmp.S sigsetjmp.S
        src/lib/libc/compat/arch/sh3/gen: compat_setjmp.S compat_sigsetjmp.S

Log Message:
Use PIC_PROLOGUE_NOSAVE in long jumps, where we don't need to preserve r12.
While here, swap the order in which r4 and r5 saved on the stack so
that r4 is restored further away from its first use.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/lib/libc/arch/sh3/gen/setjmp.S
cvs rdiff -r1.8 -r1.9 src/lib/libc/arch/sh3/gen/sigsetjmp.S
cvs rdiff -r1.2 -r1.3 src/lib/libc/compat/arch/sh3/gen/compat_setjmp.S
cvs rdiff -r1.4 -r1.5 src/lib/libc/compat/arch/sh3/gen/compat_sigsetjmp.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index