public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
* [Bug tools/28723] New: "eu-size -A" does not display .comment and .note.GNU-stack
@ 2021-12-25  4:24 panxh_ran at 163 dot com
  2022-04-24 16:52 ` [Bug tools/28723] " mark at klomp dot org
  0 siblings, 1 reply; 2+ messages in thread
From: panxh_ran at 163 dot com @ 2021-12-25  4:24 UTC (permalink / raw)
  To: elfutils-devel

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

            Bug ID: 28723
           Summary: "eu-size -A" does not display .comment and
                    .note.GNU-stack
           Product: elfutils
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: tools
          Assignee: unassigned at sourceware dot org
          Reporter: panxh_ran at 163 dot com
                CC: elfutils-devel at sourceware dot org
  Target Milestone: ---

Created attachment 13878
  --> https://sourceware.org/bugzilla/attachment.cgi?id=13878&action=edit
the result of eu-size -A

Hello!
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?

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug tools/28723] "eu-size -A" does not display .comment and .note.GNU-stack
  2021-12-25  4:24 [Bug tools/28723] New: "eu-size -A" does not display .comment and .note.GNU-stack panxh_ran at 163 dot com
@ 2022-04-24 16:52 ` mark at klomp dot org
  0 siblings, 0 replies; 2+ messages in thread
From: mark at klomp dot org @ 2022-04-24 16:52 UTC (permalink / raw)
  To: elfutils-devel

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-24 16:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-25  4:24 [Bug tools/28723] New: "eu-size -A" does not display .comment and .note.GNU-stack panxh_ran at 163 dot com
2022-04-24 16:52 ` [Bug tools/28723] " mark at klomp dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).