]> git.ipfire.org Git - thirdparty/elfutils.git/commit
src/
authorRoland McGrath <roland@redhat.com>
Thu, 4 Oct 2007 08:50:09 +0000 (08:50 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 4 Oct 2007 08:50:09 +0000 (08:50 +0000)
commit59ea7f33f781e6e3f8c9d81d457e5d99eee8f1ce
tree10a3dd35d3b568876f0edc6dd903fe8715a507e1
parent057ec6b35ef97bd1cf6c1e96da3da399237e5224
src/
2007-10-04  Roland McGrath  <roland@redhat.com>

* readelf.c (print_archive_index): New variable.
(options, parse_opt): Accept -c/--archive-index to set it.
(dump_archive_index): New function.
(process_file): Take new arg WILL_PRINT_ARCHIVE_INDEX.
Call dump_archive_index on archives if set.
(main): Update caller.
(any_control_option): Give it file scope, moved out of ...
(parse_opt): ... here.

tests/
2007-10-04  Roland McGrath  <roland@redhat.com>

* run-readelf-test4.sh: New file.
* Makefile.am (TESTS, EXTRA_DIST): Add it.
31 files changed:
NEWS
libdw/ChangeLog
libdw/libdw.map
libdwfl/ChangeLog
libdwfl/Makefile.am
libdwfl/dwfl_build_id_find_debuginfo.c [moved from libelf/gelf_rawchunk.c with 67% similarity]
libdwfl/dwfl_build_id_find_elf.c [new file with mode: 0644]
libdwfl/dwfl_module.c
libdwfl/dwfl_module_build_id.c [new file with mode: 0644]
libdwfl/dwfl_module_getdwarf.c
libdwfl/dwfl_module_report_build_id.c [moved from libelf/gelf_freechunk.c with 69% similarity]
libdwfl/find-debuginfo.c
libdwfl/libdwfl.h
libdwfl/libdwflP.h
libdwfl/linux-kernel-modules.c
libelf/ChangeLog
libelf/Makefile.am
libelf/elf_end.c
libelf/elf_getdata_rawchunk.c [new file with mode: 0644]
libelf/gelf.h
libelf/libelf.h
libelf/libelf.map
libelf/libelfP.h
src/ChangeLog
src/elflint.c
src/readelf.c
src/unstrip.c
tests/ChangeLog
tests/Makefile.am
tests/run-readelf-test3.sh [new file with mode: 0755]
tests/run-readelf-test4.sh [new file with mode: 0755]