projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6e4238
)
PR10372, SH: ld test with sim/sh/run fails always
author
Alan Modra
<amodra@gmail.com>
Thu, 25 Aug 2022 02:54:39 +0000
(12:24 +0930)
committer
Alan Modra
<amodra@gmail.com>
Thu, 25 Aug 2022 04:03:39 +0000
(13:33 +0930)
PR 10372
* testsuite/ld-sh/start.s: Add _start sym. Use trapa 34. Create
an alloc .stack section.
ld/testsuite/ld-sh/start.s
patch
|
blob
|
history
diff --git
a/ld/testsuite/ld-sh/start.s
b/ld/testsuite/ld-sh/start.s
index 2af4c799f33dd7b9920626a6a6410d100f0791cf..71071ed33bdd9c87a1802c8c999ccb6ba74f724a 100644
(file)
--- a/
ld/testsuite/ld-sh/start.s
+++ b/
ld/testsuite/ld-sh/start.s
@@
-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 #3
4
rts
nop
- .section .stack
-_stack: .long 0xdeaddead
+ .section .stack,"aw",%nobits
+ .balign 4096
+ .space 4096
+_stack: