From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32534 invoked by alias); 25 Jun 2012 13:32:52 -0000 Received: (qmail 32509 invoked by uid 22791); 25 Jun 2012 13:32:49 -0000 X-SWARE-Spam-Status: No, hits=-4.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 25 Jun 2012 13:32:35 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1Sj9P6-0001dF-6H from Yao_Qi@mentor.com ; Mon, 25 Jun 2012 06:32:32 -0700 Received: from SVR-ORW-FEM-03.mgc.mentorg.com ([147.34.97.39]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Mon, 25 Jun 2012 06:32:31 -0700 Received: from qiyao.dyndns.org (147.34.91.1) by svr-orw-fem-03.mgc.mentorg.com (147.34.97.39) with Microsoft SMTP Server id 14.1.289.1; Mon, 25 Jun 2012 06:32:31 -0700 From: Yao Qi To: CC: Thiago Jung Bauermann , Pedro Alves Subject: Re: [patch] Support bionic's jmp_buf. Date: Mon, 25 Jun 2012 13:32:00 -0000 Message-ID: <2077698.dhnsbKdz32@qiyao.dyndns.org> User-Agent: KMail/4.8.3 (Linux/3.3.7-1.fc16.i686; KDE/4.8.3; i686; ; ) In-Reply-To: <1340574375.31308.7.camel@hactar> References: <1337560528.4363.13.camel@hactar> <1337623164.22073.9.camel@hactar> <1340574375.31308.7.camel@hactar> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" X-IsSubscribed: yes 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 X-SW-Source: 2012-06/txt/msg00771.txt.bz2 On Sunday, June 24, 2012 06:46:15 PM Thiago Jung Bauermann wrote: > +/* Determines whether the inferior is an Android application. */ > + > +static int > +is_target_linux_android (void) Looks this function is not arm-specific, so we can move it to linux-tdep.c. --=20 Yao (=E9=BD=90=E5=B0=A7)