[Bug binutils/32944] objdump (2.34) segfaults with option list "-x -d -r -t -p -S --dwarf=info,rawline,decodedline,frames,frames-interp,follow-links,Ranges,gdb_index,abbrev"

2025-05-06 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32944 Alan Modra changed: What|Removed |Added Resolution|--- |OBSOLETE Status|UNCONFIRMED

[Bug gprofng/32943] libgprofng.so: undefined reference to `std::ios_base_library_init()'

2025-05-06 Thread vladimir.mezentsev at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32943 --- Comment #3 from Vladimir Mezentsev --- It looks like c++ libraries are absent. Try: sudo apt-get install g++-multilib Or maybe it runs the gcc linker instead of g++. Try to add -lstdc++ : libtool: link: g++ -Wall -pthread -Wno-switch

[Bug binutils/32944] objdump (2.34) segfaults with option list "-x -d -r -t -p -S --dwarf=info,rawline,decodedline,frames,frames-interp,follow-links,Ranges,gdb_index,abbrev"

2025-05-06 Thread arindam.sharma at imperial dot ac.uk
https://sourceware.org/bugzilla/show_bug.cgi?id=32944 --- Comment #2 from Sharma, Arindam --- It works there, so I will try and report this to ubuntu. Thanks for the help. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/32944] objdump (2.34) segfaults with option list "-x -d -r -t -p -S --dwarf=info,rawline,decodedline,frames,frames-interp,follow-links,Ranges,gdb_index,abbrev"

2025-05-06 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32944 --- Comment #1 from Sam James --- Please try to reproduce this with binutils-2.44 or trunk. If it works there, you'll need to report this to Ubuntu instead. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gprofng/32943] libgprofng.so: undefined reference to `std::ios_base_library_init()'

2025-05-06 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32943 Sam James changed: What|Removed |Added Component|binutils|gprofng Assignee|unassigned at

[Bug binutils/32944] objdump (2.34) segfaults with option list "-x -d -r -t -p -S --dwarf=info,rawline,decodedline,frames,frames-interp,follow-links,Ranges,gdb_index,abbrev"

2025-05-06 Thread arindam.sharma at imperial dot ac.uk
https://sourceware.org/bugzilla/show_bug.cgi?id=32944 Sharma, Arindam changed: What|Removed |Added CC||arindam.sharma at imperial dot ac.

[Bug binutils/32944] New: objdump (2.34) segfaults with option list "-x -d -r -t -p -S --dwarf=info,rawline,decodedline,frames,frames-interp,follow-links,Ranges,gdb_index,abbrev"

2025-05-06 Thread arindam.sharma at imperial dot ac.uk
https://sourceware.org/bugzilla/show_bug.cgi?id=32944 Bug ID: 32944 Summary: objdump (2.34) segfaults with option list "-x -d -r -t -p -S --dwarf=info,rawline,decodedline,frames,frames-interp, follow-links,Ranges,gd

[Bug binutils/32943] libgprofng.so: undefined reference to `std::ios_base_library_init()'

2025-05-06 Thread zohran.londais at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32943 --- Comment #1 from Zohran Londais --- The thing strange is if I disable gprofng, binutils build. So what need gprofng to compile properly ? -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/32943] New: libgprofng.so: undefined reference to `std::ios_base_library_init()'

2025-05-06 Thread zohran.londais at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32943 Bug ID: 32943 Summary: libgprofng.so: undefined reference to `std::ios_base_library_init()' Product: binutils Version: 2.43 Status: UNCONFIRMED Severity: nor

[Bug binutils/32809] readelf doesn't dump .debug_loclists section correctly for 64-bit target and mixed dwarf4/5 content

2025-05-06 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32809 --- Comment #9 from H.J. Lu --- Also fixed on 2.43 and 2.44 branches. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/32809] readelf doesn't dump .debug_loclists section correctly for 64-bit target and mixed dwarf4/5 content

2025-05-06 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=32809 --- Comment #8 from Sourceware Commits --- The binutils-2_43-branch branch has been updated by H.J. Lu : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=4056b58ad334246840a81a4cac228863ea45b79d commit 4056b58ad334246840a81a4cac228

[Bug binutils/32809] readelf doesn't dump .debug_loclists section correctly for 64-bit target and mixed dwarf4/5 content

2025-05-06 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=32809 --- Comment #7 from Sourceware Commits --- The binutils-2_44-branch branch has been updated by H.J. Lu : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=33578177adc8c04f2341548d63dbf00c03e188a2 commit 33578177adc8c04f2341548d63dbf

[Bug binutils/21479] strip doesn't handle lto archives

2025-05-06 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21479 --- Comment #14 from H.J. Lu --- (In reply to Sam James from comment #13) > For the non-fat case, we get: > > a.c > ``` > extern void foo1(void); > void foo2(void) { foo1(); } > void foo3(void) {} > ``` > > b.c: > ``` > extern void foo2(void

[Bug binutils/21479] strip doesn't handle lto archives

2025-05-06 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=21479 --- Comment #13 from Sam James --- For the non-fat case, we get: a.c ``` extern void foo1(void); void foo2(void) { foo1(); } void foo3(void) {} ``` b.c: ``` extern void foo2(void); extern void foo3(void); void foo1(void) { foo3(); } int main