search for: a8abf3c

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

Did you mean: a8abf3c3
2019 Jan 18
0
[klibc:master] Fix sparc assembly when compiled as PIC
...ne/frame.h b/usr/include/arch/sparc64/machine/frame.h new file mode 100644 index 0000000..79beea6 --- /dev/null +++ b/usr/include/arch/sparc64/machine/frame.h @@ -0,0 +1 @@ +#include "../../sparc/machine/frame.h" diff --git a/usr/klibc/arch/sparc/pipe.S b/usr/klibc/arch/sparc/pipe.S index a8abf3c..e278bda 100644 --- a/usr/klibc/arch/sparc/pipe.S +++ b/usr/klibc/arch/sparc/pipe.S @@ -5,6 +5,7 @@ * they return the two file descriptors in %o0 and %o1. */ +#include <machine/asm.h> #include <asm/unistd.h> .globl pipe @@ -16,8 +17,8 @@ pipe: t 0x10 bcc 1f nop - seth...
2006 Jun 26
0
[klibc 35/43] sparc support for klibc
...+` ! check to see if answer should be < 0 + tst SIGN + bl,a 1f + ifelse(OP, `div', `neg Q', `neg R') +1:') + retl + ifelse(OP, `div', `mov Q, %o0', `mov R, %o0') diff --git a/usr/klibc/arch/sparc/pipe.S b/usr/klibc/arch/sparc/pipe.S new file mode 100644 index 0000000..a8abf3c --- /dev/null +++ b/usr/klibc/arch/sparc/pipe.S @@ -0,0 +1,30 @@ +/* + * arch/sparc/pipe.S + * + * The pipe system call are special on sparc[64]: + * they return the two file descriptors in %o0 and %o1. + */ + +#include <asm/unistd.h> + + .globl pipe + .type pipe,#function + .align 4 +...
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: