﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	field_blocks	field_dependson	field_seealso
491	arm32: Loader issue with -march=armv5 and ALIGN(., 8) in the linker script	Jan Vesely	Jiri Svoboda	"Using -march=armv5 to compile integratorcp target (attached armv5.patch):
Task init:ns (18107582119936) killed due to an exception at program counter 0x00000002.
r0 =0x00000000	r1 =0x00000000	r2 =0xf0006000	r3 =0x00000000
r4 =0x00000000	r5 =0x00000000	r6 =0x00000000	r7 =0x00000000
r8 =0x00000000	r9 =0x00000000	r10=0x00000000	fp =0x00000000
r12=0x00000000	sp =0x80000000	lr =0x00000000	spsr=0x60000050
Kill message: Page fault: 0x0.

All initial tasks fail for the same reason.
Program counter is bogus (see #490), but gdb and ns.disassm mismatch:
ns.disassm
00001078 <__entry>:
    1078:       e59f0018        ldr     r0, [pc, #24]   ; 1098 <__entry+0x20>
    107c:       e5802000        str     r2, [r0]
    1080:       e3a0b000        mov     fp, #0
    1084:       e1a0c00d        mov     ip, sp

gdb:
=> 0x00001078 <+0>:	str	r2, [r0]
   0x0000107c <+4>:	mov	r11, #0
   0x00001080 <+8>:	mov	r12, sp

"	defect	closed	minor	0.6.0	helenos/srv/loader	mainline	fixed					
