summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips/sys/asm.h
Commit message (Collapse)AuthorAgeFilesLines
* mips specific bits needed for nptlAustin Foxley2009-10-171-0/+16
| | | | | | | * vfork impl with support for SAVE_PID, RESTORE_PID * sysdep.h assembly macros Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* It fixes the following warnings seen on mips build.Khem Raj2009-07-201-0/+2
| | | | | | | | | | | libc/sysdeps/linux/mips/clone.S: Assembler messages: libc/sysdeps/linux/mips/clone.S:122: Warning: No .frame pseudo-op used in PIC code libc/sysdeps/linux/mips/clone.S:75: Warning: Pretending global symbol used as branch target is local. libc/sysdeps/linux/mips/crt1.S: Assembler messages: libc/sysdeps/linux/mips/crt1.S:134: Warning: No .cprestore pseudo-op used in PIC code Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Some mips updates. Add a couple of missing sys/*.h files and update a few ↵Manuel Novoa III2004-07-301-0/+473
others.