summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips/clone.S
Commit message (Collapse)AuthorAgeFilesLines
* It fixes the following warnings seen on mips build.Khem Raj2009-07-201-7/+14
| | | | | | | | | | | 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>
* mips64 patch from Atsushi Nemoto:Eric Andersen2006-11-041-8/+24
| | | | miscellaneous asm routines
* Atsushi Nemoto writes:Eric Andersen2006-09-111-1/+1
| | | | | | | The "make headers_install" in kernel 2.6.18 does not export asm-mips/asm.h, asm-mips/regdef.h and asm-mips/sysmips.h. Do not use them. We can use sys/asm.h and sys/regdef.h instead. The sysmips.h part of this patch is came from glibc 2.4 code.
* Remove __clone, add it only back, if threads has a another (strong) version, ↵Peter S. Mazinger2006-02-221-7/+5
| | | | that needs to overwrite this
* make sure clone/__clone are created properlyMike Frysinger2006-01-291-4/+6
|
* need features.h for new HIDDEN_JUMPTARGET()Mike Frysinger2006-01-141-0/+1
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-8/+5
| | | | missing headers, other jump relocs removed
* Make clone use internal _exitPeter S. Mazinger2005-12-161-6/+1
|
* Old glibc fix for ltp's clone07 test. Another file that needs updating...Manuel Novoa III2005-07-311-1/+1
|
* Since __syscall_error is a C func, we need to store the syscall return valueManuel Novoa III2005-07-231-0/+5
| | | | in the appropriate register. Otherwise, errno is set to random garbage.
* Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen2004-08-211-6/+0
| | | | | | | | size and performance penalty to profiling applications this way, as well as Heisenberg effects, where the act of measuring changes what is measured. There are better tools for doing profiling, such as OProfile, that do not require gcc to instrument the application code. -Erik
* Fix clone so it compilesEric Andersen2002-07-031-7/+19
| | | | -Erik
* Fixup mips so it now works and provides basic functionalityEric Andersen2002-02-041-0/+107