Enable nonlocal goto testcase for i960.

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

From-SVN: r26284
This commit is contained in:
Jim Wilson 1999-04-07 23:11:06 +00:00 committed by Jim Wilson
parent 47cf37f924
commit 1eaa8ab08f
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -23,11 +23,9 @@ x(a)
main ()
{
#ifndef __I960__
#ifndef NO_LABEL_VALUES
if (x (DEPTH) != DEPTH)
abort ();
#endif
#endif
exit (0);
}