* readelf.c (adjust_relative_path): New function.

(struct archive_info): New type.
        (setup_archive): New function.
        (release_archive): New function.
        (setup_nested_archive): New function.
        (get_archive_member_name): New function.
        (get_archive_member_name_at): New function.
        (make_qualified_name): New function.
        (process_archive): Factor out code for reading archive index and
        long filename table to setup_archive.  Add support for thin archives.
This commit is contained in:
Nick Clifton 2009-03-02 16:06:50 +00:00
parent 83cf10fd4a
commit 2cf0635d9d
2 changed files with 854 additions and 557 deletions

View File

@ -1,3 +1,16 @@
2009-03-02 Cary Coutant <ccoutant@google.com>
* readelf.c (adjust_relative_path): New function.
(struct archive_info): New type.
(setup_archive): New function.
(release_archive): New function.
(setup_nested_archive): New function.
(get_archive_member_name): New function.
(get_archive_member_name_at): New function.
(make_qualified_name): New function.
(process_archive): Factor out code for reading archive index and
long filename table to setup_archive. Add support for thin archives.
2009-03-02 Nick Clifton <nickc@redhat.com>
* po/sk.po: Updated Slovak translation.

File diff suppressed because it is too large Load Diff