search for: procend

Displaying 3 results from an estimated 3 matches for "procend".

Did you mean: proceed
2006 Jun 26
0
[klibc 30/43] parisc support for klibc
...+ ldil L%$global$, %dp + ldo R%$global$(%dp), %dp + +/* parisc abi puts the atexit pointer in %r23, see ELF_PLAT_INIT() */ + copy %r23, %r25 + +/* branch to __libc_init */ + bl __libc_init,%r2 + nop +/* break miserably if we ever return */ + iitlbp %r0,(%sr0,%r0) /* illegal instruction */ + nop + .procend diff --git a/usr/klibc/arch/parisc/setjmp.S b/usr/klibc/arch/parisc/setjmp.S new file mode 100644 index 0000000..c8d766c --- /dev/null +++ b/usr/klibc/arch/parisc/setjmp.S @@ -0,0 +1,88 @@ +/* + * parisc specific setjmp/longjmp routines + * + */ + + .text + .align 4 + .global s...
2005 Dec 02
0
Fix invalid operands compile error in parisc/crt0.S
...a/klibc/arch/parisc/crt0.S +++ b/klibc/arch/parisc/crt0.S @@ -29,6 +29,6 @@ _start: bl __libc_init,%r2 nop /* break miserably if we ever return */ - iitlbp %r0,(%r0) /* illegal instruction */ + iitlbp %r0,(%sr0,%r0) /* illegal instruction */ nop .procend
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In particular, the patchset has been reorganized so as not to break git-bisect. Additionally, this updates the patch base to 2.6.17-git12 (d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main difference on the klibc side is removal of obsolete code. This is also available as a git tree at: