From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21515 invoked by alias); 27 Feb 2015 13:46:45 -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 21505 invoked by uid 89); 27 Feb 2015 13:46:45 -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,KAM_FROM_URIBL_PCCC,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-pd0-f173.google.com Received: from mail-pd0-f173.google.com (HELO mail-pd0-f173.google.com) (209.85.192.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 27 Feb 2015 13:46:44 +0000 Received: by pdjy10 with SMTP id y10so21081708pdj.13 for ; Fri, 27 Feb 2015 05:46:42 -0800 (PST) X-Received: by 10.70.36.75 with SMTP id o11mr24047668pdj.107.1425044802574; Fri, 27 Feb 2015 05:46:42 -0800 (PST) Received: from [127.0.0.1] (gcc1-power7.osuosl.org. [140.211.15.137]) by mx.google.com with ESMTPSA id jp10sm4153325pbb.2.2015.02.27.05.46.40 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 27 Feb 2015 05:46:41 -0800 (PST) Message-ID: <54F0753D.8000405@gmail.com> Date: Fri, 27 Feb 2015 13:46:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: Re: [PATCH] Don't skip catch-syscall.exp on hppa*-hp-hpux* target References: <1425033548-1003-1-git-send-email-qiyaoltc@gmail.com> <54F064DE.90105@redhat.com> In-Reply-To: <54F064DE.90105@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2015-02/txt/msg00818.txt.bz2 On 27/02/15 12:36, Pedro Alves wrote: > On 02/27/2015 10:39 AM, Yao Qi wrote: >> From: Yao Qi >> >> As far as I know, "catch syscall" is supported on hppa*-hp-hpux*, but >> the test catch-syscall.exp is skipped on this target by mistake. This >> patch is to fix it. However, I don't have a hpux machine to test. > > LGTM. > Thanks, patch is pushed in. -- Yao (齐尧)