summaryrefslogtreecommitdiffstats
path: root/ldso/util
Commit message (Collapse)AuthorAgeFilesLines
* Begin converting the client utilsEric Andersen2003-11-069-2242/+0
|
* Rework the config system. Better utilize the Kconfig languageEric Andersen2003-11-043-30/+16
| | | | | which should simplify enabling arbitrary architectures. -Erik
* Some more soft float fixes... for arm in particular (libfloat).Manuel Novoa III2003-10-311-3/+3
| | | | | | Remove the ADD_LIBGCC_FUNCTIONS option and do things the right way. Either we have a shared libgcc available, or the libgcc routines aren't PIC and don't belong in the shared libc anyway.
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
| | | | | | | | | | ln.patch: * Define $(LN) as ln in Rules.mak. * Change all occurrences of ln into $(LN). * Change all constructs like (cd path && ln -sf foo/file file) into $(LN) -sf foo/file path/file. The latter construct is already used in a number of places so it should not be an additional compatibility problem.
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
| | | | | | | rm.patch: * Define $(RM) as rm -f in Rules.mak and test/Rules.mak (this is the same definition as gmake uses by default). * Change all occurrences of rm and rm -f into $(RM).
* sigh. the warn funcs seem to be broken. Use local versionsEric Andersen2003-10-131-17/+71
| | | | till I can straighten that out.
* Fix an ldd bug, more ldconfig cleanupEric Andersen2003-10-132-264/+287
|
* Always build and install ldconfigEric Andersen2003-10-123-92/+81
|
* Make sure we use the local copy of elf.h, since some systemEric Andersen2003-09-171-6/+9
| | | | versions are insufficient....
* Phase one of my evil plan to clean up ld.so...Eric Andersen2003-08-192-7/+4
|
* Only exec child apps if they are elf type ET_EXECEric Andersen2003-07-021-2/+3
|
* Fix a segfault when used on a library w/o an INTERP program header.Eric Andersen2003-06-161-3/+3
|
* Don't segfault when given things other than a regular file.Eric Andersen2003-06-151-0/+3
| | | | -Erik
* remove a leftover debug printfEric Andersen2003-03-071-2/+0
|
* Patch from Stefan AlliusEric Andersen2003-03-073-23/+24
| | | | | | | | | | | 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
* Fixup ldd handling of multiple filesEric Andersen2003-03-061-12/+36
|
* Patch from Stefan Allius to make ldd.c compile under SolarisEric Andersen2003-03-041-0/+6
|
* Teach ldd to act just the glibc provided one (relying on theEric Andersen2003-03-012-7/+93
| | | | | | | 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
* Change some variable names so we are more consistant with whatEric Andersen2002-12-041-5/+5
| | | | | the linux kernel uses. -Erik
* Make ldd work even more like GNU ldd by appending dummy load addressesDavid Schleef2002-12-011-2/+2
|
* Ok... here's the summary:Manuel Novoa III2002-11-221-1/+1
| | | | | | | | | | | | | | 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.
* Act more like the GNU version. Accept multiple args. Accept/ignoreEric Andersen2002-11-211-30/+62
| | | | | the "--" option since we always do that anyways. -Erik
* Use '#ifdef __linux__' not '#ifdef linux'Eric Andersen2002-10-301-3/+3
|
* Patch from Stefan Allius to remove obsolete printfsEric Andersen2002-08-091-2/+0
|
* Patch from Stefan Allius and Edie C. Dost to let ldd andEric Andersen2002-08-084-10/+74
| | | | readelf compile under solaris.
* Don't try to compile the target utils unless told to do so.Eric Andersen2002-06-231-3/+0
| | | | -Erik
* If we are cross-compiling, don't even try to build the target utilities."Steven J. Hill"2002-06-041-6/+7
|
* Silly me. ldd.target is for the target system, so don'tEric Andersen2002-05-291-1/+1
| | | | | use-build-dir when compiling... -Erik
* Fix a couple of silly bugs I'd left in while fixing thingsEric Andersen2002-05-241-5/+11
| | | | -Erik
* Fix ldd so it correctly handles search paths of just one entryEric Andersen2002-05-241-27/+29
| | | | | | (per fix in ldso a while back), and correctly matches the search order in the shared lib loader. -Erik
* Pass the -s to the linkerEric Andersen2002-05-241-2/+2
|
* No real need to make ldd.target and readelf.target be static...Eric Andersen2002-05-031-2/+2
|
* Make ldd and readelf work even with byte swapped binariesEric Andersen2002-05-022-33/+105
|
* Fixup ldd behavior to match recent ldso changeEric Andersen2002-03-111-6/+26
|
* Fix silly buffer overflowEric Andersen2002-02-131-2/+5
|
* Don't free memory prematurelyEric Andersen2002-02-021-4/+0
|
* Fix makefile so it actually works when cross compilingEric Andersen2002-01-311-6/+6
| | | | -Erik
* make sure all utilities will build even with older toolchains byEric Andersen2002-01-316-18/+22
| | | | | using our own local elf.h header rather than the system one. -Erik
* Fixup util buildEric Andersen2002-01-302-3/+4
|
* Fix the bug where binaries built with older toolchains wouldEric Andersen2002-01-281-8/+14
| | | | | | segfault. Turns out that 'ld -nostdlib' was the culprit. Who wouldof thought... -Erik
* Remove the now obsolete d-link tree. Update things to copeEric Andersen2002-01-111-5/+5
| | | | | with the new naming -Erik
* Don't use target strip on native binaryEric Andersen2002-01-111-2/+1
|
* Ignore native lddEric Andersen2002-01-091-0/+1
|
* Build a native uClibc lddEric Andersen2002-01-091-2/+11
|
* Change all 'cd <foo>; bar' constructs to 'cd <foo> && bar' forEric Andersen2002-01-011-1/+1
| | | | | proper error checking -Erik
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-193-6/+30
|
* elide some debug noiseEric Andersen2001-08-271-1/+0
|
* Fix problem with possible redundant entries.Eric Andersen2001-08-181-9/+42
|
* Fix a stupid bug causing the ld-uClibc entry to be lost.Eric Andersen2001-08-171-14/+11
|
* Sync up ldd behaviorEric Andersen2001-08-111-3/+7
|