From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5961 invoked by alias); 17 Aug 2009 16:17:33 -0000 Received: (qmail 5932 invoked by uid 22791); 17 Aug 2009 16:17:32 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 17 Aug 2009 16:17:25 +0000 Received: from spaceape8.eur.corp.google.com (spaceape8.eur.corp.google.com [172.28.16.142]) by smtp-out.google.com with ESMTP id n7HGHLaJ001226; Mon, 17 Aug 2009 17:17:21 +0100 Received: from pxi29 (pxi29.prod.google.com [10.243.27.29]) by spaceape8.eur.corp.google.com with ESMTP id n7HGHIE4011428; Mon, 17 Aug 2009 09:17:19 -0700 Received: by pxi29 with SMTP id 29so1260625pxi.30 for ; Mon, 17 Aug 2009 09:17:18 -0700 (PDT) Received: by 10.114.249.36 with SMTP id w36mr4939727wah.42.1250525838053; Mon, 17 Aug 2009 09:17:18 -0700 (PDT) Received: from localhost.localdomain.google.com (adsl-71-133-8-30.dsl.pltn13.pacbell.net [71.133.8.30]) by mx.google.com with ESMTPS id j34sm4928325waf.61.2009.08.17.09.17.16 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 17 Aug 2009 09:17:16 -0700 (PDT) To: Ralf Wildenhues Cc: binutils@sourceware.org, gdb@sourceware.org Subject: Re: [PATCH 3/N] some minor fixes in sim, gold, gdb References: <20090815112928.GB5396@gmx.de> <20090815113302.GC20172@gmx.de> From: Ian Lance Taylor Date: Mon, 17 Aug 2009 16:48:00 -0000 In-Reply-To: <20090815113302.GC20172@gmx.de> (Ralf Wildenhues's message of "Sat\, 15 Aug 2009 13\:33\:03 +0200") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-System-Of-Record: true Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-08/txt/msg00147.txt.bz2 Ralf Wildenhues writes: > gold/ChangeLog: > 2009-08-15 Ralf Wildenhues > > * Makefile.am (AUTOMAKE_OPTIONS): Add foreign. This is OK. Thanks. Ian