Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-08-27 | Make sure that bits/syscalls.h always includes bits/syscall.h | Eric Andersen | |
-Erik | |||
2002-07-22 | Rework syscall handling. Rewrite syscall handlers for x86 and ARM. | Eric Andersen | |
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 | |||
2002-05-23 | Several h8300 updates from Yoshinori Sato <qzb04471@nifty.ne.jp> | Eric Andersen | |
2002-04-14 | Manuel and I were looking into a problem with applications failing to link | Eric Andersen | |
(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 | |||
2002-04-01 | Patches from Yoshinori Sato <qzb04471@nifty.ne.jp> to fix h8300 | Eric Andersen | |
support for pthreads and update for the latest and greatest. | |||
2002-03-16 | Remove the C++ support stubs, since these now live elsewhere and | Eric Andersen | |
these stubs were preventing the real stuff from working properly. -Erik | |||
2002-03-13 | Build our own crti.o and crtn.o with a cross arch method that I | Eric Andersen | |
can live with much better the what glibc does. -Erik | |||
2002-03-02 | Remove generated stuff, restore sh/sys/procfs.h from M. R. Brown | Eric Andersen | |
2002-03-01 | Move syscall.h generation to the top level Makefile | Eric Andersen | |
-Erik | |||
2002-03-01 | Major rework of the include files to eliminate redundancy | Eric Andersen | |
and to better support each arch. This is a really big patch... -Erik | |||
2002-02-16 | Patch from Yoshinori Sato <qzb04471@nifty.ne.jp> to fix up | Eric Andersen | |
ptrace for the Hitachi h8300 | |||
2002-02-04 | Be consistant about the ways in which asm/unistd.h might | Eric Andersen | |
be included to avoid gratuitous conflicts... This is a hack till we have proper _syscall macros for all archs. -Erik | |||
2002-02-02 | Add in support for the Hitach H8/300H architecture, | Eric Andersen | |
contributed by Yoshinori Sato <qzb04471@nifty.ne.jp> |