Mike Frysinger 537494b031 move a bunch of arch-specific checks out of common files and into an arch specific header file to make porting/updates a lot easier 20 rokov pred
..
bits 537494b031 move a bunch of arch-specific checks out of common files and into an arch specific header file to make porting/updates a lot easier 20 rokov pred
sys cb9136d984 * Added clone() system call. 24 rokov pred
Makefile ba31c6c463 Remove TOPDIR 21 rokov pred
Makefile.arch d9bdacaa96 rename common Makefile.arch to prevent include funkiness from occuring 21 rokov pred
__init_brk.c 9efd18d338 s/___brk_addr/__curbrk/g 22 rokov pred
__longjmp.S 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 rokov pred
brk.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 rokov pred
clone.S a9edc480b1 need features.h for new HIDDEN_JUMPTARGET() 20 rokov pred
crt0.c 439fc76c8d Implement _start completely in assembler. Otherwise the compiler will 21 rokov pred
crti.S f4005423ee Continue the conversion to using per-arch crti.S and crtn.S 23 rokov pred
crtn.S f4005423ee Continue the conversion to using per-arch crti.S and crtn.S 23 rokov pred
fork.c 0d212a2b26 make gcc4 happy w/ hidden_def/proto, correct some typos 20 rokov pred
libc.map 35df59db50 Initial version of the CRIS port. 24 rokov pred
sbrk.c 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 20 rokov pred
setjmp.S af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 20 rokov pred
syscall.S c03a4307a3 Do not assume a fifth argument is used with syscall(). Allocate stack 22 rokov pred
sysdep.S 41d65c1c06 Include features.h (without it, testing for __UCLIBC_HAS_THREADS__ 21 rokov pred
sysdep.h 6e112da93a Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both a 22 rokov pred