[Bug gprofng/32892] source line level information not available with "-g -O2"

2025-04-21 Thread bruno at clisp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32892 Bruno Haible changed: What|Removed |Added Summary|source line level |source line level |i

[Bug gprofng/30893] gprofng uses syscall + perf_event (hwcdrv) and ptrace (gpcollect) without any check and doc

2025-04-20 Thread bruno at clisp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=30893 Bruno Haible changed: What|Removed |Added CC||bruno at clisp dot org --- Comment #1

[Bug gprofng/32892] New: source line level informatiion not available with "-g -O2"

2025-04-20 Thread bruno at clisp dot org
ty: normal Priority: P2 Component: gprofng Assignee: vladimir.mezentsev at oracle dot com Reporter: bruno at clisp dot org Target Milestone: --- The documentation of gprofng https://sourceware.org/binutils/docs/gprofng.html#Main-Features says: "This

[Bug gprofng/32892] source line level informatiion not available with "-g -O2"

2025-04-20 Thread bruno at clisp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32892 Bruno Haible changed: What|Removed |Added Host||x86_64-linux-gnu -- You are receiving

[Bug gprofng/32889] Typo in documentation

2025-04-18 Thread bruno at clisp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32889 --- Comment #2 from Bruno Haible --- Yep. Looks good. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gprofng/32886] wrong mapping from instruction to line number

2025-04-18 Thread bruno at clisp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32886 --- Comment #4 from Bruno Haible --- > The last if statement should be: > if (cur_instr->addr != 0) Right. The issue affects _all_ functions (leaf and non-leaf functions), call instructions and all other instructions alike. Any attempte

[Bug gprofng/32886] wrong mapping from instruction to line number

2025-04-18 Thread bruno at clisp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32886 Bruno Haible changed: What|Removed |Added Host||x86_64-linux-gnu --- Comment #1 from B

[Bug gprofng/32885] New: gprofng --help should state where to report bugs

2025-04-18 Thread bruno at clisp dot org
Component: gprofng Assignee: vladimir.mezentsev at oracle dot com Reporter: bruno at clisp dot org Target Milestone: --- Per GNU Coding Standards <https://www.gnu.org/prep/standards/html_node/_002d_002dhelp.html>, programs should, near the end of the --help output, state wh

[Bug gprofng/32889] New: Typo in documentation

2025-04-18 Thread bruno at clisp dot org
Assignee: vladimir.mezentsev at oracle dot com Reporter: bruno at clisp dot org Target Milestone: --- Created attachment 16034 --> https://sourceware.org/bugzilla/attachment.cgi?id=16034&action=edit patch It says "sampling" where "tracing" is meant. Fi

[Bug gprofng/32886] wrong mapping from instruction to line number

2025-04-18 Thread bruno at clisp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32886 --- Comment #2 from Bruno Haible --- The issue is also visible in the gprofng-gui documentation https://www.gnu.org/software/gprofng-gui/manual/gprofng.html#The-Disassembly-View : 0.0. [53] 401d6f: pxor %xmm1,%xmm1

[Bug gprofng/32886] New: wrong mapping from instruction to line number

2025-04-17 Thread bruno at clisp dot org
Component: gprofng Assignee: vladimir.mezentsev at oracle dot com Reporter: bruno at clisp dot org Target Milestone: --- Created attachment 16032 --> https://sourceware.org/bugzilla/attachment.cgi?id=16032&action=edit gprofng-gui screenshot I'm using GNU binutils 2

[Bug binutils/30979] objdump --disassemble of a .o file ignores the relocations

2023-10-18 Thread bruno at clisp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=30979 --- Comment #6 from Bruno Haible --- (In reply to Andreas Schwab from comment #5) > It's impossible in general to resolve relocations without doing a full link. Even if the general case cannot be handled, the --disassemble output would be mor

[Bug binutils/30979] objdump --disassemble of a .o file ignores the relocations

2023-10-18 Thread bruno at clisp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=30979 --- Comment #4 from Bruno Haible --- (In reply to Andreas Schwab from comment #3) > You need to add --reloc to dump the relocations. I did; see the second half of my report. The output it produced is: 3b: e8 00 00 00 00 call 4

[Bug binutils/30979] objdump --disassemble of a .o file ignores the relocations

2023-10-18 Thread bruno at clisp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=30979 --- Comment #2 from Bruno Haible --- Typo. What I would want to see, is: $ objdump --disassemble fenv-round.o ... 3b: e8 00 00 00 00 call <__stack_chk_fail

