Re: ld patch to prevent uninitialized data in TI COFF output

2008-12-23 Thread Nick Clifton
Hi Johan, The attached patches correct an issue that exists in ld when the object code format is TI COFF. Thanks you very much for submitting this patch. I have checked it into the binutils sources along with these changelog entries. Cheers Nick bfd/ChangeLog 2008-12-23 Johan Olmutz Ni

ld patch to prevent uninitialized data in TI COFF output

2008-12-06 Thread jnielsen
The attached patches correct an issue that exists in ld when the object code format is TI COFF. The problem is that struct external_scnhdr in ti.h define two members, s_reserved and s_page, which are not always set before the section header is written to the output. The output file in TI COFF w