PR10372, SH: ld test with sim/sh/run fails always
PR 10372 * testsuite/ld-sh/start.s: Add _start sym. Use trapa 34. Create an alloc .stack section.
This commit is contained in:
parent
c6e42384f1
commit
8f401e317a
@ -1,6 +1,8 @@
|
||||
.section .text
|
||||
.global start
|
||||
.global _start
|
||||
start:
|
||||
_start:
|
||||
|
||||
mov.l stack_k,r15
|
||||
|
||||
@ -19,9 +21,11 @@ main_k:
|
||||
|
||||
.global _trap
|
||||
_trap:
|
||||
trapa #3
|
||||
trapa #34
|
||||
rts
|
||||
nop
|
||||
|
||||
.section .stack
|
||||
_stack: .long 0xdeaddead
|
||||
.section .stack,"aw",%nobits
|
||||
.balign 4096
|
||||
.space 4096
|
||||
_stack:
|
||||
|
Loading…
x
Reference in New Issue
Block a user