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: [RFC/TileGX 1/2] fix gdbserver build failure


> >>>gdbserver/ChangeLog:
> >>>
> >>>* configure.srv (srv_tgtobj): Remove linux-osdata.o, add
> >>>linux-tile-low.o.
> >>>
> >>>please review.
> >>I am trying to understand the circumstances that lead to the failure,
> >>and it's been made harder due to the lack of information. After some
> >>investigation, my guess is that you're getting some duplicate symbols
> >>because linux-osdata.o" is already in srv_tgtobj. Is that correct?
> >>If yes, this part of the patch is OK, obvious even (once explained!).
> >
> >yes, exactly this error.
> 
> is this OK to commit ?

Only the part that remove linux-osdata.o for now.

I expect that you'll be able to commit the other half, but after
having explained in detail what this fixes. I suspect that this
enables some features, rather than fix a failure.

-- 
Joel


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