]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - ld/ldlang.c
Fix PR30079: abort on mingw
authorMichael Matz <matz@suse.de>
Thu, 9 Feb 2023 14:29:00 +0000 (15:29 +0100)
committerMichael Matz <matz@suse.de>
Mon, 13 Feb 2023 12:52:02 +0000 (13:52 +0100)
commitb7eab2a9d4f4e92692daf14b09fc95ca11b72e30
treeb97f6fc73c9d959d31c7778e5f4269e19775bb2e
parent0d2f72332c7606fa3181b54dceef82d1af403624
Fix PR30079: abort on mingw

the early-out in wild_sort is not enough, it might still be
that filenames are equal _and_ the wildcard list doesn't specify
a sort order either.  Don't call compare_section then.

Tested on all targets.
ld/ldlang.c