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]

Re: [RFA] fix 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?
> 
> I think it would be better to revise the code to set so->addr_low and
> so->addr_high to sec->addr and sec->endaddr respectively.  You'll also
> have to move this block of code to the end of the function.

Isn't that already done in som_current_sos, though?

-- 
Joel


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