Mercurial > flash_v2
diff packages/kernel/current/tests/except1.cxx @ 161:ac086aa3217e
Merge from eCos master repository on 2001-06-08-21:11:51-BST
| author | jlarmour |
|---|---|
| date | Sun, 10 Jun 2001 19:35:23 +0000 |
| parents | eb9fd8c04db3 |
| children | 353a011b23b8 |
line wrap: on
line diff
--- a/packages/kernel/current/tests/except1.cxx +++ b/packages/kernel/current/tests/except1.cxx @@ -23,7 +23,7 @@ // // The Initial Developer of the Original Code is Red Hat. // Portions created by Red Hat are -// Copyright (C) 1998, 1999, 2000 Red Hat, Inc. +// Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc. // All Rights Reserved. // ------------------------------------------- // @@ -169,9 +169,6 @@ static void entry0( CYG_ADDRWORD data ) // The exception generated by the SIM is not recognized by GDB. // PR 19945 workaround. CYG_TEST_NA("Not applicable to PowerPC SIM"); -#elif defined(CYGPKG_HAL_I386_LINUX) - // We can't catch segmentation violation exceptions on Linux. - CYG_TEST_NA("Not applicable to synthetic target"); #endif for(n = CYGNUM_HAL_EXCEPTION_MIN; n <= CYGNUM_HAL_EXCEPTION_MAX; n++) {
