From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6545 invoked by alias); 23 Aug 2013 02:37: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 6534 invoked by uid 89); 23 Aug 2013 02:37:31 -0000 X-Spam-SWARE-Status: No, score=-4.1 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,MISSING_HEADERS,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL autolearn=no version=3.3.2 Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 23 Aug 2013 02:37:31 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1VChFh-0007gW-Ef from Luis_Gustavo@mentor.com for gdb-patches@sourceware.org; Thu, 22 Aug 2013 19:37:29 -0700 Received: from NA1-MAIL.mgc.mentorg.com ([147.34.98.181]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 22 Aug 2013 19:37:29 -0700 Received: from [172.30.3.24] ([172.30.3.24]) by NA1-MAIL.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 22 Aug 2013 19:37:28 -0700 Message-ID: <5216CAE0.8020505@codesourcery.com> Date: Fri, 23 Aug 2013 02:37:00 -0000 From: Luis Machado Reply-To: lgustavo@codesourcery.com User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 CC: gdb-patches@sourceware.org Subject: Re: New ARI warning Fri Aug 23 01:51:51 UTC 2013 in -D 2013.08.23.00.00.15 References: <20130823015151.GA1807@sourceware.org> In-Reply-To: <20130823015151.GA1807@sourceware.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2013-08/txt/msg00661.txt.bz2 On 08/22/2013 10:51 PM, GDB Administrator wrote: > 128a129,132 >> gdb/common/linux-ptrace.c:258: regression: hash: Do not use ' #...', instead use '#...'(some compilers only correctly parse a C preprocessor directive when '#' is the first character on the line) > gdb/common/linux-ptrace.c:258: #ifdef __ia64__ >> gdb/common/linux-ptrace.c:261: regression: hash: Do not use ' #...', instead use '#...'(some compilers only correctly parse a C preprocessor directive when '#' is the first character on the line) > gdb/common/linux-ptrace.c:261: #else >> gdb/common/linux-ptrace.c:264: regression: hash: Do not use ' #...', instead use '#...'(some compilers only correctly parse a C preprocessor directive when '#' is the first character on the line) > gdb/common/linux-ptrace.c:264: #endif >> gdb/common/linux-ptrace.c:448: gettext: _ markup: All messages should be marked up with _. > gdb/common/linux-ptrace.c:448: warning ("linux_check_ptrace_features: failed to kill child"); > 377d380 > < gdb/linux-nat.c:480: gettext: _ markup: All messages should be marked up with _. > gdb/linux-nat.c:480: warning ("linux_test_for_tracefork: failed to kill child"); > > I've committed an obvious fix for these. http://sourceware.org/ml/gdb-cvs/2013-08/msg00119.html