From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26100 invoked by alias); 30 Mar 2010 23:21:04 -0000 Received: (qmail 26090 invoked by uid 22791); 30 Mar 2010 23:21:03 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00 X-Spam-Check-By: sourceware.org Received: from dair.pair.com (HELO dair.pair.com) (209.68.1.49) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Tue, 30 Mar 2010 23:20:58 +0000 Received: (qmail 97131 invoked by uid 20157); 30 Mar 2010 23:20:56 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 30 Mar 2010 23:20:56 -0000 Date: Tue, 30 Mar 2010 23:21:00 -0000 From: Hans-Peter Nilsson To: Mike Frysinger cc: gdb-patches@sourceware.org Subject: Re: [PATCH] sim: constify watchpoint interrupt names In-Reply-To: <201003301907.28723.vapier@gentoo.org> Message-ID: References: <1269899363-10054-1-git-send-email-vapier@gentoo.org> <201003301907.28723.vapier@gentoo.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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: 2010-03/txt/msg01098.txt.bz2 On Tue, 30 Mar 2010, Mike Frysinger wrote: > On Tuesday 30 March 2010 18:53:17 Hans-Peter Nilsson wrote: > > On Mon, 29 Mar 2010, Mike Frysinger wrote: > > > * sim-watch.h (struct _sim_watchpoints): Add const to interrupt_names. > > > > Either the above or one of your other committs to this area, > > caused, for v850-elf (beware of linewrapped cutnpaste): > this should fix it: Feel free to commit with a suitable ChangeLog entry if tests pass. brgds, H-P