On Thu, 2013-06-13 at 16:57 +0200, Jan Kratochvil wrote: > OK, with CentOS-6.3 && -O2 build I also get FAIL. > > This is because you broke it. > > commit f4e6062e0e4eb89e349458802b40e7315e514fd6 > Author: Mark Wielaard <[email protected]> > GCC version check attributes, noclone was introduced with GCC 4.5 > > +#define NO_INLINE_CLONE __attribute__ ((noinline, noclone)) > +#define NO_INLINE_CLONE __attribute__ ((noinline)) > -static __attribute__ ((noinline, noclone, used)) void > +static NO_INLINE_CLONE void
Doh. So sorry. I fixed it on my branch now. _______________________________________________ elfutils-devel mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/elfutils-devel
