bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/21519] [Regression] objdump -r no longer works on archive


From: cvs-commit at gcc dot gnu.org
Subject: [Bug binutils/21519] [Regression] objdump -r no longer works on archive
Date: Tue, 30 May 2017 13:35:42 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=21519

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by H.J. Lu <address@hidden>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8e2f54bcee7e3e8315d4a39a302eaf8e4389e07d

commit 8e2f54bcee7e3e8315d4a39a302eaf8e4389e07d
Author: H.J. Lu <address@hidden>
Date:   Tue May 30 06:34:05 2017 -0700

    Add bfd_get_file_size to get archive element size

    We can't use stat() to get archive element size.  Add bfd_get_file_size
    to get size for both normal files and archive elements.

    bfd/

        PR binutils/21519
        * bfdio.c (bfd_get_file_size): New function.
        * bfd-in2.h: Regenerated.

    binutils/

        PR binutils/21519
        * objdump.c (dump_relocs_in_section): Replace get_file_size
        with bfd_get_file_size to get archive element size.
        * testsuite/binutils-all/objdump.exp (test_objdump_f): New
        proc.
        (test_objdump_h): Likewise.
        (test_objdump_t): Likewise.
        (test_objdump_r): Likewise.
        (test_objdump_s): Likewise.
        Add objdump tests on archive.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]