From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9120 invoked by alias); 5 Nov 2015 10:35:32 -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 9101 invoked by uid 89); 5 Nov 2015 10:35:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f45.google.com Received: from mail-pa0-f45.google.com (HELO mail-pa0-f45.google.com) (209.85.220.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 05 Nov 2015 10:35:30 +0000 Received: by pabfh17 with SMTP id fh17so84267872pab.0 for ; Thu, 05 Nov 2015 02:35:29 -0800 (PST) X-Received: by 10.68.143.40 with SMTP id sb8mr8468025pbb.107.1446719729022; Thu, 05 Nov 2015 02:35:29 -0800 (PST) Received: from E107787-LIN (gcc2-power8.osuosl.org. [140.211.9.43]) by smtp.gmail.com with ESMTPSA id fx3sm7119342pbb.60.2015.11.05.02.35.27 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Thu, 05 Nov 2015 02:35:28 -0800 (PST) From: Yao Qi To: Yao Qi Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 0/3] Use aarch64_decode_insn more in GDB References: <1446129722-11855-1-git-send-email-yao.qi@linaro.org> <86lhacye32.fsf@gmail.com> Date: Thu, 05 Nov 2015 10:35:00 -0000 In-Reply-To: <86lhacye32.fsf@gmail.com> (Yao Qi's message of "Thu, 05 Nov 2015 09:45:21 +0000") Message-ID: <86h9l0ybrq.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: 2015-11/txt/msg00177.txt.bz2 Yao Qi writes: > I pushed them in. Looks patch #2 breaks the build and buildbot complains about it. Patch #3 should fix the build breakage. I should push patch #2 and #3 in a single commit. Sorry about that. --=20 Yao (=E9=BD=90=E5=B0=A7)