[Bug ld/5692] ld segfault linked to bfd elf error

2009-01-02 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-01-02 16:15 --- Hi Khem, Please could you recheck this bug to see if it is still there ? I think that a recent fix of mine (for PR 7093) may have fixed the new version of this problem as well. Cheers Nick --

[Bug ld/5692] ld segfault linked to bfd elf error

2009-01-02 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2009-01-02 20:51 --- Hi Nick It is fixed in ld built from todays sources. -- What|Removed |Added

[Bug ld/5692] ld segfault linked to bfd elf error

2008-12-23 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2008-12-24 01:06 --- I still see this bug on binutils from trunk arm-none-linux-gnueabi-ld --hash-style=gnu -b binary /dev/null arm-none-linux-gnueabi-ld: BFD (GNU Binutils) 2.19.51.20081204 internal error, aborting at

[Bug ld/5692] ld segfault linked to bfd elf error

2008-12-23 Thread raj dot khem at gmail dot com
-- What|Removed |Added CC||raj dot khem at gmail dot ||com

[Bug ld/5692] ld segfault linked to bfd elf error

2008-02-03 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2008-02-04 00:10 --- http://sourceware.org/ml/binutils-cvs/2008-02/msg7.html http://sourceware.org/ml/binutils/2008-02/msg00021.html -- What|Removed |Added

[Bug ld/5692] ld segfault linked to bfd elf error

2008-01-31 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2008-01-31 10:48 --- Hi Paul, I still cannot reproduce this bug, but there is no good reason why we should not check the return value of get_elf_backend_data() so I am going to apply the uploaded variant of your patch. Cheers

[Bug ld/5692] ld segfault linked to bfd elf error

2008-01-31 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2008-01-31 10:45 --- Created an attachment (id=) -- (http://sourceware.org/bugzilla/attachment.cgi?id=action=view) ENsure that the elf backend data was obtained before using it. --

[Bug ld/5692] ld segfault linked to bfd elf error

2008-01-30 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2008-01-30 10:44 --- Hi Paul, Can you supply a testcase to reproduce this problem please ? Cheers Nick -- What|Removed |Added

[Bug ld/5692] ld segfault linked to bfd elf error

2008-01-30 Thread pdd at lgsinnovations dot com
--- Additional Comments From pdd at lgsinnovations dot com 2008-01-30 15:19 --- Trivial test case ld --warn-unresolved-symbols -o /dev/null -b binary /dev/null -- http://sourceware.org/bugzilla/show_bug.cgi?id=5692 --- You are receiving this mail because: --- You are on

Re: [Bug ld/5692] ld segfault linked to bfd elf error

2008-01-30 Thread Nick Clifton
Hi Paul, Trivial test case ld --warn-unresolved-symbols -o /dev/null -b binary /dev/null Not trivial enough I am afraid. I tried that with an arm-linux-uclibc toolchain built from today's binutils sources and I just get this output: ld-new: warning: cannot find entry symbol _start;

[Bug ld/5692] ld segfault linked to bfd elf error

2008-01-30 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2008-01-30 15:31 --- Subject: Re: ld segfault linked to bfd elf error Hi Paul, Trivial test case ld --warn-unresolved-symbols -o /dev/null -b binary /dev/null Not trivial enough I am afraid. I tried that with an