From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 119243 invoked by alias); 30 Nov 2016 18:25:13 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 119221 invoked by uid 89); 30 Nov 2016 18:25:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy= X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-wj0-f194.google.com Received: from mail-wj0-f194.google.com (HELO mail-wj0-f194.google.com) (209.85.210.194) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 30 Nov 2016 18:25:11 +0000 Received: by mail-wj0-f194.google.com with SMTP id kp2so23481106wjc.0; Wed, 30 Nov 2016 10:25:10 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=wYyN7wU50RBUqbVQn8CY+m9NxwcvEIhRT8C4bRaDhJY=; b=kgu31xScELqqCPXkokwImUViBa+tUmBgATKPtugL7gCQjTieDULDVVT8PMaV0eez6S P97VPynZCkqK2a8BpAgMRNEZXEED9Y9eBw5jPPiiK1o5uTTXBbsCSBLpC6t0ZFCI2nFv t3YgsBRqh9PvOqVjiD/zr/M2LX9+a78ph5L3MtCRourgmXh6eQ8PgAiJDSsEiuNWvacD QsSB9hE0BRqjGgGCOvJh7ZvNlGusPJxKpojal4ZOJrgDnLvN3CciPY3ODtnpRbMfbIdt ierL6vzATWRhX5jKdQ1u9sVb6z0GfF/W+iFa41qRUUoZH05DMORja+8OIPSASkwMQ1BP UN4g== X-Gm-Message-State: AKaTC01UOM3Ge7NgKtIS4HkAkL+l7qoAcp01v3HYqsqR70IcjBzdtq6hoQ8jcehKe9W/9Q== X-Received: by 10.194.109.42 with SMTP id hp10mr5861355wjb.167.1480530308984; Wed, 30 Nov 2016 10:25:08 -0800 (PST) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id d184sm9264657wmd.8.2016.11.30.10.25.05 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Wed, 30 Nov 2016 10:25:08 -0800 (PST) Date: Wed, 30 Nov 2016 18:25:00 -0000 From: Yao Qi To: Jiong Wang Cc: Jakub Jelinek , Mark Wielaard , "Richard Earnshaw (lists)" , gcc-patches , gdb-patches@sourceware.org, Binutils Subject: Re: [1/9][RFC][DWARF] Reserve three DW_OP numbers in vendor extension space Message-ID: <20161130182457.GJ22209@E107787-LIN> References: <72418e98-a400-c503-e8ce-c3fbe1ecc4a7@foss.arm.com> <20161111193859.GJ3541@tucnak.redhat.com> <20161115161817.GL3541@tucnak.redhat.com> <5896be40-51de-55f7-f4a1-4c5af7ff9aec@foss.arm.com> <1479304496.14569.256.camel@redhat.com> <20161116140218.GU3541@tucnak.redhat.com> <07b84003-4e73-8a7f-f949-4c3500e4ffc4@foss.arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <07b84003-4e73-8a7f-f949-4c3500e4ffc4@foss.arm.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2016-11/txt/msg01008.txt.bz2 On Wed, Nov 30, 2016 at 11:15:22AM +0000, Jiong Wang wrote: > > Hi GDB, Binutils maintainer: > > OK on this proposal and install this patch to binutils-gdb master? > This proposal is good to GDB, as long as you add a gdbarch hook and move the code handling DW_CFA_GNU_window_save in gdb/dwarf2-frame.c:execute_cfa_program to sparc-tdep.c or/and sparc64-tdep.c. -- Yao (齐尧)