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: [commit] Adapt sim to new version number & date locations.


> > This change is required now that gdb/version.in has been moved to
> > gdb/common/version.in and now that the date needs to be fetched
> > from bfd/version.h.
> 
> looks like gdb/doc/gdbint.texinfo needs updating too ?  it talks about 
> gdb/version.in in many places ...

Thanks for pointing this one out. Looks like we're going to have
to grep the entire repo, just to chase all these references down.
This is proving to be a lot more involved than I thought!

> > The common and ppc parts were easy to fix, by just doing a reduced
> > version of what we do for GDB and GDBserver. Moxie, on the other
> > hand, needs the version info for different reasons, and I prefered
> > not touching it.
> 
> seems like it'd be straight forward to fix though by just updating the
> path ?

Not quite, I think, because the "DATE" marker needs to be replaced
with the date from bfd/version.h.  Otherwise, I think we'll have
a path where the version number is 7.6.50.DATE-cvs. I think! (and
hence the no-touchy)

-- 
Joel


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