http://sourceware.org/bugzilla/show_bug.cgi?id=12634

           Summary: improve objdump's way of showing non-executable
                    sections
           Product: binutils
           Version: 2.21
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: binutils
        AssignedTo: unassig...@sources.redhat.com
        ReportedBy: sven.koeh...@gmail.com


Hi,

as far as I can see, objdump currently has two ways of showing non-executable
section:

using -D, it shows labels, but it tries to disassemble the data
using -s, it shows non-executable section as one big BLOB of data

I'd like to suggest a third mode:
In this mode, binutils should behave almost like -D, that it objdump shows the
labels/symbols, prints the binary data, but instead of showing a disssembly of
the data, it should show some ASCII-like representation of the binary data
(very much like most hex-editors do it).

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to