History log of /src/regress/sys/arch/arm |
Revision | Date | Author | Comments |
1.4 | 06-Jul-2010 |
mrg | remove almost all the ability to build netbsd with an a.out target. we're ELF now, and there are many missing checks against OBJECT_FMT. if we ever consider switching, the we can figure out what new ones we need but for now it's just clutter.
this doesn't remove any of the support for exec_aout or any actually required-for-boot a.out support, only the ability to build a netbsd release in a.out format. ie, most of this code has been dead for over a decade.
i've tested builds on vax, amd64, i386, mac68k, macppc, sparc, atari, amiga, shark, cats, dreamcast, landisk, mmeye and x68k. this covers the 5 MACHINE_ARCH's affected, and all the other arch code touched. it also includes some actual run-time testing of sparc, i386 and shark, and i performed binary comparison upon amiga and x68k as well.
some minor details relevant: - move shlib.[ch] from ld.aout_so into ldconfig proper, and cut them down to only the parts ldconfig needs - remove various unused source files - switch amiga bootblocks to using elf2bb.h instead of aout2bb.h
|
1.3 | 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.2 | 01-Sep-2001 |
rearnsha | Include bsd.own.mk to get a default setting of OBJECT_FMT.
|
1.1 | 06-Aug-2001 |
bjh21 | 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.
|
1.1 | 06-Aug-2001 |
bjh21 | 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.
|
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.
|
1.3 | 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.2 | 12-Dec-2001 |
tv | MKfoo=no -> NOfoo
|
1.1 | 06-Aug-2001 |
bjh21 | 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.
|
1.4 | 18-May-2011 |
mellon | Include err.h and unistd.h to provide protos for err() and getpid().
|
1.3 | 28-Apr-2008 |
martin | Remove clause 3 and 4 from TNF licenses
|
1.2 | 21-Feb-2002 |
itojun | branches: 1.2.32; 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.
|
1.1 | 06-Aug-2001 |
bjh21 | 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.
|
1.2.32.1 | 18-May-2008 |
yamt | sync with head.
|
1.1 | 06-Aug-2001 |
bjh21 | 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.
|