Manuel Novoa III 6ca9cc33a3 Fix mips bug related to 2.6 headers by following glibc's lead. Based on hace 22 años
..
alpha 9efd18d338 s/___brk_addr/__curbrk/g hace 22 años
arm 5f93ab7005 Cleanup some dead wood in the header files hace 22 años
common 5f93ab7005 Cleanup some dead wood in the header files hace 22 años
cris 9efd18d338 s/___brk_addr/__curbrk/g hace 22 años
e1 cd411309b5 __data_start needs to be added to all crt0.S files that don't currently hace 22 años
frv 9efd18d338 s/___brk_addr/__curbrk/g hace 22 años
h8300 9efd18d338 s/___brk_addr/__curbrk/g hace 22 años
i386 5f93ab7005 Cleanup some dead wood in the header files hace 22 años
i960 cd411309b5 __data_start needs to be added to all crt0.S files that don't currently hace 22 años
m68k 9efd18d338 s/___brk_addr/__curbrk/g hace 22 años
microblaze cd411309b5 __data_start needs to be added to all crt0.S files that don't currently hace 22 años
mips 6ca9cc33a3 Fix mips bug related to 2.6 headers by following glibc's lead. Based on hace 22 años
nios 9efd18d338 s/___brk_addr/__curbrk/g hace 22 años
nios2 9efd18d338 s/___brk_addr/__curbrk/g hace 22 años
powerpc 9efd18d338 s/___brk_addr/__curbrk/g hace 22 años
sh 9efd18d338 s/___brk_addr/__curbrk/g hace 22 años
sh64 9efd18d338 s/___brk_addr/__curbrk/g hace 22 años
sparc 5f93ab7005 Cleanup some dead wood in the header files hace 22 años
v850 cd411309b5 __data_start needs to be added to all crt0.S files that don't currently hace 22 años
Makefile c3d50a6983 Pete Popov writes: hace 22 años
README 2c8e931c67 Make spelling of uClibc be consistant. hace 25 años

README

This directory level abstracts out the Linux Operating System dependent
features of uClibc for suported 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 the common stuff that is not at all dependent on a particular Linux architecture
goes in the 'common' directory.