From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2258 invoked by alias); 20 May 2014 08:50:23 -0000 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 Received: (qmail 2239 invoked by uid 89); 20 May 2014 08:50:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,MSGID_MULTIPLE_AT autolearn=no version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mailhost.u-strasbg.fr Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.222.216) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 20 May 2014 08:50:21 +0000 Received: from mailhost.u-strasbg.fr (localhost [127.0.0.1]) by antispam (Postfix) with ESMTP id C3261141161; Tue, 20 May 2014 10:50:18 +0200 (CEST) Received: from mailhost.u-strasbg.fr (localhost [127.0.0.1]) by antivirus (Postfix) with ESMTP id B4BB014108B; Tue, 20 May 2014 10:50:18 +0200 (CEST) Received: from md16.u-strasbg.fr (md16.u-strasbg.fr [130.79.200.206]) by mr6.u-strasbg.fr (Postfix) with ESMTP id 6DC461411A8; Tue, 20 May 2014 10:50:15 +0200 (CEST) Received: from ms14.u-strasbg.fr (ms14.u-strasbg.fr [130.79.204.114]) by md16.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id s4K8oFGc019324 ; Tue, 20 May 2014 10:50:15 +0200 (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from E6510Muller (gw-ics.u-strasbg.fr [130.79.210.225]) (Authenticated sender: mullerp) by ms14.u-strasbg.fr (Postfix) with ESMTPSA id 034AE1FD77; Tue, 20 May 2014 10:50:12 +0200 (CEST) From: "Pierre Muller" To: "'Alan Modra'" Cc: , References: <5377d006.617a420a.5cb0.ffffeacbSMTPIN_ADDED_BROKEN@mx.google.com> <20140519004639.GK5162@bubble.grove.modra.org> In-Reply-To: <20140519004639.GK5162@bubble.grove.modra.org> Subject: RE: [RFA] fix mingw32 --enable-targets=all --enable-64-bit-bfd failure in or1k-desc.h Date: Tue, 20 May 2014 08:50:00 -0000 Message-ID: <000001cf7408$8487dad0$8d979070$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-SW-Source: 2014-05/txt/msg00170.txt.bz2 > -----Message d'origine----- > De=A0: binutils-owner@sourceware.org [mailto:binutils- > owner@sourceware.org] De la part de Alan Modra > Envoy=E9=A0: lundi 19 mai 2014 02:47 > =C0=A0: Pierre Muller > Cc=A0: binutils@sourceware.org; fche@sourceware.org > Objet=A0: Re: [RFA] fix mingw32 --enable-targets=3Dall --enable-64-bit-bfd > failure in or1k-desc.h >=20 > On Sat, May 17, 2014 at 11:09:06PM +0200, Pierre Muller wrote: > > 2014-05-17 Pierre Muller > > > > * or1k-desc.h (enum spr_field_masks): Remove compilation warning > > on 32-bit systems. > > > > diff --git a/opcodes/or1k-desc.h b/opcodes/or1k-desc.h >=20 > No, sorry, this file is generated. If this patch is committed, it > will be undone next time the file is regenerated. I suspect you'll > need to poke at cgen itself to fix this problem. Sorry, but this goes way beyond my skills... I looked a little bit in cpu/or1* files and in the opcodes/cgen* files, and this seems to be based on guile, which is a language I know nothing about ... Should I add some bug report? Pierre Muller