Implement ranlib. This required one little extension to libelf.
authorUlrich Drepper <drepper@redhat.com>
Mon, 15 Aug 2005 21:36:27 +0000 (21:36 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 15 Aug 2005 21:36:27 +0000 (21:36 +0000)
commit5d83229c852a7e7359c12b58864751db2c755926
tree1af36916be07e38cd054e1937e74c0ce26946a2c
parent104532fcdb87e769d8ebf5771b9c4370e4361a7b
Implement ranlib.  This required one little extension to libelf.
23 files changed:
NEWS
configure.ac
libelf/ChangeLog
libelf/Makefile.am
libelf/elf_getaroff.c [new file with mode: 0644]
libelf/libelf.h
libelf/libelf.map
po/ChangeLog
po/POTFILES.in
src/ChangeLog
src/Makefile.am
src/ranlib.c [new file with mode: 0644]
tests/Makefile.am
tests/run-ranlib-test.sh [new file with mode: 0755]
tests/run-ranlib-test2.sh [new file with mode: 0755]
tests/run-ranlib-test3.sh [new file with mode: 0755]
tests/run-ranlib-test4.sh [new file with mode: 0755]
tests/testfile19.bz2 [new file with mode: 0644]
tests/testfile19.index.bz2 [new file with mode: 0644]
tests/testfile20.bz2 [new file with mode: 0644]
tests/testfile20.index.bz2 [new file with mode: 0644]
tests/testfile21.bz2 [new file with mode: 0644]
tests/testfile21.index.bz2 [new file with mode: 0644]