https://sourceware.org/bugzilla/show_bug.cgi?id=17739
--- Comment #11 from Rich Felker ---
Ping?
--
You are receiving this mail because:
You are on the CC list for the bug.
___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailm
https://sourceware.org/bugzilla/show_bug.cgi?id=20401
--- Comment #5 from Ozkan Sezer ---
Attached gzipped crt0.o for djgpp.
Creating a djgpp cross-compiler is easy. If you want, use my toolchain,
here are the sources:
https://sf.net/projects/uhexen2/files/HoT%20-%20Support%20Files/cross%20compi
https://sourceware.org/bugzilla/show_bug.cgi?id=20401
--- Comment #4 from Ozkan Sezer ---
Created attachment 9404
--> https://sourceware.org/bugzilla/attachment.cgi?id=9404&action=edit
crt0.o for djgpp
--
You are receiving this mail because:
You are on the CC list for the bug.
___
https://sourceware.org/bugzilla/show_bug.cgi?id=20401
--- Comment #3 from Nick Clifton ---
Hi Ozkan,
> Well, that's super easy:
>
> $ cat test.c
> int main () { return 0; }
> $ i586-pc-msdosdjgpp-gcc -Wl,--gc-sections test.c
> collect2: ld terminated with signal 11 [Segmentation fault]
Which w