OSDN Git Service

Patch from Stefan Allius
authorEric Andersen <andersen@codepoet.org>
Fri, 7 Mar 2003 12:23:11 +0000 (12:23 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 7 Mar 2003 12:23:11 +0000 (12:23 -0000)
commit443636be415c1920f071cfe4907fcc361b2999ce
tree49c863ca968b578a2af684f0b96c5f5217b0b816
parenta2a493671ebbb9728d09eb99f0b8b3e0da5e88f8
Patch from Stefan Allius

    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
ldso/util/Makefile
ldso/util/ldd.c
ldso/util/readelf.c