[Bug gold/10244] Internal error in relocate_sections, at reloc.cc:842

2009-06-24 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-06-24 14:36 --- Subject: Bug 10244 CVSROOT:/cvs/src Module name:src Changes by: i...@sourceware.org 2009-06-24 14:36:14 Modified files: gold : ChangeLog reloc.cc Log message:

[Bug gold/10244] Internal error in relocate_sections, at reloc.cc:842

2009-06-24 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2009-06-24 14:39 --- Your object file is unusual in having both an empty .text section and an empty .rel.text section. gold was failing an assertion while processing the .rel.text section, in that it expected to have some data to relocate.

[Bug gold/10244] Internal error in relocate_sections, at reloc.cc:842

2009-06-05 Thread apratt at us dot ibm dot com
--- Additional Comments From apratt at us dot ibm dot com 2009-06-05 18:07 --- Created an attachment (id=3983) --> (http://sourceware.org/bugzilla/attachment.cgi?id=3983&action=view) Input file which causes internal error This input file causes an internal error in relocate_sections, a