FreeBSD Bugzilla – Attachment 242158 Details for
Bug 271405
devel/binutils abort() in mingw32
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Upstream patch to resolve abort() in mingw32.
patch-ld_ldlang.c (text/plain), 502 bytes, created by
Stephen Hurd
on 2023-05-14 04:08:02 UTC
(
hide
)
Description:
Upstream patch to resolve abort() in mingw32.
Filename:
MIME Type:
Creator:
Stephen Hurd
Created:
2023-05-14 04:08:02 UTC
Size:
502 bytes
patch
obsolete
>--- ld/ldlang.c >+++ ld/ldlang.c >@@ -649,7 +649,8 @@ wild_sort (lang_wild_statement_type *wild, > looking at the sections for this file. */ > > /* Find the correct node to append this section. */ >- if (compare_section (sec->spec.sorted, section, (*tree)->section) < 0) >+ if (sec && sec->spec.sorted != none && sec->spec.sorted != by_none >+ && compare_section (sec->spec.sorted, section, (*tree)->section) < 0) > tree = &((*tree)->left); > else > tree = &((*tree)->right);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 271405
: 242158