K 10 svn:author V 6 emaste K 8 svn:date V 27 2017-01-11T00:50:19.289702Z K 7 svn:log V 363 MFC r310702: btxldr: process all PT_LOAD segments, not just the first two With default settings GNU ld generates two PT_LOADs for loader.sym while LLD generates three, because it creates a rodata segment. Previously btxldr terminated phdr processing after two PT_LOADs. Remove the early termination to process all PT_LOADs. Sponsored by: The FreeBSD Foundation END