From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14738 invoked by alias); 7 Jan 2003 22:00:36 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 13438 invoked from network); 7 Jan 2003 21:59:19 -0000 Received: from unknown (HELO mail.cs.umass.edu) (128.119.243.168) by 209.249.29.67 with SMTP; 7 Jan 2003 21:59:19 -0000 Received: from localhost (IDENT:YUnkWEzLFMYQd7/AtWEUBHvJIJzft/6Y@loki.cs.umass.edu [128.119.243.168]) by mail.cs.umass.edu (8.12.6/8.12.5) with ESMTP id h07LwTlU027003; Tue, 7 Jan 2003 16:58:30 -0500 Date: Tue, 07 Jan 2003 22:00:00 -0000 Message-Id: <20030107.165827.59487146.kazu@cs.umass.edu> To: dvenkat@noida.hcltech.com Cc: gdb-patches@sources.redhat.com, newlib@sources.redhat.com Subject: Re: PATCH : H8300 Simulator File I/O Implementation From: Kazu Hirata In-Reply-To: References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Checked: This message probably not SPAM X-Spam-Score: -3.4, Required: 5 X-Spam-Tests: IN_REP_TO X-Spam-Report: SPAM: -3.4 hits, 5 required; SPAM: * -3.4 -- Found a In-Reply-To header X-Scanned-By: MIMEDefang 2.26 (www . roaringpenguin . com / mimedefang) X-SW-Source: 2003-01/txt/msg00292.txt.bz2 Hi Venky, > Based on my earlier mail: > > http://sources.redhat.com/ml/gdb-patches/2002-12/msg00760.html > > and subsequent ideas and suggestions from Kazu Hirata, I am > submitting the modified patches. Thanks, > ;int open(const char *pathname, int flags); > ;Integer arguments have to be zero extended. > ;The second argument is taken from the stack, > ;hence it is not zero extended here. By the second argument, do you mean flags? If so, it is in regster r1 or er1 in all variants of H8, I think. Kazu Hirata