From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29555 invoked by alias); 3 Jul 2003 23:09:13 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 29536 invoked from network); 3 Jul 2003 23:09:13 -0000 Received: from unknown (HELO mail.cs.umass.edu) (128.119.243.168) by sources.redhat.com with SMTP; 3 Jul 2003 23:09:13 -0000 Received: from localhost (IDENT:TAHMPflfFCfNbKwAKeTgzf5pIbfBuQdf@loki.cs.umass.edu [128.119.243.168]) by mail.cs.umass.edu (8.12.9/8.12.5) with ESMTP id h63N8ZIN005197; Thu, 3 Jul 2003 19:08:35 -0400 Date: Thu, 03 Jul 2003 23:09:00 -0000 Message-Id: <20030703.190835.35674678.kazu@cs.umass.edu> To: gdb@sources.redhat.com Cc: msnyder@redhat.com, rsandifo@redhat.com, dvenkat@noida.hcltech.com Subject: Re: Signal 4 from h8300-hms-run From: Kazu Hirata In-Reply-To: <20030703.175942.48518372.kazu@cs.umass.edu> References: <20030703.175942.48518372.kazu@cs.umass.edu> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Net-Tests: NO (loki, relay 128.119.243.168) X-Spam-Checked: This message probably not SPAM X-Spam-Score: -2, Required: 5 X-Spam-Tests: IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES X-Spam-Report: ---- Start SpamAssassin results -2.00 points, 5 required; * -0.5 -- Has a valid-looking References header * -0.5 -- Has a In-Reply-To header * -0.5 -- BODY: Contains what looks like a quoted email text * -0.5 -- Reply with quoted text ---- End of SpamAssassin results X-Scanned-By: MIMEDefang 2.30 (www . roaringpenguin . com / mimedefang) X-SW-Source: 2003-07/txt/msg00070.txt.bz2 Hi, > While playing with the mainline of gdb, I noticed that h8300-hms-run > does not seem to simulate the following. The problem is due to one of the following patch from Richard Sandiford. Probably the first one is related to this problem as it touches "register + offset" addressing. http://sources.redhat.com/ml/binutils-cvs/2003-06/msg00233.html http://sources.redhat.com/ml/binutils-cvs/2003-06/msg00234.html Kazu Hirata