This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[RFA] fix build failure in solib-som.c


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  <brobecker@adacore.com>

        * 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

Attachment: solib-som.c.diff
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]