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: [PATCH] compile: Use libcc1.so->libcc1.so.0


On Thu, 23 Apr 2015 14:06:53 +0200, Pedro Alves wrote:
> Yes, if the versions are compatible, and if the version is recorded in
> a field in the returned context structure, then will even be simpler to just
> return the highest version compatible, than my suggestion of having gdb
> try both v1 and fallback to v0, which can be left for when we decide to make
> a vN+1 that is not compatible with vN.  This is just like duck typing.

OK, so I will implement both compatibility (1) and (2) according to this
scheme.


Thanks,
Jan


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