From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5448 invoked by alias); 14 Apr 2010 06:03:33 -0000 Received: (qmail 5434 invoked by uid 22791); 14 Apr 2010 06:03:31 -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; Wed, 14 Apr 2010 06:03:27 +0000 Received: (qmail 5828 invoked by uid 20157); 14 Apr 2010 06:03:25 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 14 Apr 2010 06:03:25 -0000 Date: Wed, 14 Apr 2010 06:03:00 -0000 From: Hans-Peter Nilsson To: Mike Frysinger cc: Sandra Loosemore , gdb-patches@sourceware.org Subject: Re: [PATCH] sim: constify sim_write source buffer In-Reply-To: <201004132038.42551.vapier@gentoo.org> Message-ID: References: <4BC4FD92.8050308@codesourcery.com> <201004132038.42551.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-04/txt/msg00441.txt.bz2 On Tue, 13 Apr 2010, Mike Frysinger wrote: > hmm, i didnt realize so many sim ports arent using the common/ code. the > targets ive been testing all do. this patch should build fine for the targets > that otherwise work (seems like some have been marked for removal apparently, > and moxie requires some random "dtc" program). Approved. Obvious, actually. brgds, H-P