summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/nios2/vfork.S
Commit message (Collapse)AuthorAgeFilesLines
* Atle Nissestad writes: The attached patch fixes compilation of the current ↵Mike Frysinger2007-01-051-1/+1
| | | | svn on the nios2 platform, and updates the crt1/n/i.S files to get CTOR/DTOR-support to work.
* Weaken all internal vfork versions in asm code, wondering why only some of ↵Peter S. Mazinger2006-02-131-1/+1
| | | | the archs fail
* fork/vfork weak in libc, strong in libpthreadPeter S. Mazinger2006-01-241-6/+10
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-6/+5
| | | | missing headers, other jump relocs removed
* Thomas Chou says in bug 618: add missing __vfork: labelMike Frysinger2006-01-111-1/+1
|
* more fixes by Thomas Chou in Bug 618Mike Frysinger2006-01-101-15/+15
|
* Pete Popov writes:Eric Andersen2004-07-161-0/+53
Hi Erik, I'm not sure why the NIOS support is not in uClibc -- perhaps the patch was rejected or never submitted? In any case, I'm playing with some NIOS stuff and created this patch against 0.9.26. The work was done by Microtronix. I'm not sure who else contributed to it. It would be great to have the NIOS support available in uClibc so developers don't have to go searching for these bits. Pete