[Bug ld/28362] Missing linking test case for pe dll using a def file

2022-08-18 Thread ralf.habacker at freenet dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=28362 Ralf Habacker changed: What|Removed |Added Attachment #13671|0 |1 is obsolete|

[Bug binutils/29075] objdump -S does not support debuginfod

2022-08-18 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29075 --- Comment #20 from Nick Clifton --- (In reply to Aaron Merey from comment #19) Hi Aaron, > Passing > the bfd object of the separate debuginfo instead of the bfd of the parent > file seems to work unless a .gnu_debugaltlink file exists. Wha

[Bug ld/28362] Missing linking test case for pe dll using a def file

2022-08-18 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28362 --- Comment #2 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f08216536117ada44bdba391114148da554764e1 commit f08216536117ada44bdba391114

[Bug ld/28362] Missing linking test case for pe dll using a def file

2022-08-18 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28362 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com St

[Bug binutils/29505] New: xxx-w64-mingw32-objdump takes a long time to scan pe binaries for debug information

2022-08-18 Thread ralf.habacker at freenet dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=29505 Bug ID: 29505 Summary: xxx-w64-mingw32-objdump takes a long time to scan pe binaries for debug information Product: binutils Version: 2.38 Status: UNCONFIRMED

[Bug gprofng/29479] Collection fails when built without java support: symbol lookup error: ...-binutils-2.39/bin/../lib/gprofng/libgp-collector.so: undefined symbol: __collector_jprofile_start_attach

2022-08-18 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29479 --- Comment #3 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Vladimir Mezentsev : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=49ddd814ac1071af7c4f45d5f8398b91862f2c7f commit 49ddd814ac1071af7c4f4

[Bug gprofng/29479] Collection fails when built without java support: symbol lookup error: ...-binutils-2.39/bin/../lib/gprofng/libgp-collector.so: undefined symbol: __collector_jprofile_start_attach

2022-08-18 Thread vladimir.mezentsev at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29479 Vladimir Mezentsev changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

Issue 50257 in oss-fuzz: binutils:fuzz_objcopy: Use-of-uninitialized-value in cache_bwrite

2022-08-18 Thread sheriffbot via monorail
Updates: Labels: -restrict-view-commit Comment #3 on issue 50257 by sheriffbot: binutils:fuzz_objcopy: Use-of-uninitialized-value in cache_bwrite https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50257#c3 This bug has been fixed. It has been opened to the public. - Your friendly She

Issue 50296 in oss-fuzz: binutils:fuzz_dwarf: Timeout in fuzz_dwarf

2022-08-18 Thread sheriffbot via monorail
Updates: Labels: -restrict-view-commit Comment #3 on issue 50296 by sheriffbot: binutils:fuzz_dwarf: Timeout in fuzz_dwarf https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50296#c3 This bug has been fixed. It has been opened to the public. - Your friendly Sheriffbot -- You receiv

Issue 50305 in oss-fuzz: binutils:fuzz_dwarf: Heap-buffer-overflow in bfd_getb32

2022-08-18 Thread sheriffbot via monorail
Updates: Labels: -restrict-view-commit Comment #3 on issue 50305 by sheriffbot: binutils:fuzz_dwarf: Heap-buffer-overflow in bfd_getb32 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50305#c3 This bug has been fixed. It has been opened to the public. - Your friendly Sheriffbot -

[Bug gprofng/29477] Build failure on musl: collector_module.h:78:13: error: duplicate member ‘pwrite’

2022-08-18 Thread vladimir.mezentsev at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29477 Vladimir Mezentsev changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug gprofng/29477] Build failure on musl: collector_module.h:78:13: error: duplicate member ‘pwrite’

2022-08-18 Thread slyich at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29477 --- Comment #2 from Sergei Trofimovich --- (In reply to Vladimir Mezentsev from comment #1) > SIGEV_THREAD_ID is defined in /usr/include/bits/sigevent-consts.h on my OL8: > % grep -ns SIGEV_THREAD_ID /usr/include/*/* > /usr/include/asm-generic

[Bug binutils/29075] objdump -S does not support debuginfod

2022-08-18 Thread amerey at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29075 --- Comment #21 from Aaron Merey --- (In reply to Nick Clifton from comment #20) > (In reply to Aaron Merey from comment #19) > > Passing > > the bfd object of the separate debuginfo instead of the bfd of the parent > > file seems to work unle