History log of /netbsd/regress/sys/arch/arm/abort-fixup/Makefile (Results 1 – 3 of 3)
Revision Date Author Comments
# 00fc4b56 14-Oct-2006 bjh21 <bjh21@NetBSD.org>

This doesn't panic any more, so run it automatically.


# 08c81a9c 18-Sep-2002 lukem <lukem@NetBSD.org>

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


# 089222c4 16-Mar-2002 reinoud <reinoud@NetBSD.org>

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
g

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.

show more ...