[Bug ld/20401] segfault in fini_reloc_cookie_rels() with --gc-sections

2016-07-27 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20401 --- Comment #10 from Nick Clifton --- (In reply to Ozkan Sezer from comment #8) > It would be great if the fix goes into the 2.27 branch too. Done. :-) -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/20401] segfault in fini_reloc_cookie_rels() with --gc-sections

2016-07-27 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=20401 --- Comment #9 from cvs-commit at gcc dot gnu.org --- The binutils-2_27-branch branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=492a7a54d688b511b0ed47c1f0ab054334a4b218 commit 492a7a54d688b

[Bug ld/20401] segfault in fini_reloc_cookie_rels() with --gc-sections

2016-07-27 Thread sezeroz at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20401 --- Comment #8 from Ozkan Sezer --- Many thanks. It would be great if the fix goes into the 2.27 branch too. Regards. -- You are receiving this mail because: You are on the CC list for the bug. __

[Bug ld/20401] segfault in fini_reloc_cookie_rels() with --gc-sections

2016-07-27 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20401 Nick Clifton changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug ld/20401] segfault in fini_reloc_cookie_rels() with --gc-sections

2016-07-27 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=20401 --- Comment #6 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=147d994bcdd36a177e49e7b6ac8d9c1f7b4cdcf5 commit 147d994bcdd36a177e49e7b6ac8

[Bug ld/20401] segfault in fini_reloc_cookie_rels() with --gc-sections

2016-07-26 Thread sezeroz at gmail dot com
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

[Bug ld/20401] segfault in fini_reloc_cookie_rels() with --gc-sections

2016-07-26 Thread sezeroz at gmail dot com
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. ___

[Bug ld/20401] segfault in fini_reloc_cookie_rels() with --gc-sections

2016-07-26 Thread nickc at redhat dot com
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

[Bug ld/20401] segfault in fini_reloc_cookie_rels() with --gc-sections

2016-07-25 Thread sezeroz at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20401 --- Comment #2 from Ozkan Sezer --- (In reply to Nick Clifton from comment #1) > Hi Ozkan, > > > We ran into a segfault with the djgpp port of ld in fini_reloc_cookie_rels() > > Would it be possible for you to upload a small testcase that re

[Bug ld/20401] segfault in fini_reloc_cookie_rels() with --gc-sections

2016-07-25 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20401 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #1