On Wed, May 14, 2014 at 01:16:29PM +0900, Masatake YAMATO wrote: [...] > diff --git a/tests/stack-fcall.c b/tests/stack-fcall.c > new file mode 100644 > index 0000000..3e6ffd4 > --- /dev/null > +++ b/tests/stack-fcall.c > @@ -0,0 +1,27 @@ > +#include <unistd.h> > +#include <sys/types.h> > + > +/* volatile is used to protect 'call' is converted to 'jump' > + by gcc. > + > + I cannot find the way not to apply -O0 to this program > + in info doc of automake. */
stack_fcall_CFLAGS = $(AM_CFLAGS) -O0 -- ldv
pgprngAMofana.pgp
Description: PGP signature
------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs
_______________________________________________ Strace-devel mailing list Strace-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/strace-devel