From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28510 invoked by alias); 8 Nov 2008 01:30:48 -0000 Received: (qmail 28495 invoked by uid 22791); 8 Nov 2008 01:30:48 -0000 X-Spam-Check-By: sourceware.org Received: from dair.pair.com (HELO dair.pair.com) (209.68.1.49) by sourceware.org (qpsmtpd/0.31) with SMTP; Sat, 08 Nov 2008 01:30:11 +0000 Received: (qmail 82157 invoked by uid 20157); 8 Nov 2008 01:30:10 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 8 Nov 2008 01:30:10 -0000 Date: Sat, 08 Nov 2008 01:30:00 -0000 From: Hans-Peter Nilsson To: Joel Sherrill cc: "gdb-patches@sourceware.org" Subject: Re: fix underquoted macros in sim/common In-Reply-To: <49147EEE.1070608@oarcorp.com> Message-ID: <20081107202657.G77835@dair.pair.com> References: <49147EEE.1070608@oarcorp.com> 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: 2008-11/txt/msg00143.txt.bz2 On Fri, 7 Nov 2008, Joel Sherrill wrote: > Hi, > > This patch fixes underquoted function names in > sim/common/aclocal.m4. > > 2008-11-07 Joel Sherrill > > * aclocal.m4: Fix underquoting of function names. Ok, looks obvious enough to my limited ac-knowledge. brgds, H-P