From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24201 invoked by alias); 15 Oct 2013 18:55:40 -0000 Mailing-List: contact libffi-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libffi-discuss-owner@sourceware.org Received: (qmail 24188 invoked by uid 89); 15 Oct 2013 18:55:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: mail-pd0-f177.google.com Received: from mail-pd0-f177.google.com (HELO mail-pd0-f177.google.com) (209.85.192.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 15 Oct 2013 18:55:36 +0000 Received: by mail-pd0-f177.google.com with SMTP id y10so9251402pdj.36 for ; Tue, 15 Oct 2013 11:55:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=jEsrBqeR42KXVMbXBUCf5EwuHgrVbYedJSpwZsozrMo=; b=mcj+EwAeI7f+03BFUAcZQ4/aq8ChzCqFkrh72nm7bXyVucvI/wzDiz1wyF7pclHiur 1rSpoYvvpqSoBCrcKQGPRhN2wJenQXcmuaCTAlU7hpBKRQ6ceCcc7X4aWV2x+XgdNW/8 FlIUB2Dn9VSr5S2P2hYVDyyJnucr7G9I5XnOtU3801fK3Li4oKd//SH3CrkWz5lR6rfx H91MzXDw93oJUlVUQKAw/A8WuzWD99zqQwhDs/y+t+g4JP9Uc51WlcK2Mnzzap3dDJCf BksWYDJZux3MOJbeC+613jxc764Sqr3VTLCcHVsou3r0aa4ruFhorUqwQG6rY6h2MwTB aKoA== X-Gm-Message-State: ALoCoQlsmkOY36Mm6GP5L2EAyBU6ULt8n84pXpTYqk58s4FTjwwzWPr/mdiWS2YgckpLoGd16Aje MIME-Version: 1.0 X-Received: by 10.68.247.163 with SMTP id yf3mr42900665pbc.76.1381863334866; Tue, 15 Oct 2013 11:55:34 -0700 (PDT) Received: by 10.70.96.228 with HTTP; Tue, 15 Oct 2013 11:55:34 -0700 (PDT) In-Reply-To: <525B17E3.4030603@codesourcery.com> References: <525B17E3.4030603@codesourcery.com> Date: Tue, 15 Oct 2013 18:55:00 -0000 Message-ID: Subject: Re: [PATCH] add support for Altera Nios II From: Anthony Green To: Sandra Loosemore Cc: "libffi-discuss@sourceware.org" Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2013/txt/msg00182.txt.bz2 Thanks Sandra. Do you have a ChangeLog file entry? AG On Sun, Oct 13, 2013 at 6:00 PM, Sandra Loosemore wrote: > Mentor Graphics would like to contribute the attached libffi port for the > Altera Nios II processor. It passes the testsuite except for the > uninitialized variable bug I posted a fix for the other day: > > https://sourceware.org/ml/libffi-discuss/2013/msg00179.html > > Unfortunately, the Nios II GCC port hasn't been committed to the FSF > repository yet; it's been accepted by the steering committee but is still > stuck awaiting technical review. I used Mentor's GCC 4.7-based toolchain > for testing instead. > > -Sandra >