Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i386 specific bit for nptl | Austin Foxley | 2009-10-17 | 1 | -2/+11 |
| | | | | | | | | | * RESET_PID support for clone.S * SAVE_PID, RESTORE_PID in vfork.S * fixup syscall assembly constraints to be a little less restrictive allows arbitrary variables to be used as the syscall nr Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | build: Include Makefile.commonarch from common Makefile.in | Carmelo Amoroso | 2009-07-29 | 1 | -2/+0 |
| | | | | | | | | Avoid including akefile.commonarch in each Makefile.arch. Include it instead from Makefile.in just after the arch specific Makefile.arch Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | - now passes all LTP tests | Bernhard Reutner-Fischer | 2008-09-29 | 1 | -6/+1 |
| | |||||
* | - add posix_fadvise. Not yet tested most likely broken in advise64 | Bernhard Reutner-Fischer | 2008-09-19 | 1 | -0/+5 |
| | |||||
* | - sync_file_range(). Missed the i386 directory in previous commit | Bernhard Reutner-Fischer | 2008-09-16 | 1 | -2/+2 |
| | |||||
* | rename common Makefile.arch to prevent include funkiness from occuring | Mike Frysinger | 2005-11-19 | 1 | -1/+1 |
| | |||||
* | unify common code thus making arch-specific Makefiles very simple :) | Mike Frysinger | 2005-11-04 | 1 | -23/+4 |
| | |||||
* | Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 ↵ | Peter S. Mazinger | 2005-11-03 | 1 | -0/+1 |
| | | | | with my config (no locale, the rest enabled). Not tested if libc is complete and usable. All the files listed in *_NO_MULTI need love, best would be to replace all multisources w/ single sources. | ||||
* | Enable IMA on i386 | Peter S. Mazinger | 2005-11-02 | 1 | -2/+1 |
| | |||||
* | Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ↵ | Peter S. Mazinger | 2005-10-28 | 1 | -0/+33 |
not exist, we reinclude the including Makefile. Moved arch/common fpu_control.h link creation into main Makefile.in. Updated the link creation script to remove all the other Makefiles |