Filippo Arcidiacono 204c784902 libc: make common longjmp usable with NPTL hace 14 años
..
alpha 369cc066a4 bits/statvfs.h: the common one is good for alpha and sparc hace 14 años
arm 71d63ed756 unwind.h: Move to libc/sysdeps from nptl sysdeps hace 14 años
avr32 3e68c52b94 */crtn.S: Remove .size directive for _init and _fini hace 14 años
bfin 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target hace 14 años
c6x 04dc3d1392 buildsys: minor fixes in Makefile.arch for C6X hace 14 años
common 204c784902 libc: make common longjmp usable with NPTL hace 14 años
cris 3e68c52b94 */crtn.S: Remove .size directive for _init and _fini hace 14 años
e1 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target hace 14 años
frv 3e68c52b94 */crtn.S: Remove .size directive for _init and _fini hace 14 años
h8300 3e68c52b94 */crtn.S: Remove .size directive for _init and _fini hace 14 años
hppa 26b1a5e02b add bits/atomic.h for hppa hace 14 años
i386 3e68c52b94 */crtn.S: Remove .size directive for _init and _fini hace 14 años
i960 c5bc75430d bits/mmap.h: unify ala linux asm-generic efforts hace 16 años
ia64 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target hace 14 años
m68k 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target hace 14 años
microblaze 3e68c52b94 */crtn.S: Remove .size directive for _init and _fini hace 14 años
mips 07464c3e71 Revert "*/crt?.S: remove .size directives" hace 14 años
nios c5bc75430d bits/mmap.h: unify ala linux asm-generic efforts hace 16 años
nios2 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target hace 14 años
powerpc 3e68c52b94 */crtn.S: Remove .size directive for _init and _fini hace 14 años
sh 461c76887f sh: use the common implementation for longjmp hace 14 años
sh64 3e68c52b94 */crtn.S: Remove .size directive for _init and _fini hace 14 años
sparc 3e68c52b94 */crtn.S: Remove .size directive for _init and _fini hace 14 años
v850 3e68c52b94 */crtn.S: Remove .size directive for _init and _fini hace 14 años
vax 3e68c52b94 */crtn.S: Remove .size directive for _init and _fini hace 14 años
x86_64 3e72d1b512 epoll: unify epoll.h hace 14 años
xtensa 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target hace 14 años
Makefile ba31c6c463 Remove TOPDIR hace 20 años
Makefile.commonarch f6450b67cc buildsys: do_rm ARCH_HEADERS hace 14 años
Makefile.in 49d8a0e9c6 support building out-of-tree hace 16 años
README 4d08c75822 - fix typo hace 17 años

README

This directory level abstracts out the Linux Operating System dependent
features of uClibc for supported Linux architectures/CPUs. If you wanted to
port uClibc to some new Linux architecture (arm, mips, etc), this is the place
to add that support.

All stuff that is not at all dependent on a particular Linux architecture
goes in the 'common' directory.