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

Mark Wielaard <mark at klomp dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mark at klomp dot org

--- Comment #1 from Mark Wielaard <mark at klomp dot org> ---
(In reply to panxiaohe from comment #0)
> The result of "eu-size -A" does not display section .comment and
> .note.GNU-stack
> which "size -A" can display. 
> Please confirm the attachment.
> Would that be correct?

eu-size only lists sections which are allocated (have SHF_ALLOC, which is the A
flag in eu-readelf -s). This is because eu-size thinks the user is only
interested in the "runtime size" of the file (those text/data sections that are
loaded into memory).

I don't know which sections binutils size lists.

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

Reply via email to