bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/23107] 'ar t' doesn't display object file offsets


From: cvs-commit at gcc dot gnu.org
Subject: [Bug binutils/23107] 'ar t' doesn't display object file offsets
Date: Wed, 30 May 2018 16:08:52 +0000

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

--- Comment #6 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Nick Clifton <address@hidden>:

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

commit 1869e86f2eb13a9e1d1c42b97cdb98fef88afd83
Author: Ant Bikeneev <address@hidden>
Date:   Wed May 30 17:06:26 2018 +0100

    Add option to ar's 't' command to display the offset of elements within the
archive.

        PR 23107
        * ar.c (display_offsets): New variable.
        (usage): Add description of 'O' operator.
        (decode_option): Handle 'O' operator.
        (print_descr): Pass display_offsets to print_arelt_descr.
        * arsup.c: Update call to printy_arelt_descr.
        * objdump.c: Likewise.
        * bucomm.c (print_arelt_descr): If offsets parameter is true then
        display offset of archive element within the archive.
        * bucomm.h: Update prototype for print_arelt_descr.
        * doc/binutils.texi: Update description of ar command.
        * NEWS: Mention the new feature.
        * testsuite/binutils-all/ar.exp: Add text of new feature.

-- 
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]