Hello, It looks like a change made a month ago that removed a field called textsection from the so_list structure is the cause for a build failure in solib-som.c. I haven't tested this change, but wouldn't the attached patch make sense? I don't think we need to keep track of which section is the text section at this place, since this is done differently somewhere else (in the current_sos method). So I just removed the associated piece of code. 2007-08-07 Joel Brobecker * solib-som.c (som_relocate_section_addresses): Stop saving the $CODE$ section in the so_list structure. This files compiles fine again after this change is applied. Would that be OK to apply? Thanks, -- Joel