summaryrefslogtreecommitdiffstats
path: root/extra/scripts/gen_bits_syscall_h.sh
Commit message (Collapse)AuthorAgeFilesLines
* Synch with trunk @ 24071.Carmelo Amoroso2008-11-171-11/+6
| | | | | Step 2 locale stuff - configuration and top Makefiles
* Handle system call names like __ARM_NR_set_tlsKhem Raj2008-07-101-6/+11
|
* Sync build machinery stuff from trunk. Some more fixed for mips nptl portKhem Raj2008-06-271-4/+6
|
* More merging from trunk."Steven J. Hill"2007-01-211-6/+8
|
* Merge from trunk. Going pretty good so far. Kind of. Okay, not really."Steven J. Hill"2006-02-251-1/+6
|
* First batch of merges for new build system."Steven J. Hill"2005-11-191-5/+11
|
* Add appropriate -I options so that any files included by unistd.h areMiles Bader2002-10-281-3/+6
| | | | | found correctly. Tweak the whitespace of the generated file.
* Change <bits/syscall.h> to <bits/sysnum.h>.Miles Bader2002-09-051-4/+4
|
* Make sure that bits/syscalls.h always includes bits/syscall.hEric Andersen2002-08-271-1/+2
| | | | -Erik
* Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen2002-07-221-2/+1
| | | | | | 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
* Add include guardsEric Andersen2002-02-041-0/+3
|
* A small patch from Erwin Authried <eauth@softsys.co.at>Eric Andersen2001-10-121-2/+2
| | | | | *) changed ARM crt0.S / crt0pic.S selection -- depends on DOPIC now. *) Minor tweek to syscall definitions
* Just take whatever the kernel headers gave us, spaces and all. This isEric Andersen2001-07-031-1/+1
| | | | | | to accomodate arm, where rmk has made the syscall numbers be very very strangely setup, -Erik
* Added a script to create bits/syscall.h for each arch.Manuel Novoa III2001-06-281-0/+25
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.