Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-12 | no more cvs | Mike Frysinger | |
2003-03-03 | Initial effort at adding profiling support. | Eric Andersen | |
2003-01-23 | Update ignore list | Eric Andersen | |
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 | |||
2001-06-28 | Added a script to create bits/syscall.h for each arch. | Manuel Novoa III | |
NOTE!!! This is run by "make -C libc/sysdeps/linux/$(TARGET_ARCH) headers" in the main Makefile, but I only changed libc/sysdeps/linux/i386/Makefile as I had no way of testing it for the other archs. Various arch maintainers, please check and update the corresponding Makefile... or report bugs ;-)... appropriately. You'll also want to "cvs del" syscall.h and add it to a .cvsignore in $(ARCH)/bits. Also added a define to uClibc_config.h, __UCLIBC_USE_UNIFIED_SYSCALL__, and moved i386 unified syscall stuff out of common and into i386/bits/syscalls.h. | |||
2001-01-17 | The files unified_syscall_{ARCH}.h are not auto-generated while others are. | Manuel Novoa III | |
2001-01-16 | Ignore generated files | Eric Andersen | |