> > gdb/ppc-linux-nat.c:1511: code: inline: Do not use the inline attribute; since the compiler generally ignores this, better algorithm selection is needed to improved performance > gdb/ppc-linux-nat.c:1511:static inline int I checked in the attached patch to get rid of this new warning... 2010-04-23 Joel Brobecker Fix ARI warning. * ppc-linux-nat.c (booke_cmp_hw_point): Do not mark inline. -- Joel