[Bug gprofng/30894] bison should be no hard dependency

2023-09-26 Thread vladimir.mezentsev at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30894 Vladimir Mezentsev changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Ever confirmed|0

[Bug gprofng/30895] gprofng is not relocatable

2023-09-26 Thread vladimir.mezentsev at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30895 Vladimir Mezentsev changed: What|Removed |Added Ever confirmed|0 |1 Assignee|vladimir.me

[Bug gprofng/30896] gprofng display text: please provide a way (or document how) to include the object name next to the called functions

2023-09-26 Thread vladimir.mezentsev at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30896 Vladimir Mezentsev changed: What|Removed |Added Last reconfirmed||2023-09-27 Ever confirmed|0

[Bug gprofng/30898] consider multi-threading for gprofng display text

2023-09-26 Thread vladimir.mezentsev at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30898 --- Comment #3 from Vladimir Mezentsev --- Hi Ruud, See the end of emil. He suggests to remove the disassembly by default in gp-display-html On 9/26/23 11:09, bugmenot at mailinator dot com wrote: > https://sourceware.org/bugzilla/show_bug.

[Bug gprofng/30898] consider multi-threading for gprofng display text

2023-09-26 Thread bugmenot at mailinator dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30898 --- Comment #2 from John Doe --- (In reply to Vladimir Mezentsev from comment #1) > Did you try > gprofng display text -func /tmp/binutils-2.41/build/test.2.er > > Is this also slow? Sorry I didn't include that information - yes, I've tried

[Bug ld/30907] ELF segment add extra 2 LOAD segments in aarch64, making binary bigger 128KiB than before

2023-09-26 Thread ocs-bot at opencloudos dot tech
https://sourceware.org/bugzilla/show_bug.cgi?id=30907 nilus changed: What|Removed |Added Summary|ELF segment seperated into |ELF segment add extra 2 |4

[Bug ld/30907] New: ELF segment seperated into 4 LOAD in aarch64, making binary bigger 128KiB than before

2023-09-26 Thread ocs-bot at opencloudos dot tech
https://sourceware.org/bugzilla/show_bug.cgi?id=30907 Bug ID: 30907 Summary: ELF segment seperated into 4 LOAD in aarch64, making binary bigger 128KiB than before Product: binutils Version: 2.39 Status: UNCONFIRMED

[Bug binutils/30906] New: Segmentation fault caused by npd in objdump, elf.c:9543

2023-09-26 Thread featherrain26 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30906 Bug ID: 30906 Summary: Segmentation fault caused by npd in objdump, elf.c:9543 Product: binutils Version: 2.42 (HEAD) Status: UNCONFIRMED Severity: normal

[Bug gprofng/30897] Support source view for "referenced" source (e.g. bison)

2023-09-26 Thread bugmenot at mailinator dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30897 --- Comment #3 from John Doe --- (In reply to Vladimir Mezentsev from comment #1) > It is a bug. > A workaround could be to look at the functions from QLParser.yy. > For example: > > gprofng display text -dis QL::yylex > gprofng display text

[Bug gprofng/30896] gprofng display text: please provide a way (or document how) to include the object name next to the called functions

2023-09-26 Thread bugmenot at mailinator dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30896 --- Comment #2 from John Doe --- Thank you, I've misread the docs, works as expected. You may consider to add this example to the docs as this would make it totally clear. Feel free to either mark this issue as RESOLVED(INVALID) or change it

[Bug gprofng/30897] Support source view for "referenced" source (e.g. bison)

2023-09-26 Thread bugmenot at mailinator dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30897 --- Comment #2 from John Doe --- Please also consider that (depending on the generator) some functions don't "start" in their "real sources". Actually this is also the case for QLParser.yy, where yylex is declared at line 42 but actually defin