--- newlib/libc/sys/psp/interrupt.S.orig 1970-01-01 02:00:00.000000000 +0200 +++ newlib/libc/sys/psp/interrupt.S 2007-06-01 12:22:26.000000000 +0300 @@ -0,0 +1,66 @@ + + .set noreorder + .set noat + + .global pspDisableInterrupts + .ent pspDisableInterrupts + +pspDisableInterrupts: + mfic $v0, $0 + mtic $0, $0 + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + jr $ra + nop + + .end pspDisableInterrupts + + .global pspEnableInterrupts + .ent pspEnableInterrupts + +pspEnableInterrupts: + mtic $a0, $0 + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + jr $ra + nop + + .end pspEnableInterrupts -ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/pxz
Commit message (Expand)AuthorAgeFilesLines
* Upgrade pxz to git version as of 20120930mm2013-06-192-3/+5
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-1/+0
* Mark as broken on sparc64: does not link.linimon2011-07-161-0/+4
* - Set LICENSE_FILEmm2011-03-221-12/+1
* Add LICENSE information (GPLv2).mm2011-03-221-0/+2