public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
From: "vapier at gentoo dot org" <sourceware-bugzilla@sourceware.org>
To: gdb-prs@sourceware.org
Subject: [Bug sim/25211] sim: m68hc11: fails to remap registers when writing INIT
Date: Wed, 09 Nov 2022 14:50:51 +0000	[thread overview]
Message-ID: <bug-25211-4717-Nr0Xuv8NIF@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-25211-4717@http.sourceware.org/bugzilla/>

https://sourceware.org/bugzilla/show_bug.cgi?id=25211

Mike Frysinger <vapier at gentoo dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2022-11-09
             Target|                            |m68hc11-elf
     Ever confirmed|0                           |1

--- Comment #4 from Mike Frysinger <vapier at gentoo dot org> ---
i double checked gdb-7.1 (which was released over a decade ago) and it seems to
fail in the same way, so def not a regression.  i didn't look back further
since even that version required backporting/hacking things up to get it to
build with current toolchain versions.

to repro:
$ ./configure --target=m68hc11-elf
$ make all-sim
$ cat >test.s <<EOF
.equ INIT, 0x3D
ldaa #0
staa INIT+0x1000
EOF
$ ./gas/as-new test.s -o test.o
$ ./ld/ld-new test.o -o test
$ ./sim/m68hc11/run ./test
/m68hc11: hw_attach_address: no parent attach method
program stopped with signal 6 (Aborted).

-- 
You are receiving this mail because:
You are on the CC list for the bug.

  parent reply	other threads:[~2022-11-09 14:51 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <bug-25211-4717@http.sourceware.org/bugzilla/>
2021-01-11  6:54 ` [Bug sim/25211] m68hc11 sim " vapier at gentoo dot org
2021-01-12  8:32 ` f4grx+bzsw at f4grx dot net
2021-10-31 17:27 ` [Bug sim/25211] sim: m68hc11: " vapier at gentoo dot org
2022-11-08  8:50 ` vapier at gentoo dot org
2022-11-09 14:50 ` vapier at gentoo dot org [this message]
2022-11-09 15:17 ` f4grx+bzsw at f4grx dot net
2022-11-10 15:05 ` vapier at gentoo dot org
2022-12-20  1:32 ` vapier at gentoo dot org
2023-01-12 15:41 ` f4grx+bzsw at f4grx dot net

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=bug-25211-4717-Nr0Xuv8NIF@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=gdb-prs@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).