summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips/sys
Commit message (Collapse)AuthorAgeFilesLines
* mips nptl: Cleanup up _ABI64 warningsAustin Foxley2009-09-271-0/+2
| | | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com> Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
* It fixes the following warnings seen on mips build.Khem Raj2009-08-191-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> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Revert the mips related fixed that got in due to the trunk merge and also ↵Khem Raj2008-07-091-0/+16
| | | | add pt-__syscall_rt_sigaction.c for mips
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly ↵Carmelo Amoroso2008-07-091-15/+0
| | | | NPTL sh4 port build and work fine. All committed to allow Khem Ray working on a working branch to integrate the ARM nptl port. MIPS nptl port not tested but should still building and working fine. There are some other part non yet merged with trunk (misc/internals and some headers file that need some more work). Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Sync build machinery stuff from trunk. Some more fixed for mips nptl portKhem Raj2008-06-271-0/+15
|
* Synch libc mips specific with trunkCarmelo Amoroso2008-06-185-146/+97
|
* Remove files that are no longer in trunk."Steven J. Hill"2006-08-231-136/+0
|
* Mini-merge from trunk. Not as fun as a Mini Cooper, but oh well."Steven J. Hill"2005-12-011-21/+12
|
* Copy from trunk."Steven J. Hill"2005-11-291-0/+136
|
* Last of the merges along with latest changes for NPTL. Nothing much"Steven J. Hill"2005-07-302-19/+18
| | | | new on the NPTL stuff other than cleaning a few things up.
* Changed files for glibc compatibility so that more NPTL files would build."Steven J. Hill"2005-06-122-18/+37
|
* Fixup PAGE_SIZE problemsEric Andersen2004-08-131-3/+1
| | | | -Erik
* Some mips updates. Add a couple of missing sys/*.h files and update a few ↵Manuel Novoa III2004-07-304-42/+673
| | | | others.
* Atsushi Nemoto writes:Eric Andersen2004-07-151-18/+13
| | | | | | | | | | | | This is a patch for uClibc/libc/sysdeps/linux/mips/sys/procfs.h pulled from glibc CVS. This fixes gdb with threaded application (with glibc environment). Although debugging threaded programs seems not working on uClibc/mips yet, this patch will be required when it becomes working. This patch can be applied to any version of uClibc (including current CVS).
* It turns out that asm/reg.h is missing from the 2.6.x kernel headers,Eric Andersen2004-04-231-2/+167
| | | | | which prevents libthread_db (used by gdb) from compiling. Include a copy within include/sys/user.h for mips, per what was done in glibc.
* Add missing mips specific include/sys/user.hEric Andersen2004-02-121-0/+52
|
* Add sysmips(), based on a patch by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.Manuel Novoa III2003-11-281-1/+1
|
* Changes so that 'regdef.h' gets included in the development environment."Steven J. Hill"2002-06-041-0/+61
|
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-015-0/+351
and to better support each arch. This is a really big patch... -Erik