.. |
Makefile
|
b870fba08e
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
|
19 years ago |
Makefile.in
|
45fbae2fff
make sure we first search for libraries in the newly built tree rather than the compiler path
|
18 years ago |
bswap.h
|
f0daf69b2d
fix bswap32/bswap16 macros for non-linux targets as reported by Melange in Bug 553
|
19 years ago |
chroot_realpath.c
|
3b472007a1
update license
|
19 years ago |
ldconfig.c
|
2ad663c004
remove newlines from warning messages
|
19 years ago |
ldd.c
|
df31d32b41
Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt
|
19 years ago |
readelf.c
|
2fe4731b98
import a bunch of defines from gnu binutils including blackfin for Lie Zhang
|
19 years ago |
readsoname2.c
|
0e89137680
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
|
19 years ago |