From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17695 invoked by alias); 18 Jul 2003 00:08:48 -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 17667 invoked from network); 18 Jul 2003 00:08:48 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 18 Jul 2003 00:08:48 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200] (may be forged)) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h6I08lH10997 for ; Thu, 17 Jul 2003 20:08:47 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h6I08hS11844; Thu, 17 Jul 2003 20:08:43 -0400 Received: from redhat.com (reddwarf.sfbay.redhat.com [172.16.24.50]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id h6I08hK26520; Thu, 17 Jul 2003 17:08:43 -0700 Message-ID: <3F173A8B.6080509@redhat.com> Date: Fri, 18 Jul 2003 00:08:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kazu Hirata CC: gdb-patches@sources.redhat.com, rsandifo@redhat.com, dvenkat@noida.hcltech.com Subject: Re: [RFA] h8-sim: all IMM16s should be zero-extended References: <3F03322B.5050107@redhat.com> <20030702.163303.01026002.kazu@cs.umass.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-07/txt/msg00332.txt.bz2 Kazu Hirata wrote: > Hi Michael, > > >>According to the docs (and I believe this was also the prior >>simulator behavior), immediates should always be zero-extended. > > > This is cool and probably solves the problem I posted at > > http://sources.redhat.com/ml/gdb-patches/2003-06/msg00751.html > > Thanks! > > Kazu Hirata > committed.