[Bug ld/22846] i686-w64-mingw32 cross linker generates truncated binary image

2018-03-08 Thread despair at rvx86 dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=22846 --- Comment #9 from Absolute Despair --- Created attachment 10880 --> https://sourceware.org/bugzilla/attachment.cgi?id=10880=edit clang compiler output -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/22846] i686-w64-mingw32 cross linker generates truncated binary image

2018-03-08 Thread despair at rvx86 dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=22846 --- Comment #10 from Absolute Despair --- Created attachment 10881 --> https://sourceware.org/bugzilla/attachment.cgi?id=10881=edit GCC compiler output -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/22846] i686-w64-mingw32 cross linker generates truncated binary image

2018-03-08 Thread despair at rvx86 dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=22846 --- Comment #7 from Absolute Despair --- Using built-in specs. COLLECT_GCC=i686-w64-mingw32-gcc COLLECT_LTO_WRAPPER=/home/despair/mingw32/libexec/gcc/i686-w64-mingw32/7.2.0/lto-wrapper Target: i686-w64-mingw32 Configured with:

[Bug ld/22846] i686-w64-mingw32 cross linker generates truncated binary image

2018-03-08 Thread despair at rvx86 dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=22846 --- Comment #8 from Absolute Despair --- clang version 5.0.1 (tags/RELEASE_501/final) Target: i686-w64-windows-gnu Thread model: posix InstalledDir: /home/despair/mingw32/bin "/home/despair/mingw32/bin/clang-5.0" -cc1 -triple

[Bug ld/22846] i686-w64-mingw32 cross linker generates truncated binary image

2018-03-08 Thread despair at rvx86 dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=22846 --- Comment #6 from Absolute Despair --- Created attachment 10879 --> https://sourceware.org/bugzilla/attachment.cgi?id=10879=edit valid object file This was compiled from the same computer, it's from PSEH library. -- You are receiving

[Bug ld/22846] i686-w64-mingw32 cross linker generates truncated binary image

2018-02-15 Thread despair at rvx86 dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=22846 --- Comment #4 from Absolute Despair --- It also silently fails when linking executable images: /* test.c */ #include main(argc, argv) char **argv; { puts("hi bugzilla"); return 0; } compile with: i686-w64-mingw32-gcc test.c -o

[Bug ld/22846] i686-w64-mingw32 cross linker generates truncated binary image

2018-02-15 Thread despair at rvx86 dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=22846 --- Comment #3 from Absolute Despair --- Created attachment 10824 --> https://sourceware.org/bugzilla/attachment.cgi?id=10824=edit bad executable -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/22846] i686-w64-mingw32 cross linker generates truncated binary image

2018-02-15 Thread despair at rvx86 dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=22846 --- Comment #2 from Absolute Despair --- Created attachment 10823 --> https://sourceware.org/bugzilla/attachment.cgi?id=10823=edit bad shared object -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/22846] i686-w64-mingw32 cross linker generates truncated binary image

2018-02-15 Thread despair at rvx86 dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=22846 --- Comment #1 from Absolute Despair --- Created attachment 10822 --> https://sourceware.org/bugzilla/attachment.cgi?id=10822=edit truncated IAT/GOT -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/22846] i686-w64-mingw32 cross linker generates truncated binary image

2018-02-14 Thread despair at rvx86 dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=22846 Absolute Despair changed: What|Removed |Added Target||i686-w64-mingw32

[Bug ld/22846] New: i686-w64-mingw32 cross linker generates truncated binary image

2018-02-14 Thread despair at rvx86 dot net
Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: despair at rvx86 dot net Target Milestone: --- Using the cross-linker with any set of object files results in the following repeated message, emitting a truncated binary image