summaryrefslogtreecommitdiffstats
path: root/utils/readsoname2.c
Commit message (Collapse)AuthorAgeFilesLines
* Make more utility functions staticRon2009-07-051-1/+1
| | | | | | | 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>
* unify the headers/random defines into porting.h to avoid duplication/rotMike Frysinger2009-02-091-7/+5
|
* cleanup style; no functional changesMike Frysinger2007-04-171-135/+133
|
* use ElfW(Addr) instead of ElfW(Word) since elf word types are always 32bits ↵Mike Frysinger2005-12-301-9/+9
| | | | 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
* Allow ldconfig.host to build ld.so.cache for target, regardless ofEric Andersen2005-09-301-1/+31
| | | | the target system's byteorder
* Begin converting the client utilsEric Andersen2003-11-061-0/+115