lukem
08c81a9c2d
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
2002-09-18 05:41:35 +00:00
thorpej
cbf6af9bdf
Multiline string literals are now allowed in ISO C.
2002-04-09 03:13:18 +00:00
bjh21
03ea4040c4
Extend the test to also test data_abort_address() on arm26, which can panic on
...
certain pre-indexed data transfers.
2002-03-17 13:46:45 +00:00
bjh21
15144a1641
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.
2002-03-17 12:32:28 +00:00
bjh21
e517187d89
Catch SIGSEGV, so we can exit successfully if it arrives.
2002-03-17 12:25:11 +00:00
bjh21
25b90c6bab
Small fix to assembly code to avoid "source register same as write-back base"
...
warning from GAS.
2002-03-17 12:08:13 +00:00
reinoud
089222c4d1
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.
2002-03-16 20:37:49 +00:00
itojun
0dd5877adc
put TNF 4-clause license.
...
authors - if you are okay with more relaxed license terms, or the regression
test code was derived from others, pls change them.
2002-02-21 07:38:14 +00:00
tv
220b5c059a
MKfoo=no -> NOfoo
2001-12-12 01:23:59 +00:00
rearnsha
d7b9a225cb
Include bsd.own.mk to get a default setting of OBJECT_FMT.
2001-09-01 09:53:25 +00:00
bjh21
3b01aba77a
On ARM ELF systems, check that the kernel aligns the stack pointer to an
...
8-byte boundary (as mandated by ATPCS B-01) when delivering a signal.
2001-08-06 22:29:57 +00:00