Chris, Could you clarify the following question from PR48086? (In reply to comment #11) > (In reply to comment #10) > > The easiest way to fix this is maybe to just have more than one GNU_LTO > > segment. AFAIU the limit of 255 sections is a limit per segment. It is not > > difficult to have multiple GNU_LTO segments, I could even hack that in > > before > > GCC 4.6.
hmmm. maybe not .. re-reading: n_sect An integer specifying the number of the section that this symbol can be found in, or NO_SECT if the symbol is not to be found in any section of this image. The sections are contiguously numbered across segments, starting from 1, according to the order they appear in the LC_SEGMENT load commands. contiguously numbered across segments; seems to indicate that the section count is per file - not per segment. Jack