From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27797 invoked by alias); 9 Dec 2010 12:26:15 -0000 Received: (qmail 27748 invoked by uid 22791); 9 Dec 2010 12:26:14 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,MSGID_MULTIPLE_AT X-Spam-Check-By: sourceware.org Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.200.151) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 09 Dec 2010 12:26:07 +0000 Received: from md2.u-strasbg.fr (md2.u-strasbg.fr [IPv6:2001:660:2402::187]) by mailhost.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id oB9CPk7l035252 ; Thu, 9 Dec 2010 13:25:46 +0100 (CET) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from mailserver.u-strasbg.fr (ms7.u-strasbg.fr [130.79.204.16]) by md2.u-strasbg.fr (8.14.4/jtpda-5.5pre1) with ESMTP id oB9CPjNu062553 ; Thu, 9 Dec 2010 13:25:45 +0100 (CET) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from E6510Muller (gw-ics.u-strasbg.fr [130.79.210.225]) (user=mullerp mech=LOGIN) by mailserver.u-strasbg.fr (8.14.4/jtpda-5.5pre1) with ESMTP id oB9CPiwZ078988 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) ; Thu, 9 Dec 2010 13:25:45 +0100 (CET) (envelope-from pierre.muller@ics-cnrs.unistra.fr) From: "Pierre Muller" To: "'Tristan Gingold'" Cc: "'Richard Sandiford'" , References: <48683.3413750448$1288971470@news.gmane.org> <001c01cb9791$bc506ab0$34f14010$@muller@ics-cnrs.unistra.fr> In-Reply-To: Subject: RE: Not in 2.21 sources... [OBV/RFA] Fix compilation of ld/emultempl/spuelf.em on systems where HAVE_MKSTEMP is not defined Date: Thu, 09 Dec 2010 12:26:00 -0000 Message-ID: <001f01cb979c$33b54080$9b1fc180$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2010-12/txt/msg00337.txt.bz2 > Can you find the commit message in the archive ? With it, I can take > care of merging it. > > Tristan. It's here: http://sourceware.org/ml/binutils-cvs/2010-11/msg00041.html I got one second problem for compilation of ld for mingw with --enable-targets=all also in emultempl/spuelf.em about the type of execvp argument #2 (char *const *) type is given line 399, but mingw process.h header gives (const char *const *) which results in a warning, turned into an error because -Werror is the default. I tried to look up what the correct type should be, but didn't find any real unambiguous definition of that function. Pierre Muller