[Bug binutils/30979] objdump --disassemble of a .o file ignores the relocations

2023-10-18 Thread bruno at clisp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=30979 --- Comment #1 from Bruno Haible --- Created attachment 15179 --> https://sourceware.org/bugzilla/attachment.cgi?id=15179&action=edit executable that was linked with the object file -- You are receiving this mail because: You are on the CC

[Bug binutils/30979] objdump --disassemble of a .o file ignores the relocations

2023-10-18 Thread bruno at clisp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=30979 Bruno Haible changed: What|Removed |Added Host||x86_64-linux-gnu -- You are receiving

[Bug binutils/30979] New: objdump --disassemble of a .o file ignores the relocations

2023-10-18 Thread bruno at clisp dot org
Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: bruno at clisp dot org Target Milestone: --- Created attachment 15178 --> https://sourceware.org/bugzilla/attachment.cgi?id=15178&action=edit sample object file When &

[Bug binutils/30969] ar cannot be safely invoked in parallel on windows

2023-10-13 Thread bruno at clisp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=30969 --- Comment #5 from Bruno Haible --- I wrote: > No, there are 3 different implementations: The mingw one, the gnulib one, > and the glibc one. Correction: There are 4 different implementations: The binutils one (bucomm.c), the mingw one, the

[Bug binutils/30969] ar cannot be safely invoked in parallel on windows

2023-10-13 Thread bruno at clisp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=30969 --- Comment #4 from Bruno Haible --- (In reply to Sterpu Mihai from comment #2) > The issue is that, from what I see, we now have 2 different implementations. No, there are 3 different implementations: The mingw one, the gnulib one, and the g

[Bug binutils/30969] ar cannot be safely invoked in parallel on windows

2023-10-13 Thread bruno at clisp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=30969 --- Comment #3 from Bruno Haible --- > Given the discussion in PR30958, wouldn't it be better to sync with newer > gnulib? Yes. As indicated in my reply https://lists.gnu.org/archive/html/bug-gnulib/2023-10/msg00058.html , this problem on min

[Bug binutils/29972] inconsistent format specification in singular form

2023-01-07 Thread bruno at clisp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=29972 --- Comment #5 from Bruno Haible --- > As gettext enhancement could be added check on extract time. But this is > feature request, with very low severity and zero priority. Registered at https://savannah.gnu.org/bugs/?63630 . -- You are rec

[Bug binutils/29972] inconsistent format specification in singular form

2023-01-07 Thread bruno at clisp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=29972 --- Comment #2 from Bruno Haible --- > Work-around: to update translated text to use PRIu64 format. I don't know what you mean. The bug is not the translation; the bug is in the source code that led to the POT file with this contents: #: rea

[Bug binutils/11436] c++filt does not support the C++0x lambdas of GCC 4.5

2018-07-16 Thread bruno at clisp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=11436 --- Comment #6 from Bruno Haible --- Confirmed: Fixed (at least) in 2.25.1 and 2.26.1. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-

[Bug binutils/11436] New: c++filt does not support the C++0x lambdas of GCC 4.5

2010-03-27 Thread bruno at clisp dot org
ils AssignedTo: unassigned at sources dot redhat dot com ReportedBy: bruno at clisp dot org CC: bug-binutils at gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://sourceware.org/bugzi

[Bug binutils/11436] c++filt does not support the C++0x lambdas of GCC 4.5

2010-03-27 Thread bruno at clisp dot org
--- Additional Comments From bruno at clisp dot org 2010-03-27 10:43 --- Created an attachment (id=4684) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4684&action=view) test case -- http://sourceware.org/bugzilla/show_bug.cgi?id=11436 --- You are receiving th

[Bug ld/3953] ld crashes upon use of .gnu.warning. sections

2007-02-01 Thread bruno at clisp dot org
--- Additional Comments From bruno at clisp dot org 2007-02-02 01:09 --- Created an attachment (id=1529) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1529&action=view) Input to the assembler -- http://sourceware.org/bugzilla/show_bug.cgi?id=3953 --- You are re

[Bug ld/3953] New: ld crashes upon use of .gnu.warning. sections

2007-02-01 Thread bruno at clisp dot org
nedTo: unassigned at sources dot redhat dot com ReportedBy: bruno at clisp dot org CC: bug-binutils at gnu dot org GCC build triplet: i586-suse-linux GCC host triplet: i586-suse-linux GCC target triplet: i586-suse-linux http://sourceware.org/bugzilla/show_bug.cgi?id