[Bug gprofng/30006] Failure to build binutils-2.40 gprofng using gold

2023-02-02 Thread vladimir.mezentsev at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30006 --- Comment #16 from Vladimir Mezentsev --- The build is OK when I configure with -fuse-ld=bfd. Is it a known problem with ld.gold ? -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gprofng/30006] Failure to build binutils-2.40 gprofng using gold

2023-02-02 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30006 Alan Modra changed: What|Removed |Added Summary|Failure to build|Failure to build |binu

[Bug gprofng/30006] Failure to build binutils-2.40 on i686

2023-02-02 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30006 --- Comment #15 from Alan Modra --- (In reply to Vladimir Mezentsev from comment #14) > % gcc -m32 test.c -Wl,--version-script -Wl,map.txt > /usr/local/bin/ld: warning: using 'GLIBC_2.0' as version for 'dlopen' which > is also named in version

[Bug gprofng/30006] Failure to build binutils-2.40 on i686

2023-02-02 Thread vladimir.mezentsev at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30006 --- Comment #14 from Vladimir Mezentsev --- I installed Ubuntu and reproduced this problem in Docker. This small test demonstrates the build problem: % cat test.c void *dlopen (const char *pathname, int mode) { return (void *) 0; } __att

Issue 55045 in oss-fuzz: binutils:fuzz_as: Heap-use-after-free in subseg_set_rest

2023-02-02 Thread sheriffbot via monorail
Updates: Labels: -restrict-view-commit Comment #3 on issue 55045 by sheriffbot: binutils:fuzz_as: Heap-use-after-free in subseg_set_rest https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=55045#c3 This bug has been fixed. It has been opened to the public. - Your friendly Sheriffbot

Issue 55491 in oss-fuzz: binutils:fuzz_as: Stack-overflow in as_abort

2023-02-02 Thread sheriffbot via monorail
Updates: Labels: -restrict-view-commit Comment #3 on issue 55491 by sheriffbot: binutils:fuzz_as: Stack-overflow in as_abort https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=55491#c3 This bug has been fixed. It has been opened to the public. - Your friendly Sheriffbot -- You rece

Assembler bad code gen for AArch32

2023-02-02 Thread Frank Barchard
With assembly .S files or inline, the following syntax quietly produces the wrong instruction VLD1.16 {d2[]-d3[]}, [r3]! assembles to: vld1.16 {d2-d3}, [r3]! The work around is to use , not - VLD1.16 {d2[],d3[]}, [r3]! The error is subtle, since the code will build and run and the

[Bug binutils/30069] objdump (*-w64-mingw32) does not support the output of c++ symbol names for dynamic libraries

2023-02-02 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30069 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #1

[Bug gprofng/30043] libgprofng.so.* are installed to a wrong location

2023-02-02 Thread mliska at suse dot cz
https://sourceware.org/bugzilla/show_bug.cgi?id=30043 --- Comment #7 from Martin Liska --- Thank you for the fix, looks fine now. -- You are receiving this mail because: You are on the CC list for the bug.