This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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 5/8] Move i486/pthread_spin_trylock.S to pthread_spin_trylock.S


On Wed, 26 Aug 2015, H.J. Lu wrote:

> Since glibc doesn't support i386 any more, we can move
> i486/pthread_spin_trylock.S to pthread_spin_trylock.S

The i686 version wasn't just a #include - you're losing the HAVE_CMOV 
define in this patch.

This illustrates the use of testing these patches by making sure that 
stripped installed shared libraries (for each of i486, i586 and i686) are 
identical before and after the patch series.

-- 
Joseph S. Myers
joseph@codesourcery.com


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