[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

[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 Hos

[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&action=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-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&action=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 #3 from Absolute Despair --- Created attachment 10824 --> https://sourceware.org/bugzilla/attachment.cgi?id=10824&action=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 #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 tes

[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&action=edit valid object file This was compiled from the same computer, it's from PSEH library. -- You are recei

[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 i686-w64-windows

[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: ../gcc-7.2.0/con

[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&action=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 #9 from Absolute Despair --- Created attachment 10880 --> https://sourceware.org/bugzilla/attachment.cgi?id=10880&action=edit clang compiler output -- You are receiving this mail because: You are on the CC list for the bug. ___