History log of /src/regress/sys/arch/arm/abort-fixup |
Revision | Date | Author | Comments |
1.3 | 14-Oct-2006 |
bjh21 | This doesn't panic any more, so run it automatically.
|
1.2 | 18-Sep-2002 |
lukem | some makefile de-linting - list NOxxx and LDSTATIC= assignments before everything else (especially <bsd.own.mk>) - ensure <bsd.own.mk> is included before NETBSDSRCDIR is used - add missing RCSids
|
1.1 | 16-Mar-2002 |
reinoud | Add a new regression test for ARM 6 and ARM7 machines to check if unhandled instruction patterns in the early or late abort handler terminate the program with a SEGV instead of the panic it used to give.
Since this test is quite volatile if failing its not run automatically.
|
1.10 | 17-Oct-2011 |
mbalmer | Fix typo in output.
|
1.9 | 18-May-2011 |
mellon | Include err.h to provide prototype for err().
|
1.8 | 28-Apr-2008 |
martin | Remove clause 3 and 4 from TNF licenses
|
1.7 | 24-Dec-2005 |
perry | branches: 1.7.18; Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
|
1.6 | 09-Apr-2002 |
thorpej | Multiline string literals are now allowed in ISO C.
|
1.5 | 17-Mar-2002 |
bjh21 | Extend the test to also test data_abort_address() on arm26, which can panic on certain pre-indexed data transfers.
|
1.4 | 17-Mar-2002 |
bjh21 | Change the address used for abort fixup tests to be zero rather than 0xffffffff. This means that it won't generate a SIGBUS (address exception) on arm26.
|
1.3 | 17-Mar-2002 |
bjh21 | Catch SIGSEGV, so we can exit successfully if it arrives.
|
1.2 | 17-Mar-2002 |
bjh21 | Small fix to assembly code to avoid "source register same as write-back base" warning from GAS.
|
1.1 | 16-Mar-2002 |
reinoud | Add a new regression test for ARM 6 and ARM7 machines to check if unhandled instruction patterns in the early or late abort handler terminate the program with a SEGV instead of the panic it used to give.
Since this test is quite volatile if failing its not run automatically.
|
1.7.18.1 | 18-May-2008 |
yamt | sync with head.
|