[Bug ld/32870] [ARM32] Error occurs when linking with LLVMgold.so plugin under LTO optimization
https://sourceware.org/bugzilla/show_bug.cgi?id=32870 --- Comment #3 from Sam James --- Could you send the patch to the ML? Thanks. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug ld/32871] ld/ldmain.c#L425 incorrect location of #endif
https://sourceware.org/bugzilla/show_bug.cgi?id=32871 --- Comment #1 from Sourceware Commits --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f3f42468b3b8d4002ed48bb333c01d11674f948d commit f3f42468b3b8d4002ed48bb333c01d11674f948d Author: Alan Modra Date: Tue Apr 15 07:02:40 2025 +0930 PR 32871 ld/ldmain.c#L425 incorrect location of #endif Fix commit c4fce3ef2927 brace position. -- You are receiving this mail because: You are on the CC list for the bug.
Re: Issue 389333858: binutils:fuzz_as: Unexpected-exit in xexit
Replying to this email means your email address will be shared with the team that works on this product. https://issues.oss-fuzz.com/issues/389333858 Changed access level: Limited visibility → Default access hotlist (-): Deadline-Approaching hotlist (+): Deadline-Exceeded pe...@google.com added comment #3: This bug has exceeded our disclosure deadline. It has been opened to the public. ___ Reference Info: 389333858 binutils:fuzz_as: Unexpected-exit in xexit component: Public Trackers > 1362134 > OSS Fuzz status: New reporter: 87...@developer.gserviceaccount.com cc: am...@gmail.com, bug-binutils@gnu.org, da...@adalogics.com, and 2 more collaborators: co...@oss-fuzz.com type: Bug access level: Default access priority: P2 severity: S4 hotlist: Deadline-Exceeded, Reproducible, Stability-LibFuzzer, Stability-Memory-AddressSanitizer retention: Component default Disclosure: Apr 14, 2025 Project: binutils Reported: Jan 12, 2025 Generated by Google IssueTracker notification system. You're receiving this email because you are subscribed to updates on Google IssueTracker issue 389333858 Unsubscribe from this issue.
[Bug ld/32871] ld/ldmain.c#L425 incorrect location of #endif
https://sourceware.org/bugzilla/show_bug.cgi?id=32871 cqwrteur changed: What|Removed |Added CC||euloanty at live dot com Host||x86_64-w64-mingw32 Target||x86_64-w64-mingw32 Build||x86_64-linux-gnu -- You are receiving this mail because: You are on the CC list for the bug.
[Bug ld/32871] New: ld/ldmain.c#L425 incorrect location of #endif
https://sourceware.org/bugzilla/show_bug.cgi?id=32871 Bug ID: 32871 Summary: ld/ldmain.c#L425 incorrect location of #endif Product: binutils Version: 2.45 (HEAD) Status: UNCONFIRMED Severity: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: euloanty at live dot com Target Milestone: --- https://github.com/bminor/binutils-gdb/blob/6ef74a3985befe3cb07a64d089ff00694f4674dd/ld/ldmain.c#L425 i think timeradd (& pd->use.ru_stime, &t, & pd->use.ru_stime); if (pd->begin.ru_maxrss < usage.ru_maxrss) pd->use.ru_maxrss += usage.ru_maxrss - pd->begin.ru_maxrss; #endif } } should be timeradd (& pd->use.ru_stime, &t, & pd->use.ru_stime); if (pd->begin.ru_maxrss < usage.ru_maxrss) pd->use.ru_maxrss += usage.ru_maxrss - pd->begin.ru_maxrss; } #endif } -- You are receiving this mail because: You are on the CC list for the bug.
[Bug ld/32871] ld/ldmain.c#L425 incorrect location of #endif
https://sourceware.org/bugzilla/show_bug.cgi?id=32871 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED Target Milestone|--- |2.45 Assignee|unassigned at sourceware dot org |amodra at gmail dot com --- Comment #2 from Alan Modra --- Fixed -- You are receiving this mail because: You are on the CC list for the bug.