cvs commit: src/lib/libpthread/arch/ia64/include pthread_md.h

Marcel Moolenaar marcel at xcllnt.net
Mon Jul 12 09:51:08 PDT 2004


On Mon, Jul 12, 2004 at 07:44:42AM -0700, Steve Kargl wrote:
> On Mon, Jul 12, 2004 at 07:41:01AM +0000, David Xu wrote:
> > davidxu     2004-07-12 07:41:01 UTC
> > 
> >   FreeBSD src repository
> > 
> >   Modified files:
> >     lib/libpthread/arch/ia64/include pthread_md.h 
> >   Log:
> >   kse_switchin ABI was changed in kernel.
> >   
> 
> Do we need to bump the library version number?

Since ia64 is tier 2 and not widely used, I was fine with breaking
the ABI in this respect. The syscall is not used for non-threaded
processes, which means that pretty much all of src is unaffected. I
don't think we should complicate matters by doing a version bump,
because you either want to do that only on ia64, which is a pain,
or you do it across the board. In that case you make it visible to
all our users and possibly create complications for later when
the KSE library gets support for debugging and you have your users
still using the old version.

Nah... it's good this way... 

-- 
 Marcel Moolenaar	  USPA: A-39004		 marcel at xcllnt.net


More information about the cvs-src mailing list