From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123791 invoked by alias); 3 Jan 2017 17:47:38 -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 123760 invoked by uid 89); 3 Jan 2017 17:47:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.3 required=5.0 tests=AWL,BAYES_40,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=clifton, Clifton, nickcredhatcom, sk:nickcr X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-qk0-f195.google.com Received: from mail-qk0-f195.google.com (HELO mail-qk0-f195.google.com) (209.85.220.195) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 03 Jan 2017 17:47:36 +0000 Received: by mail-qk0-f195.google.com with SMTP id t184so51340983qkd.1; Tue, 03 Jan 2017 09:47:36 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=hk91e50GkEsWDypFhSTWqclVEDG+2QjxxMIJIFYBPLs=; b=bUs+pm9+183kqqcQ7fWVmGRX1YUKiEfxSwZOC5Abi+GfrseRQAOp3eceZq1k76YVET +jIIy+R0kZCTzARV67uED7bnnmTvpYgHBZTO734+PsEsUu+GqZlhYG2uPr+dzneayat4 fG6WrXEd+KJKgT0PrPgbc1w8BdZvoZYf6tBmv+owMp9BL+Z2+ytMgpsMTEBch+NKPdbE YzsLOx7kqaS+jXQ5LNBXFmO6+EJ67M5inGpVZkE+gycnUHilKCcoBhtRfY1ZwxpwPY7B 1QEWJVM4Ub8EJaakiF7v05naIfCNjKJKecyMCOyGmKL9OCiMZukWPnY+MBvH06GpDz5e ZozQ== X-Gm-Message-State: AIkVDXLMqDKqcJpTcJeBlTnTUij1l1gb3Ow1x9w2JUY8ezB6e9AJdyoLdo7nDbaaDwCIK/H7GjyHBLMGHaHheA== X-Received: by 10.55.157.17 with SMTP id g17mr58364186qke.122.1483465655054; Tue, 03 Jan 2017 09:47:35 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.144.11 with HTTP; Tue, 3 Jan 2017 09:47:34 -0800 (PST) In-Reply-To: <49b458a3-861b-cfcb-8c9f-7e49641b5fcc@redhat.com> 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> <42e05bed-4819-3acb-1e3c-8982910e875f@foss.arm.com> <49b458a3-861b-cfcb-8c9f-7e49641b5fcc@redhat.com> From: Yao Qi Date: Tue, 03 Jan 2017 17:47:00 -0000 Message-ID: Subject: Re: [1/9][RFC][DWARF] Reserve three DW_OP numbers in vendor extension space To: Nick Clifton Cc: Jiong Wang , GDB , Binutils , "Richard Earnshaw (lists)" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-01/txt/msg00017.txt.bz2 On Tue, Jan 3, 2017 at 3:21 PM, Nick Clifton wrote: > I have now sync'ed the binutils copy with the current master copy in the = gcc > repository. Thanks for doing this, Nick. --=20 Yao (=E9=BD=90=E5=B0=A7)