public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* Signal 4 from h8300-hms-run
@ 2003-07-03 22:00 Kazu Hirata
  2003-07-03 23:09 ` Kazu Hirata
  2003-07-04  0:01 ` Michael Snyder
  0 siblings, 2 replies; 5+ messages in thread
From: Kazu Hirata @ 2003-07-03 22:00 UTC (permalink / raw)
  To: gdb; +Cc: msnyder, rsandifo, dvenkat

Hi,

While playing with the mainline of gdb, I noticed that h8300-hms-run
does not seem to simulate the following.

	.h8300h
	.section .rodata
	.align 2
.L9:
	.long	1234
	.align 1
	.global _main
_main:
	sub.l	er0,er0
	mov.l	@(.L9,er0),er0
	sub.l	er0,er0
	rts
	.end

The expected output is nothing, but h8300-hms-run says

  program stopped with signal 4.

If I change @(.L9,er0) to @.L9, I don't get the error any more.  I am
currently getting a lot of failures in gcc testsuite, and I am
wondering if they all come from the same reason.  I haven't figures
out how this happens or which patch is causing this.  The problem
occurs with or without

  http://sources.redhat.com/ml/gdb-patches/2003-07/msg00053.html

Kazu Hirata

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-07-04  2:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-03 22:00 Signal 4 from h8300-hms-run Kazu Hirata
2003-07-03 23:09 ` Kazu Hirata
2003-07-04  0:01 ` Michael Snyder
2003-07-04  1:32   ` Kazu Hirata
2003-07-04  2:14   ` Kazu Hirata

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).