[Bug ld/30079] Mingw ld : linking against an import lib causes ld to abort() at compare_section in ldlang.c

2023-02-13 Thread reiter.christoph at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30079 --- Comment #8 from Christoph Reiter --- Thanks! https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=b7eab2a9d4f4e92692daf14b09fc95ca11b72e30 -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/30079] Mingw ld : linking against an import lib causes ld to abort() at compare_section in ldlang.c

2023-02-12 Thread reiter.christoph at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30079 --- Comment #6 from Christoph Reiter --- (In reply to Christoph Reiter from comment #5) > I did that in https://github.com/msys2/MINGW-packages/pull/15540 now which > fixed it for this example. Once it's in the repo I can ask the affected > us

[Bug ld/30079] Mingw ld : linking against an import lib causes ld to abort() at compare_section in ldlang.c

2023-02-07 Thread reiter.christoph at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30079 --- Comment #5 from Christoph Reiter --- (In reply to Michael Matz from comment #3) > If you can tar up the object files I can take a look myself (I don't have > cross compilers here, but cross binutils). See above, if you want :) > Or you

[Bug ld/30079] Mingw ld : linking against an import lib causes ld to abort() at compare_section in ldlang.c

2023-02-07 Thread reiter.christoph at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30079 --- Comment #4 from Christoph Reiter --- Created attachment 14658 --> https://sourceware.org/bugzilla/attachment.cgi?id=14658&action=edit object file + lib -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/30079] Mingw ld : linking against an import lib causes ld to abort() at compare_section in ldlang.c

2023-02-07 Thread reiter.christoph at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30079 --- Comment #2 from Christoph Reiter --- It looks like the guards before calling compare_section() were dropped in the new sorting code compared to the old one: https://github.com/bminor/binutils-gdb/commit/af31506c31a59a6edbb13498d6075fa704b8

[Bug ld/30079] Mingw ld : linking against an import lib causes ld to abort() at compare_section in ldlang.c

2023-02-07 Thread reiter.christoph at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30079 Christoph Reiter changed: What|Removed |Added CC||matz at suse dot de -- You are re

[Bug ld/30079] Mingw ld : linking against an import lib causes ld to abort() at compare_section in ldlang.c

2023-02-07 Thread reiter.christoph at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30079 Christoph Reiter changed: What|Removed |Added CC||reiter.christoph at gmail dot com

[Bug ld/24723] Linker fails with "too many open files"

2021-08-17 Thread reiter.christoph at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24723 --- Comment #9 from Christoph Reiter --- Thanks, I can confirm that https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=1c611b40e6bfc8029bff7696814330b5bc0ee5c0 fixes my issue. Sorry for the noise. -- You are receiving this mail becau

[Bug ld/24723] Linker fails with "too many open files"

2021-08-15 Thread reiter.christoph at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24723 --- Comment #7 from Christoph Reiter --- There are also a lot of "plugin framework: out of file descriptors. Try using fewer objects/archives" before that. Any ideas how to work around this welcome. -- You are receiving this mail because: Y

[Bug ld/24723] Linker fails with "too many open files"

2021-08-15 Thread reiter.christoph at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24723 Christoph Reiter changed: What|Removed |Added CC||reiter.christoph at gmail dot com