summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/v850
Commit message (Collapse)AuthorAgeFilesLines
...
* Be consistant about the ways in which asm/unistd.h mightEric Andersen2002-02-041-1/+7
| | | | | | be included to avoid gratuitous conflicts... This is a hack till we have proper _syscall macros for all archs. -Erik
* Updates to the v850 architecture from Miles Bader <miles@gnu.org>Eric Andersen2002-01-292-13/+23
|
* Mahe 'make clean' remove generated bits/syscall.h, asEric Andersen2002-01-071-0/+2
| | | | | noted by "Kim B. Heino" <Kim.Heino@bluegiga.com> -Erik
* A very large patch from Miles Bader <miles@lsi.nec.co.jp> to bringEric Andersen2001-12-2166-1085/+1741
| | | | | v850 back into working condition. Thanks Miles! -Erik
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-7/+19
|
* Scrub up some lingering problems preventing readdir64 from workingEric Andersen2001-11-141-0/+3
| | | | | | and creating several *64 problems, particualrly when client apps used -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64. All better now. -Erik
* _mmap.o should be added to libc.a, not crt0.oDavid Schleef2001-11-101-2/+2
|
* Fix commentEric Andersen2001-10-161-1/+1
|
* Oops. I merged things backwards. Lets try that again...Eric Andersen2001-10-161-14/+2
|
* Revert global old mmap usage, and do it per archEric Andersen2001-10-162-1/+21
|
* Patch from Miles Bader <miles@lsi.nec.co.jp> to support the v850.Eric Andersen2001-10-1174-0/+7916
He sent this patch to me a month ago, but I forgot to apply it...