summaryrefslogtreecommitdiff
path: root/utils/readsoname2.c
AgeCommit message (Collapse)Author
2009-07-05Make more utility functions staticRon
This keeps gcc-4.4 from nagging that they have no prototypes. Signed-off-by: Ron Lee <ron@debian.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2009-02-09unify the headers/random defines into porting.h to avoid duplication/rotMike Frysinger
2007-04-17cleanup style; no functional changesMike Frysinger
2005-12-30use ElfW(Addr) instead of ElfW(Word) since elf word types are always 32bits ↵Mike Frysinger
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-09-30Allow ldconfig.host to build ld.so.cache for target, regardless ofEric Andersen
the target system's byteorder
2003-11-06Begin converting the client utilsEric Andersen