[Bug ld/28902] ld: `not found for insert` error has a weird ordering

2022-02-16 Thread zbyszek at in dot waw.pl
https://sourceware.org/bugzilla/show_bug.cgi?id=28902 Zbigniew Jędrzejewski-Szmek changed: What|Removed |Added CC||zbyszek at in dot waw.pl

[Bug ld/28902] ld: `not found for insert` error has a weird ordering

2022-02-16 Thread i at maskray dot me
https://sourceware.org/bugzilla/show_bug.cgi?id=28902 Fangrui Song changed: What|Removed |Added CC||nickc at redhat dot com -- You are re

[Bug ld/28902] ld: `not found for insert` error has a weird ordering

2022-02-16 Thread i at maskray dot me
https://sourceware.org/bugzilla/show_bug.cgi?id=28902 --- Comment #1 from Fangrui Song --- (I don't have a Fedora machine and I know very little about systemd.) I was asked why lld doesn't support -dT. I have dug up and found https://github.com/systemd/package-notes/blob/main/rpm/macros.package-

[Bug ld/28902] New: ld: `not found for insert` error has a weird ordering

2022-02-16 Thread i at maskray dot me
https://sourceware.org/bugzilla/show_bug.cgi?id=28902 Bug ID: 28902 Summary: ld: `not found for insert` error has a weird ordering Product: binutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2

[Bug ld/25713] Linker(ld.exe) runs in Windows unable to find file if path length is more than 260 characters.

2022-02-16 Thread fredrick.eisele at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25713 --- Comment #26 from Fred Eisele --- Some tweaks needed to me made to get the _fopen() to work properly. #include #include #include #include #include /* Mark FILE as close-on-exec. Return FILE. FILE may be NULL, in which case nothi

Issue 43624 in oss-fuzz: binutils:fuzz_as: Stack-overflow in operand

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

Issue 43372 in oss-fuzz: binutils:fuzz_disas_ext-bfd_arch_i386: Use-of-uninitialized-value in OP_VEX

2022-02-16 Thread sheriffbot via monorail
Updates: Labels: -restrict-view-commit Comment #3 on issue 43372 by sheriffbot: binutils:fuzz_disas_ext-bfd_arch_i386: Use-of-uninitialized-value in OP_VEX https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=43372#c3 This bug has been fixed. It has been opened to the public. - Your fr

Re: Checking gold without libc.a

2022-02-16 Thread Mitchell Dorrell
If anyone can confirm that this is not expected behavior, I'm happy to submit a bug report. Is static glibc necessary for "./configure --enable-gold; make; make check" to succeed? Thanks again! On Tue, Feb 15, 2022 at 7:46 AM Mitchell Dorrell wrote: > I have a CentOS system which does not have

[Bug ld/25713] Linker(ld.exe) runs in Windows unable to find file if path length is more than 260 characters.

2022-02-16 Thread fredrick.eisele at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25713 --- Comment #25 from Fred Eisele --- Use of those functions would give us something like... size_t filelen; /* PR 25713: Handle extra long path names possibly containing '..' and '.'. */ wchar_t **lpFilePart = {NULL}; const char ccs[

[Bug ld/25713] Linker(ld.exe) runs in Windows unable to find file if path length is more than 260 characters.

2022-02-16 Thread fredrick.eisele at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25713 --- Comment #24 from Fred Eisele --- Here is a sample program that I think demonstrates the relevant functions. #include #include #include #include #include #include /** * https://docs.microsoft.com/en-us/windows/win32/api/fileapi/nf-

[Bug ld/28841] ld: Customize output section type

2022-02-16 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28841 --- 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=c212f39d9a82c6c09f4a1447d9d2ff09843827c5 commit c212f39d9a82c6c09f4a1447d9d

[Bug ld/25713] Linker(ld.exe) runs in Windows unable to find file if path length is more than 260 characters.

2022-02-16 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25713 Nick Clifton changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug ld/28264] [2.37 Regression] ld.bfd crashes on linking efivar with LTO

2022-02-16 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28264 Bug 28264 depends on bug 28879, which changed state. Bug 28879 Summary: [2.38 Regression] ld.bfd: possibly incorrect "undefined reference" errors https://sourceware.org/bugzilla/show_bug.cgi?id=28879 What|Removed

[Bug ld/28879] [2.38 Regression] ld.bfd: possibly incorrect "undefined reference" errors

2022-02-16 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28879 H.J. Lu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug ld/28879] [2.38 Regression] ld.bfd: possibly incorrect "undefined reference" errors

2022-02-16 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28879 --- Comment #14 from cvs-commit at gcc dot gnu.org --- The binutils-2_38-branch branch has been updated by H.J. Lu : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=6aa1b7df2fc435ba1b744f20db5c6d3013496249 commit 6aa1b7df2fc435ba1

[Bug binutils/28894] segfault when building openjdk13 on x86 32bit (binutils 2.38 regression)

2022-02-16 Thread pierre.labastie at neuf dot fr
https://sourceware.org/bugzilla/show_bug.cgi?id=28894 --- Comment #16 from Pierre Labastie --- A little late to the party, openjdk-17 builds again too. Thanks for the quick fix. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/28890] memory leak issues in objdump

2022-02-16 Thread chluo at link dot cuhk.edu.hk
https://sourceware.org/bugzilla/show_bug.cgi?id=28890 LUO, Changhua changed: What|Removed |Added CC||chluo at link dot cuhk.edu.hk -- You