This website requires JavaScript.
Explore
Help
Sign In
breeze
/
uClibc
Watch
1
Star
0
Fork
0
You've already forked uClibc
mirror of
git://uclibc.org/uClibc.git
synced
2026-01-12 00:19:53 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
99eb65208a1621ccc4820b6f4b3bbbdff0bbb033
uClibc
/
utils
History
Mike Frysinger
20dd29a97b
the 16/32 swap funcs were swapped
#875
2006-05-26 01:34:08 +00:00
..
bswap.h
the 16/32 swap funcs were swapped
#875
2006-05-26 01:34:08 +00:00
chroot_realpath.c
update license
2005-11-23 13:20:36 +00:00
ldconfig.c
remove newlines from warning messages
2006-01-11 04:06:49 +00:00
ldd.c
remove warning since it seems to have "gone away" now
2006-02-26 22:00:57 +00:00
Makefile
Make utils includable into main Makefile.in, add compile.u and hcompile.u, usable in utils and probably tests. vapier, please quite them if you want to
2005-11-23 11:42:14 +00:00
Makefile.in
make sure we first search for libraries in the newly built tree rather than the compiler path
2006-02-15 00:20:24 +00:00
readelf.c
import a bunch of defines from gnu binutils including blackfin for Lie Zhang
2006-01-03 04:31:16 +00:00
readsoname2.c
use ElfW(Addr) instead of ElfW(Word) since elf word types are always 32bits in size, even on 64bit hosts, while Addr is the proper native size ... also get creative with our signed/unsigned usage to get rid of warnings
2005-12-30 06:26:55 +00:00