From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 51361 invoked by alias); 5 Apr 2017 13:56:47 -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 51346 invoked by uid 89); 5 Apr 2017 13:56:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy= X-HELO: mail-wr0-f196.google.com Received: from mail-wr0-f196.google.com (HELO mail-wr0-f196.google.com) (209.85.128.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 05 Apr 2017 13:56:45 +0000 Received: by mail-wr0-f196.google.com with SMTP id t20so2939644wra.2 for ; Wed, 05 Apr 2017 06:56:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=B1nvAY91MGY7KUbyLuwm1Wgp6Q9Z7kko3g1UMgQL5nc=; b=c2/pT087mEHC+VGKtQE98BmqViQGFOu2te1QqkE0i331BkxZyxQnmgeN0p80lclDqn y5yyhmWf61iaDBOE0aGl38Z6XXkGgT+6xL85vCnWBaqP1E1pCa0m0jkHcRc9cxPHEpGC Hq5/8R+GiBmwBQx2x1goVR+ATuYXts85OfmdKwGCwG40dn+0PmxvV6/sCjGQ+ceXVzPT dK3YcKz8CNR1M1MgnG6rdht6LL6hvv7Cnn7kvJP+p43y97q7DTiAxtpTPPYBCk8wutTy 95LT+4G1XLZbiGzoA0LDqF8CbPHHEjdMi+7q63xVtxcYnKPhJ+31sAlpGNrIqFIVF7Td WNpg== X-Gm-Message-State: AFeK/H3+I7fl/D60RTfsrlzv+68UD4TRiTgVppRuobZr3gVz/pmrcigjWS8/utKGojzjnA== X-Received: by 10.28.207.14 with SMTP id f14mr19630747wmg.72.1491400604483; Wed, 05 Apr 2017 06:56:44 -0700 (PDT) Received: from E107787-LIN ([194.214.185.158]) by smtp.gmail.com with ESMTPSA id 110sm26196108wra.49.2017.04.05.06.56.43 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Wed, 05 Apr 2017 06:56:43 -0700 (PDT) From: Yao Qi To: Pedro Alves Cc: Alan Hayward , "gdb-patches\@sourceware.org" Subject: Re: extract_unsigned_integer API (Re: [PATCH] Remove MAX_REGISTER_SIZE from frame.c) References: <86lgspqisk.fsf@gmail.com> <5f2f0cb0-6265-46aa-4ad6-eda5ba817da4@redhat.com> <8660itnzvv.fsf@gmail.com> <93774758-0354-c67b-9733-005b3d56fbfa@redhat.com> <2427e9d3-4d91-7d63-a8e4-36aeb233b86e@redhat.com> <86d1ctlhin.fsf@gmail.com> <7387cd88-0ed5-38b8-c56c-de6120f08e6a@redhat.com> Date: Wed, 05 Apr 2017 13:56:00 -0000 In-Reply-To: <7387cd88-0ed5-38b8-c56c-de6120f08e6a@redhat.com> (Pedro Alves's message of "Tue, 4 Apr 2017 12:01:34 +0100") Message-ID: <86h923ot48.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00105.txt.bz2 Pedro Alves writes: > Fine with me. Patch is pushed in. --=20 Yao (=E9=BD=90=E5=B0=A7)