Displaying 8 results from an estimated 8 matches for "mtcr".
Did you mean:
mfcr
2002 Oct 15
0
Cartridge Recycling OccYYUdqVk
...;s
Planet Partners (LaserJet Toner Cartridge) - Canada Recycling Program
www.hewlett-packard.ca/products/plus/planetpartner/program.html
Mother Earch Recycling - Laserjet Cartridges For Your Computer
Distributor Of Laser, Fax And Copier Cartridges With
www.motherearthrecycling.com/laser.cfm
MTCR Framed Website Buys empty inkjet cartridges.Recycler of empty
inkjet and laserjet cartridges. Buys bulk loads of empty cartridges.
www.mtcr.freeuk.com
HP Environment: Hardware Return & Recycling The return and recycling
pages for inkjet supplies, laserjet supplies and hardware.
www.hp.com/...
2004 Sep 14
1
Re: got pointer wrong in shared klibc binary
...s */
+ blr /* return */
.size .setjmp,.-.setjmp
.section ".opd","aw"
@@ -35,12 +54,32 @@ longjmp:
.globl longjmp
.globl .longjmp
.longjmp:
- lmw %r9,0(%r3) /* save r9..r31 */
- mtlr %r11 /* restore LR */
- mtcr %r12 /* restore CR */
- mr %r2,%r9 /* restore GPR2 (not needed) */
- mr %r1,%r10 /* restore stack */
- mr %r3,%r4 /* get return value */
- blr /* return */
+ l...
2003 Dec 12
2
[PATCH] ppc64 support
....opd","aw"
+longjmp:
+ .quad .longjmp,.TOC.@tocbase,0
+ .previous
+ .size longjmp,24
+ .type .longjmp,@function
+ .globl longjmp
+ .globl .longjmp
+.longjmp:
+ lmw %r9,0(%r3) /* save r9..r31 */
+ mtlr %r11 /* restore LR */
+ mtcr %r12 /* restore CR */
+ mr %r2,%r9 /* restore GPR2 (not needed) */
+ mr %r1,%r10 /* restore stack */
+ mr %r3,%r4 /* get return value */
+ blr /* return */
+
+...
2013 Dec 03
0
[klibc:master] ppc64: Add ppc64le support
...ase,0
+ .quad .longjmp, .TOC. at tocbase, 0
.previous
- .size longjmp,24
.type .longjmp, at function
- .globl longjmp
.globl .longjmp
.longjmp:
+#endif
ld %r2,0(%r3) /* restore TOC pointer (not needed) */
ldu %r1,8(%r3) /* restore stack */
ldu %r11,8(%r3)
@@ -81,5 +96,8 @@ longjmp:
mtcr %r12 /* restore CR */
mr %r3,%r4 /* get return value */
blr /* return */
-
- .size .longjmp,.-.longjmp
+#if _CALL_ELF == 2
+ .size longjmp,.-longjmp
+#else
+ .size longjmp,.-.longjmp
+#endif
diff --git a/usr/klibc/arch/ppc64/sysstub.ph b/usr/klibc/arch/ppc64/sysstub.ph
index 9ee9370..b3f...
2013 Dec 03
2
[PATCH 1/2] ppc64: Add ppc64le support
...ase,0
+ .quad .longjmp, .TOC. at tocbase, 0
.previous
- .size longjmp,24
.type .longjmp, at function
- .globl longjmp
.globl .longjmp
.longjmp:
+#endif
ld %r2,0(%r3) /* restore TOC pointer (not needed) */
ldu %r1,8(%r3) /* restore stack */
ldu %r11,8(%r3)
@@ -81,5 +96,8 @@ longjmp:
mtcr %r12 /* restore CR */
mr %r3,%r4 /* get return value */
blr /* return */
-
- .size .longjmp,.-.longjmp
+#if _CALL_ELF == 2
+ .size longjmp,.-longjmp
+#else
+ .size longjmp,.-.longjmp
+#endif
diff --git a/usr/klibc/arch/ppc64/sysstub.ph b/usr/klibc/arch/ppc64/sysstub.ph
index 9ee9370..b3f...
2006 Jun 26
0
[klibc 31/43] ppc support for klibc
.../* indicate success */
+ blr /* return */
+
+ .size setjmp,.-setjmp
+
+ .type longjmp, at function
+ .globl longjmp
+longjmp:
+ lmw %r9,0(%r3) /* save r9..r31 */
+ mtlr %r11 /* restore LR */
+ mtcr %r12 /* restore CR */
+ mr %r2,%r9 /* restore GPR2 (not needed) */
+ mr %r1,%r10 /* restore stack */
+ mr %r3,%r4 /* get return value */
+ blr /* return */
+
+...
2006 Jun 26
0
[klibc 32/43] ppc64 support for klibc
...ldu %r17,8(%r3)
+ ldu %r18,8(%r3)
+ ldu %r19,8(%r3)
+ ldu %r20,8(%r3)
+ ldu %r21,8(%r3)
+ ldu %r22,8(%r3)
+ ldu %r23,8(%r3)
+ ldu %r24,8(%r3)
+ ldu %r25,8(%r3)
+ ldu %r26,8(%r3)
+ ldu %r27,8(%r3)
+ ldu %r28,8(%r3)
+ ldu %r29,8(%r3)
+ ldu %r30,8(%r3)
+ ld %r31,8(%r3)
+ mtlr %r11 /* restore LR */
+ mtcr %r12 /* restore CR */
+ mr %r3,%r4 /* get return value */
+ blr /* return */
+
+ .size .longjmp,.-.longjmp
diff --git a/usr/klibc/arch/ppc64/syscall.c b/usr/klibc/arch/ppc64/syscall.c
new file mode 100644
index 0000000..a5895fe
--- /dev/null
+++ b/usr/klibc/arch/ppc64/syscall.c
@@ -0,0 +1,14...
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: