summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/v850
Commit message (Collapse)AuthorAgeFilesLines
...
* Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen2002-07-221-4/+9
| | | | | | Prepare to kill the UNIFIED_SYSCALL option and instead have it be a per arch thing that is either enabled or not for that arch. -Erik
* Don't bother zeroing BSS, since actually we _can_ rely on the loader to do it.Miles Bader2002-04-251-10/+1
|
* Just tail-call __uClibc_main. There's no real point to calling abort ifMiles Bader2002-04-171-4/+2
| | | | exit failed, and abort drags in some unecessary grot.
* (L_dummy_main_reference): Reference the C symbol `main', not the linkerMiles Bader2002-04-151-5/+4
| | | | symbol `main'.
* Manuel and I were looking into a problem with applications failing to linkEric Andersen2002-04-141-0/+7
| | | | | | | | | | (undefined reference to `main') when the .o file containing main was contained in an static library(a '.a' ar archive). It turns out that due to its single pass nature, GNU ld was failing to pull it into the build. This sticks a dummy reference to main() into crt0.o, so that when an application is linked with the main() function in a static library, we can be sure that main() actually gets linked in. -Erik
* Remove v850-specific versions of truncate64.c and ftruncate64.c.Miles Bader2002-04-101-1/+1
|
* Generic implemention works for v850 now, so we don't need a special version.Miles Bader2002-04-102-67/+0
|
* Build our own crti.o and crtn.o with a cross arch method that IEric Andersen2002-03-131-1/+1
| | | | | can live with much better the what glibc does. -Erik
* Initial checkinMiles Bader2002-03-052-0/+135
|
* Re-add files which were mistakenly deleted during the big bits/ update.Miles Bader2002-03-058-0/+521
|
* Remove extraneous fileMiles Bader2002-03-051-10/+0
|
* Remove generated stuff, restore sh/sys/procfs.h from M. R. BrownEric Andersen2002-03-021-0/+1
|
* Move syscall.h generation to the top level MakefileEric Andersen2002-03-011-1/+0
| | | | -Erik
* Patch from Miles Bader to allow Large File support on the v850.Eric Andersen2002-03-013-3/+70
|
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-0167-8309/+0
| | | | | and to better support each arch. This is a really big patch... -Erik
* 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...