Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils: punt readelf | Mike Frysinger | 2009-06-28 | 1 | -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/rot | Mike Frysinger | 2009-02-09 | 1 | -22/+8 |
| | |||||
* | simple optimizations and style fixes in dynamic loading | Denis Vlasenko | 2009-01-10 | 1 | -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 keyword | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -2/+2 |
| | |||||
* | - trim trailing whitespace. No object-code changes. | Bernhard Reutner-Fischer | 2008-03-26 | 1 | -8/+8 |
| | |||||
* | - fixup stripping of host utils and make host-utils compile with std=gnu99 | Bernhard Reutner-Fischer | 2008-03-26 | 1 | -7/+7 |
| | |||||
* | the makefile will include elf.h for us #778 | Mike Frysinger | 2006-10-07 | 1 | -1/+1 |
| | |||||
* | replace my @debian.org addr with @uclibc.org. Fixup license on | Eric Andersen | 2006-07-05 | 1 | -2/+2 |
| | | | | readelf and ldd to again state that they are GPLv2 | ||||
* | update license | Mike Frysinger | 2006-07-05 | 1 | -17/+2 |
| | |||||
* | import a bunch of defines from gnu binutils including blackfin for Lie Zhang | Mike Frysinger | 2006-01-03 | 1 | -14/+44 |
| | |||||
* | need to make sure elf_find_dynamic(key) is big enough to handle 64bit hosts | Mike Frysinger | 2005-12-30 | 1 | -1/+1 |
| | |||||
* | fix signed/unsigned warnings | Mike Frysinger | 2005-12-29 | 1 | -2/+2 |
| | |||||
* | clean 32bit-isms and make code 64/32 bit clean | Mike Frysinger | 2005-09-22 | 1 | -47/+47 |
| | |||||
* | Correct typo, matching correction made to elf.h | Eric Andersen | 2005-04-19 | 1 | -1/+1 |
| | |||||
* | Paul Mundt <lethal@linux-sh.org> writes: | Eric Andersen | 2003-12-03 | 1 | -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 utils | Eric Andersen | 2003-11-06 | 1 | -0/+348 |