Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-07 | remove a leftover debug printf | Eric Andersen | |
2003-03-07 | Patch from Stefan Allius | Eric Andersen | |
the ldd.c wasn't compilable for SuperH due to a missing ELFCLASSM define and the readelf executable was linked with a wrong dynamic linker path. To fix this I removed the --uclibc-use-build-dir. The patch also fixed all the compiler warnings (-Wall -W). Erik made a few additional changes to eliminate unused function arguments and fixup a static variable that was was doing the wrong thing | |||
2003-03-06 | Fixup ldd handling of multiple files | Eric Andersen | |
2003-03-04 | Patch from Stefan Allius to make ldd.c compile under Solaris | Eric Andersen | |
2003-03-01 | Teach ldd to act just the glibc provided one (relying on the | Eric Andersen | |
shared lib loader to do the work) when it is possible to do so, and only go poking about through the ELF headers when that fails so we can still use 'ldd' on cross compiled stuff. -Erik | |||
2002-12-04 | Change some variable names so we are more consistant with what | Eric Andersen | |
the linux kernel uses. -Erik | |||
2002-12-01 | Make ldd work even more like GNU ldd by appending dummy load addresses | David Schleef | |
2002-11-22 | Ok... here's the summary: | Manuel Novoa III | |
Hopefully locale support will build when cross compiling now. Collation is still not supported, but that's what I'm currently working on. In the next couple of days, I'll probably put up a couple of files for download that will save people the trouble of generating all the glibc locales. Added *wprintf functions, although they currently don't support floating point. That will be fixed when I rewrite _dtostr... or possibly before. Added the wcsto{inttype} functions. Added iconv() and a mini iconv utility. The require locale support and only provide for conversions involving the various unicode encodings { UCS-4*, UCS-2*, UTF-32*, UTF-16*, UTF-8 }, the 8-bit codesets built with the locale data, and the internal WCHAR_T. | |||
2002-11-21 | Act more like the GNU version. Accept multiple args. Accept/ignore | Eric Andersen | |
the "--" option since we always do that anyways. -Erik | |||
2002-10-30 | Use '#ifdef __linux__' not '#ifdef linux' | Eric Andersen | |
2002-08-09 | Patch from Stefan Allius to remove obsolete printfs | Eric Andersen | |
2002-08-08 | Patch from Stefan Allius and Edie C. Dost to let ldd and | Eric Andersen | |
readelf compile under solaris. | |||
2002-06-23 | Don't try to compile the target utils unless told to do so. | Eric Andersen | |
-Erik | |||
2002-06-04 | If we are cross-compiling, don't even try to build the target utilities. | "Steven J. Hill" | |
2002-05-29 | Silly me. ldd.target is for the target system, so don't | Eric Andersen | |
use-build-dir when compiling... -Erik | |||
2002-05-24 | Fix a couple of silly bugs I'd left in while fixing things | Eric Andersen | |
-Erik | |||
2002-05-24 | Fix ldd so it correctly handles search paths of just one entry | Eric Andersen | |
(per fix in ldso a while back), and correctly matches the search order in the shared lib loader. -Erik | |||
2002-05-24 | Pass the -s to the linker | Eric Andersen | |
2002-05-03 | No real need to make ldd.target and readelf.target be static... | Eric Andersen | |
2002-05-02 | Make ldd and readelf work even with byte swapped binaries | Eric Andersen | |
2002-03-11 | Fixup ldd behavior to match recent ldso change | Eric Andersen | |
2002-02-13 | Fix silly buffer overflow | Eric Andersen | |
2002-02-02 | Don't free memory prematurely | Eric Andersen | |
2002-01-31 | Fix makefile so it actually works when cross compiling | Eric Andersen | |
-Erik | |||
2002-01-31 | make sure all utilities will build even with older toolchains by | Eric Andersen | |
using our own local elf.h header rather than the system one. -Erik | |||
2002-01-30 | Fixup util build | Eric Andersen | |
2002-01-28 | Fix the bug where binaries built with older toolchains would | Eric Andersen | |
segfault. Turns out that 'ld -nostdlib' was the culprit. Who wouldof thought... -Erik | |||
2002-01-11 | Remove the now obsolete d-link tree. Update things to cope | Eric Andersen | |
with the new naming -Erik | |||
2002-01-11 | Don't use target strip on native binary | Eric Andersen | |
2002-01-09 | Ignore native ldd | Eric Andersen | |
2002-01-09 | Build a native uClibc ldd | Eric Andersen | |
2002-01-01 | Change all 'cd <foo>; bar' constructs to 'cd <foo> && bar' for | Eric Andersen | |
proper error checking -Erik | |||
2001-12-19 | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | |
2001-08-27 | elide some debug noise | Eric Andersen | |
2001-08-18 | Fix problem with possible redundant entries. | Eric Andersen | |
2001-08-17 | Fix a stupid bug causing the ld-uClibc entry to be lost. | Eric Andersen | |
2001-08-11 | Sync up ldd behavior | Eric Andersen | |
2001-08-08 | This syncs things up with my local tree. Mainly changes installer | Eric Andersen | |
issues, and syns things (as far as I am willing) with Dave Schleef's tree. We may need to go another round or so, but we do seem to be converging... | |||
2001-08-06 | Try search for the shared lib interpreter. Eliminate all double "//"s | Eric Andersen | |
from the output -Erik | |||
2001-07-17 | search_for_named_library forgot to wipe the target string, so each time | Eric Andersen | |
around the loop it was getting bigger... | |||
2001-07-17 | Some cleanups needed for things to compile and work as expected | Eric Andersen | |
with the new build system... -Erik | |||
2001-07-12 | This commit merges David Schleef's updates to the build system, which a | Eric Andersen | |
few tiny fixups here and there from me. Seems to work just fine and will hopefully be a bit better behaved. -Erik | |||
2001-07-11 | Rewrite of ldd so it works as expected, and does not invoke the | Eric Andersen | |
shared lib loader at all. This will allow us to throw out the support code for that from ld-linux.so.0 -Erik | |||
2001-07-10 | Fix the code for finding the interpreter, which was I had | Eric Andersen | |
totally screwed up the first time... -Erik | |||
2001-06-15 | A few build updates | Eric Andersen | |
2001-06-15 | Be consistant for all the client code, and use TARGET_CC with ↵ | Eric Andersen | |
--uclibc-use-build-dir | |||
2001-06-14 | Yet more ldso cleanups. Be more discriminating about when using inlines | Eric Andersen | |
and when using real functions. Make things be more portable by providing a default C routine to locate the got. -Erik | |||
2001-06-11 | Fix bug in ldso/util/Makefile introduced when Erik added the readelf app. | Manuel Novoa III | |
It didn't show up if a previous install was done. This would have been fixed two days ago if the initial bug report had been anything close to lucid. :-( Also changed ldconfig back to staticly linked and update the README file. | |||
2001-06-04 | Add a new 'readelf' util I wrote this weekend. | Eric Andersen | |
-Erik | |||
2001-06-04 | Teach the ldso stuff to use the proper elf.h header file, not a local copy. | Eric Andersen | |
-Erik |