Commit 1eaa8ab0 by Jim Wilson Committed by Jim Wilson

Enable nonlocal goto testcase for i960.

	* execute/920501-7.c (main): Delete __I960__ ifndef.

From-SVN: r26284
parent 47cf37f9
Wed Apr 7 23:08:59 1999 Jim Wilson <wilson@cygnus.com>
* execute/920501-7.c (main): Delete __I960__ ifndef.
Mon Mar 22 14:55:58 1999 Jim Wilson <wilson@cygnus.com>
* execute/bf-sign-2.c (main): Replace struct sizeof test with 4.
......
......@@ -23,12 +23,10 @@ x(a)
main ()
{
#ifndef __I960__
#ifndef NO_LABEL_VALUES
if (x (DEPTH) != DEPTH)
abort ();
#endif
#endif
exit (0);
}
/* END CYGNUS LOCAL -- meissner/no label values */
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