[Bug tools/28723] New: "eu-size -A" does not display .comment and .note.GNU-stack

2021-12-24 Thread panxh_ran at 163 dot com via 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

[Bug tools/28724] New: eu-elfclassify --no-stdin option is not effect

2021-12-24 Thread panxh_ran at 163 dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28724 Bug ID: 28724 Summary: eu-elfclassify --no-stdin option is not effect Product: elfutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2

[Bug tools/28725] New: eu-ar -x -N COUNT uses instance [COUNT+1] of name

2021-12-25 Thread panxh_ran at 163 dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28725 Bug ID: 28725 Summary: eu-ar -x -N COUNT uses instance [COUNT+1] of name Product: elfutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2

[Bug tools/28725] eu-ar -x -N COUNT uses instance [COUNT+1] of name

2021-12-25 Thread panxh_ran at 163 dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28725 --- Comment #1 from panxiaohe --- Created attachment 13881 --> https://sourceware.org/bugzilla/attachment.cgi?id=13881&action=edit the result of ar -x -N COUNT -- You are receiving this mail because: You are on the CC list for the bug.

[Bug tools/28726] New: eu-ar -br/-ar deletes existing file from archive file

2021-12-25 Thread panxh_ran at 163 dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28726 Bug ID: 28726 Summary: eu-ar -br/-ar deletes existing file from archive file Product: elfutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2

[Bug tools/28726] eu-ar -br/-ar deletes existing file from archive file

2021-12-25 Thread panxh_ran at 163 dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28726 --- Comment #1 from panxiaohe --- Created attachment 13883 --> https://sourceware.org/bugzilla/attachment.cgi?id=13883&action=edit the result of ar -br -- You are receiving this mail because: You are on the CC list for the bug.

[Bug tools/28729] New: After eu-ar -r added file into archive, it changes file permission

2021-12-27 Thread panxh_ran at 163 dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28729 Bug ID: 28729 Summary: After eu-ar -r added file into archive, it changes file permission Product: elfutils Version: unspecified Status: UNCONFIRMED Severity

[Bug tools/28729] After eu-ar -r added file into archive, it changes file permission

2021-12-27 Thread panxh_ran at 163 dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28729 --- Comment #1 from panxiaohe --- Created attachment 13886 --> https://sourceware.org/bugzilla/attachment.cgi?id=13886&action=edit eu-ar -r and -tv change file permission -- You are receiving this mail because: You are on the CC list for t

[Bug tools/29282] New: eu-addr2line -k doesn't display correct file:line in arm.

2022-06-23 Thread panxh_ran at 163 dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29282 Bug ID: 29282 Summary: eu-addr2line -k doesn't display correct file:line in arm. Product: elfutils Version: unspecified Status: UNCONFIRMED Severity: normal

[Bug tools/28725] eu-ar -x -N COUNT uses instance [COUNT+1] of name

2022-08-03 Thread panxh_ran at 163 dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28725 --- Comment #2 from panxiaohe --- Please pay attention on this issue. When using instance [COUNT] of name, the instance of check is wrong in do_oper_extract(). instance-- should be --instance. 522 if (res != NULL && (instance < 0 ||

[Bug tools/28729] After eu-ar -r added file into archive, it changes file permission

2022-08-11 Thread panxh_ran at 163 dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28729 --- Comment #2 from panxiaohe --- When eu-ar generates archive files,numbers of target file's permission which are writen in archive file are octal numbers. But "eu -ar -tv archive" and "eu-ar -x archive" commands treat numbers as decimalism.