
Some assembly code to cause unaligned access as well as segmentation faults to exercise the data abort path. Change-Id: Ie419114b76a8db849537a94fda781019cf14d50d
8 lines
180 B
Makefile
8 lines
180 B
Makefile
PROGS+= test_arm_segfault
|
|
PROGS+= test_arm_unaligned
|
|
|
|
.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}
|
|
|
|
test_arm_segfault.o : test_arm_segfault.S
|
|
test_arm_unaligned.o : test_arm_unaligned.S
|