Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial effort at adding profiling support. | Eric Andersen | 2003-03-03 | 1 | -0/+1 |
| | |||||
* | Update ignore list | Eric Andersen | 2003-01-23 | 1 | -1/+1 |
| | |||||
* | Build our own crti.o and crtn.o with a cross arch method that I | Eric Andersen | 2002-03-13 | 1 | -0/+3 |
| | | | | | can live with much better the what glibc does. -Erik | ||||
* | Added a script to create bits/syscall.h for each arch. | Manuel Novoa III | 2001-06-28 | 1 | -4/+0 |
| | | | | | | | | | | | 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. | ||||
* | The files unified_syscall_{ARCH}.h are not auto-generated while others are. | Manuel Novoa III | 2001-01-17 | 1 | -3/+3 |
| | |||||
* | Ignore generated files | Eric Andersen | 2001-01-16 | 1 | -0/+4 |