public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
From: Alan Modra <amodra@sourceware.org>
To: bfd-cvs@sourceware.org
Subject: [binutils-gdb] PR10372, SH: ld test with sim/sh/run fails always
Date: Thu, 25 Aug 2022 04:33:33 +0000 (GMT)	[thread overview]
Message-ID: <20220825043333.617F2385DC31@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8f401e317af76b1f55fa05d5d6903814c2a5a0bf

commit 8f401e317af76b1f55fa05d5d6903814c2a5a0bf
Author: Alan Modra <amodra@gmail.com>
Date:   Thu Aug 25 12:24:39 2022 +0930

    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.

Diff:
---
 ld/testsuite/ld-sh/start.s | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

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:

                 reply	other threads:[~2022-08-25  4:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220825043333.617F2385DC31@sourceware.org \
    --to=amodra@sourceware.org \
    --cc=bfd-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).