summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/v850
Commit message (Collapse)AuthorAgeFilesLines
* 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...