[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/324] [i386-interix3] ld segfault
From: |
nickc at redhat dot com |
Subject: |
[Bug ld/324] [i386-interix3] ld segfault |
Date: |
18 Aug 2004 09:44:30 -0000 |
------- Additional Comments From nickc at redhat dot com 2004-08-18 09:44
-------
Hi,
Actually this appears to be a simple case of a test using the comdat field in
the coff section data structure when that field has not been initialised. I am
applying the attached patch to fix this problem.
Cheers
Nick
bfd/ChangeLog
2004-08-18 Nick Clifton <address@hidden>
PR 324
* cofflink.c (coff_link_add_symbols): Check that the comdat
pointer in the coff_section_data structure has been initialised
before using it.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
http://sources.redhat.com/bugzilla/show_bug.cgi?id=324
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.