summaryrefslogtreecommitdiffstats
path: root/utils/readelf.c
Commit message (Collapse)AuthorAgeFilesLines
* utils: punt readelfMike Frysinger2009-06-281-346/+0
| | | | | | | This miniature version of readelf has never been terribly useful and has caused significantly more headaches in its maintenance, so punt it. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* unify the headers/random defines into porting.h to avoid duplication/rotMike Frysinger2009-02-091-22/+8
|
* simple optimizations and style fixes in dynamic loadingDenis Vlasenko2009-01-101-18/+15
| | | | | | | | | | | text data bss dec hex filename - 16709 240 92 17041 4291 lib/ld-uClibc.so + 16634 236 92 16962 4242 lib/ld-uClibc.so - 4602 344 4 4950 1356 lib/libdl-0.9.30-svn.so + 4571 328 4 4903 1327 lib/libdl-0.9.30-svn.so - 4602 344 4 4950 1356 lib/libdl.so + 4571 328 4 4903 1327 lib/libdl.so
* - fix inline keywordBernhard Reutner-Fischer2008-07-231-2/+2
|
* - trim trailing whitespace. No object-code changes.Bernhard Reutner-Fischer2008-03-261-8/+8
|
* - fixup stripping of host utils and make host-utils compile with std=gnu99Bernhard Reutner-Fischer2008-03-261-7/+7
|
* the makefile will include elf.h for us #778Mike Frysinger2006-10-071-1/+1
|
* replace my @debian.org addr with @uclibc.org. Fixup license onEric Andersen2006-07-051-2/+2
| | | | readelf and ldd to again state that they are GPLv2
* update licenseMike Frysinger2006-07-051-17/+2
|
* import a bunch of defines from gnu binutils including blackfin for Lie ZhangMike Frysinger2006-01-031-14/+44
|
* need to make sure elf_find_dynamic(key) is big enough to handle 64bit hostsMike Frysinger2005-12-301-1/+1
|
* fix signed/unsigned warningsMike Frysinger2005-12-291-2/+2
|
* clean 32bit-isms and make code 64/32 bit cleanMike Frysinger2005-09-221-47/+47
|
* Correct typo, matching correction made to elf.hEric Andersen2005-04-191-1/+1
|
* Paul Mundt <lethal@linux-sh.org> writes:Eric Andersen2003-12-031-6/+6
| | | | | | Nothing overly interesting here, this renames Hitachi/Mitsubishi to Renesas for the relevant platforms (in this case, h8, sh, and m32r). The same changes have already been going on in gcc/binutils/gdb/glibc/etc.
* Begin converting the client utilsEric Andersen2003-11-061-0/+348