Commit 44be169c by Catherine Moore Committed by Catherine Moore

check for NO_TRAMPOLINES.

From-SVN: r33257
parent c35971c8
Wed Apr 19 09:16:32 2000 Catherine Moore <clm@cygnus.com>
* execute/921017-1.c: Check for NO_TRAMPOLINES.
2000-04-19 Greg McGary <gkm@gnu.org>
* execute/20000419-1.c: New test for arg clobbering with
......
......@@ -10,6 +10,8 @@ f(n)
}
main()
{
#ifndef NO_TRAMPOLINES
if(f(2)!=4711)abort();
#endif
exit(0);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment