Eric Andersen e9d95cfa85 Make the stub profiling stuff work преди 22 години
..
alpha 6e112da93a Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both a преди 22 години
arm 6e112da93a Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both a преди 22 години
common e9d95cfa85 Make the stub profiling stuff work преди 22 години
cris 6e112da93a Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both a преди 22 години
e1 cd411309b5 __data_start needs to be added to all crt0.S files that don't currently преди 22 години
frv 6e112da93a Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both a преди 22 години
h8300 9efd18d338 s/___brk_addr/__curbrk/g преди 22 години
i386 6e112da93a Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both a преди 22 години
i960 cd411309b5 __data_start needs to be added to all crt0.S files that don't currently преди 22 години
m68k 9efd18d338 s/___brk_addr/__curbrk/g преди 22 години
microblaze cd411309b5 __data_start needs to be added to all crt0.S files that don't currently преди 22 години
mips 6e112da93a Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both a преди 22 години
nios 9efd18d338 s/___brk_addr/__curbrk/g преди 22 години
nios2 9efd18d338 s/___brk_addr/__curbrk/g преди 22 години
powerpc 6e112da93a Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both a преди 22 години
sh 6e112da93a Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both a преди 22 години
sh64 9efd18d338 s/___brk_addr/__curbrk/g преди 22 години
sparc 5f93ab7005 Cleanup some dead wood in the header files преди 22 години
v850 cd411309b5 __data_start needs to be added to all crt0.S files that don't currently преди 22 години
Makefile c3d50a6983 Pete Popov writes: преди 22 години
README 2c8e931c67 Make spelling of uClibc be consistant. преди 26 години

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.