Eric Andersen 41fd2375c8 Cleanup namespace leaks by prepending __ to global stuff to %!s(int64=22) %!d(string=hai) anos
..
alpha 61a667b175 And with this, the alpha port is not basically working. %!s(int64=22) %!d(string=hai) anos
arm 5ce9147ea3 Manuel and I were looking into a problem with applications failing to link %!s(int64=22) %!d(string=hai) anos
common 41fd2375c8 Cleanup namespace leaks by prepending __ to global stuff to %!s(int64=22) %!d(string=hai) anos
h8300 5056666758 Several h8300 updates from Yoshinori Sato <qzb04471@nifty.ne.jp> %!s(int64=22) %!d(string=hai) anos
i386 a546f7b7b2 Fix dummy main reference so it works... %!s(int64=22) %!d(string=hai) anos
i960 b34e006872 Patch from Martin Proulx <mproulx@okiok.com> to support %!s(int64=22) %!d(string=hai) anos
m68k a546f7b7b2 Fix dummy main reference so it works... %!s(int64=22) %!d(string=hai) anos
mips 4157875d2d Make clone work, part 2. %!s(int64=22) %!d(string=hai) anos
powerpc 108202d604 Change branch to fallthrough. Unclean, but it removes last R_PPC_REL24. %!s(int64=22) %!d(string=hai) anos
sh 5ce9147ea3 Manuel and I were looking into a problem with applications failing to link %!s(int64=22) %!d(string=hai) anos
sparc e0827d1d4c Use the default version in include/sys instead %!s(int64=22) %!d(string=hai) anos
v850 81e8f981a8 Don't bother zeroing BSS, since actually we _can_ rely on the loader to do it. %!s(int64=22) %!d(string=hai) anos
Makefile 59c9d20af6 A few more little cleanups %!s(int64=22) %!d(string=hai) anos
README 2c8e931c67 Make spelling of uClibc be consistant. %!s(int64=23) %!d(string=hai) anos

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.