From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32441 invoked by alias); 10 Feb 2016 16:45:36 -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 32428 invoked by uid 89); 10 Feb 2016 16:45:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-pf0-f171.google.com Received: from mail-pf0-f171.google.com (HELO mail-pf0-f171.google.com) (209.85.192.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 10 Feb 2016 16:45:33 +0000 Received: by mail-pf0-f171.google.com with SMTP id c10so14790008pfc.2 for ; Wed, 10 Feb 2016 08:45:27 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type :content-transfer-encoding; bh=XcDqcp6Atavb7Mdcr/rPpg0ITY5QnpJylGS/Iw0zGBc=; b=Ket6D5i90PYkBctPdxqkDiU5KsLA6yYZegEWiZF6fV0n/cPrBzq2B0R6GDAegw7ka2 DWlcnvvvMRSB5Z7z/jgYgJ9Pq0wJP2kWOt03o0ACyRfLDqAj1N/UlDORN8YG9BbKzQxE NHrym4pFkAFFEf0IjvnNBoho5y7reBiVoeZWjRfFyAWaLbdgy/CHhxgQsxYu4KX+yg3a bCGEPbf1fQY/sX6DIx4wGvvDJGkzby6FftWZlDXw/wEuFrSVEE77/9sKnW5sErBdfiAY Yu5TTOFo+W5Zh8ZSOyWnvEG+4lhfn14BCW9XpfG+dSlr0EeTF824o86bb4H5vpAxvzmU 6jUA== X-Gm-Message-State: AG10YOQKSDR96otCsQPrEu69GmT5VN0zdCZxhG+rLu4TuS7PzO3MdrFNdaAcAGGVngO0hA== X-Received: by 10.98.17.28 with SMTP id z28mr46754275pfi.38.1455122725723; Wed, 10 Feb 2016 08:45:25 -0800 (PST) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id ud10sm6386017pab.27.2016.02.10.08.45.23 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Wed, 10 Feb 2016 08:45:24 -0800 (PST) From: Yao Qi To: Yao Qi Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] Clear *VAL in regcache_raw_read_unsigned References: <1455029644-6197-1-git-send-email-yao.qi@linaro.org> Date: Wed, 10 Feb 2016 16:45:00 -0000 In-Reply-To: <1455029644-6197-1-git-send-email-yao.qi@linaro.org> (Yao Qi's message of "Tue, 9 Feb 2016 14:54:04 +0000") Message-ID: <86egckqztq.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: 2016-02/txt/msg00305.txt.bz2 Yao Qi writes: > Regression tests are still running. I'll push it in if there is no > regression in tests. > > gdb/gdbserver: > > 2016-02-09 Yao Qi > > * regcache.c (regcache_raw_read_unsigned): Clear *VAL. Regression test on arm-linux is done. I push it in to both master and 7.11 branch. Note that this function is only used for software single step on arm-linux, so I run tests for arm-linux target. --=20 Yao (=E9=BD=90=E5=B0=A7)