summaryrefslogtreecommitdiff
path: root/lib/libc/arch
AgeCommit message (Expand)Author
2018-02-28PIC code clobbers %r30 so we need to update the saved oucp withuwe
2018-02-28PIC code clobbers %r30 so we need to update the saved oucp withuwe
2018-02-12Fix __siglongjmp14().jakllsch
2018-02-04lower case 'ret' to avoid macro clashskrll
2017-11-28fix to workryo
2017-11-28KNF. use tabryo
2017-10-12return 0xffffffffffffffff (= -1). not 0x00000000ffffffff.ryo
2017-03-22provide a common softfloat fenv implemenation and use it for softfloat builds.chs
2017-03-11fix the mapping table. this sh3 version was originally copied from arm,chs
2017-02-27fix asm operands: "ctc1" uses the register as an input, not an output.chs
2017-02-27have fpsetmask() change the FE0/FE1 MSR bits to precise mode if anychs
2017-02-25Switch from __ABICALLS__ to __mips_abicalls like upstream GCC does injoerg
2017-02-07Mark exect(3) obsolete and bind it to plain execve(2) on all platformskamil
2016-12-24don't use systm.h header, it's not available to userland.maya
2016-12-19PR/50228: Christian Groessler: fix bzero(ptr, 0) on ppc. Check for 0 lengthchristos
2016-12-10Add exect stub so "build.sh distribution" will compilescole
2016-11-22For ski, break into debugger instead of exitingscole
2016-10-07Sync with compat and remove dup implementations of ldexp and modf, switchingchristos
2016-09-21Fix for [on]{32,64}skrll
2016-09-21Trailing whitespace.skrll
2016-08-13Add a NOP_Lskrll
2016-08-13PIC_TAILCALL on n32/n64 would mess up GP, so just use SYSTRAP to callskrll
2016-08-12Provide _OFFSETOF_UC_GREGS_GP and use _OFFSETOF_UC_GREGS_* in getcontextskrll
2016-08-12Trailing whitespaceskrll
2016-08-10We need to save the GP of the caller in the context for n32/n64skrll
2016-08-10Fix commentsskrll
2016-08-05PR port-ia64/51261scole
2016-07-16No need to define PSW_MBS as machine/psl.h provides it for usskrll
2016-06-30various ia64 updates:mrg
2016-03-19Save and restore all the registers we need instead of playing tricks andchristos
2016-01-25use __register_tchristos
2016-01-24use __register_tchristos
2016-01-24cache stuff needs _KERNTYPESchristos
2016-01-24Use namespace protected types.christos
2016-01-24assym.h needs _KERNTYPESchristos
2015-08-20In rumprun mode on ARM, don't build syscall or signal code into libc.pooka
2015-07-15Don't include sigtramp or foocontext routines in rumprun mode. They won'tpooka
2015-07-15Remove "objects built from C sources" comments. Everyone can seepooka
2015-07-07Add the fpset* routines for testsmatt
2015-07-05Some test programs require these.matt
2015-04-17Add set/longjmp and friends (nearly verbatim from FreeBSD).martin
2015-04-15remove various HAVE_GCC=45 fragments.mrg
2015-04-06On swapcontext(3) preserve r12 too. Properly fixes PR port-sh3/49597.uwe
2015-03-31Use lla instead doing the pcrel relocs ourselves.matt
2015-03-27Adapt to new assembler. jump->tail[call] auipc/lo12 changes.matt
2015-03-27Adapt to the jmpbuf changes.matt
2015-03-27Switch to new ABI (return values now in a0/a1; v0/v1 are no more)matt
2015-03-19Call libc's fpgetround.joerg
2015-01-25Adjust _UC_MACHINE_SP(oucp) to "drop" values we pushed to the stack.uwe
2015-01-12Replace the branch to __cerror() in powerpc64 syscall stubsdennis