From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25792 invoked by alias); 22 Sep 2003 16:27:18 -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 25770 invoked from network); 22 Sep 2003 16:27:17 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.131) by sources.redhat.com with SMTP; 22 Sep 2003 16:27:17 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id ABFBE2B89; Mon, 22 Sep 2003 12:27:17 -0400 (EDT) Message-ID: <3F6F22E5.3000902@redhat.com> Date: Mon, 22 Sep 2003 16:27:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: SH patch 2 (was Re: [RFA] SH: Deprecate deprecated functions, use new frame interface) References: <20030908165510.GK1859@cygbert.vinschen.de> <16226.1322.230352.450541@localhost.redhat.com> <20030915160111.GA9283@cygbert.vinschen.de> <16231.17730.828347.741094@localhost.redhat.com> <20030916172606.GU9981@cygbert.vinschen.de> <20030916173038.GA25459@nevyn.them.org> <20030922143254.GR9981@cygbert.vinschen.de> <20030922144405.GA20343@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-09/txt/msg00467.txt.bz2 > What does that mean? How does that affect the approval of my code >> as it is now? > > > I can't answer the second question, but I can answer the first. > > DW_OP_piece is not supported yet. Kevin B. put together a nice little > patch for a strictly limited case of DW_OP_piece triggered by the > PowerPC e500 port; I don't know if this SH occurance is similar or a > more general usage. I thought a workaround was now possible using the latest convert methods. I need to change the NEWS entry on location expressions so that people don't think it is complete. Andrew