bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/24627] readelf -V output is ugly


From: nickc at redhat dot com
Subject: [Bug binutils/24627] readelf -V output is ugly
Date: Thu, 30 May 2019 09:28:22 +0000

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

Nick Clifton <nickc at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |nickc at redhat dot com
         Resolution|---                         |FIXED

--- Comment #3 from Nick Clifton <nickc at redhat dot com> ---
Hi Fanguri,

  I would not call the output "ugly", rather I think that "inconsistent"
  would be a better word.

  Nevertheless I have applied a patch so that "Addr" is only intended by
  one space for three types of output, and that the address always
  receives a 0x prefix.

  The fact that a zero value does not receive a 0x prefix when displaying
  offsets into the section is an artefact of the printf function's '#' 
  formatting character and not something that we can control directly.
  (Well other than abandoning the use of the # formatter).  So I have not
  changed this.

Cheers
  Nick

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