From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11757 invoked by alias); 2 Jul 2010 01:54:06 -0000 Received: (qmail 10030 invoked by uid 9176); 2 Jul 2010 01:53:49 -0000 Date: Fri, 02 Jul 2010 01:54:00 -0000 From: GDB Administrator To: gdb-patches@sourceware.org Subject: New ARI warning Fri Jul 2 01:53:49 UTC 2010 Message-ID: <20100702015349.GA10024@sourceware.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i 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: 2010-07/txt/msg00032.txt.bz2 1134a1135 > gdb/remote.c:2787: code: sprintf: Do not use sprintf, instead use xstrprintf gdb/remote.c:2787: sprintf (p, '); 1161a1163 > gdb/remote.c:9747: gettext: _ markup: All messages should be marked up with _. gdb/remote.c:9747: error ("Static tracepoint not valid during download"); 1450,1451d1451 < gdb/tracepoint.c:625: code: OP eol: Do not use &&, or || at the end of a line gdb/tracepoint.c:625: if ((0 == strncasecmp (', p + 1, 3)) || < gdb/tracepoint.c:626: code: OP eol: Do not use &&, or || at the end of a line gdb/tracepoint.c:626: (0 == strncasecmp (', p + 1, 3)) || 1481a1482 > gdb/tracepoint.c:4133: gettext: _ markup: All messages should be marked up with _. gdb/tracepoint.c:4133: error ("bad marker definition: %s", line);