public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* PR10372, SH: ld test with sim/sh/run fails always
@ 2022-08-25  4:32 Alan Modra
  0 siblings, 0 replies; only message in thread
From: Alan Modra @ 2022-08-25  4:32 UTC (permalink / raw)
  To: binutils

	PR 10372
	* testsuite/ld-sh/start.s: Add _start sym.  Use trapa 34.  Create
	an alloc .stack section.

diff --git a/ld/testsuite/ld-sh/start.s b/ld/testsuite/ld-sh/start.s
index 2af4c799f33..71071ed33bd 100644
--- 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 #34
 	rts
 	nop
 
-	.section .stack
-_stack:	.long	0xdeaddead
+	.section .stack,"aw",%nobits
+	.balign 4096
+	.space 4096
+_stack:

-- 
Alan Modra
Australia Development Lab, IBM

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-08-25  4:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-25  4:32 PR10372, SH: ld test with sim/sh/run fails always Alan Modra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).