From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17247 invoked by alias); 14 Sep 2006 09:40:25 -0000 Received: (qmail 17233 invoked by uid 22791); 14 Sep 2006 09:40:21 -0000 X-Spam-Check-By: sourceware.org Received: from mail2.asahi-net.or.jp (HELO mail.asahi-net.or.jp) (202.224.39.198) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 14 Sep 2006 09:40:20 +0000 Received: from mitou.ysato.dip.jp (l247150.ppp.asahi-net.or.jp [218.219.247.150]) by mail.asahi-net.or.jp (Postfix) with ESMTP id 33A9ED9AB; Thu, 14 Sep 2006 18:40:18 +0900 (JST) Received: from ysato.dip.jp (mitou [127.0.0.1]) by mitou.ysato.dip.jp (Postfix) with ESMTP id 2161F1C18A; Thu, 14 Sep 2006 18:40:18 +0900 (JST) Received: from 222.228.157.137 (proxying for unknown) (SquirrelMail authenticated user ysato) by ysato.dip.jp with HTTP; Thu, 14 Sep 2006 18:40:18 +0900 (JST) Message-ID: <61318.222.228.157.137.1158226818.squirrel@ysato.dip.jp> Date: Thu, 14 Sep 2006 09:40:00 -0000 Subject: RE: [RFC] h8300 "info registers" fix From: "Yoshinori Sato" To: "Michael Snyder" Cc: "gdb-patches" User-Agent: SquirrelMail/1.4.8 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-2022-jp Content-Transfer-Encoding: 8bit References: <0F4DF2E21F33DD46BE7B8CDEEB0E16D307EAB2@ussunex01.palmsource.com> In-Reply-To: <0F4DF2E21F33DD46BE7B8CDEEB0E16D307EAB2@ussunex01.palmsource.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-09/txt/msg00077.txt.bz2 > > At Wed, 13 Sep 2006 00:04:58 +0900, > Yoshinori Sato wrote: >> I modified it in technique to think that I was appropriate. > > OK, much better. Just one more question. > > Your change to h8300_pseudo_register_read (and write): is it because > someone is calling the function with a one-byte buffer? I assume so, > but who is making that call? E_PSEUDO_CCR_REGNUM and E_PSEUDO_EXR_REGNUM are defined in builtin_ type_uint8 by h8300_register_type. > > Thanks, > Michael Snyder > -- Yoshinori Sato