From patchwork Sat Dec 31 00:39:13 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Walter Lee X-Patchwork-Id: 133706 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 8A846B6FA8 for ; Sat, 31 Dec 2011 11:39:27 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1325896768; h=Comment: DomainKey-Signature:Received:Received:Received:Received: Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: References:In-Reply-To:Content-Type:Mailing-List:Precedence: List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender: Delivered-To; bh=ao0QGNFEEizHQYab/f0tz3pADgY=; b=UhIF9hGrWcR+3w0 yLbjxbMmT6egaaMaC7sQBE2NI4+GN4W1MMCHiZ74xIVBEjrblI9xMaqXcSSTEMU9 MVc0Cwo8iurXQnU2qARG/3HZ08vPh0WOzTHFCz1bWyuGippLCwIebQNe6r6VyRhT 3FRE6uzSdgb47msYQFU520h/mVM8= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:References:In-Reply-To:Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=Lt2wQW1AklVwLa+1nsotMAkDY/DoWwC0Wq6eBS746UV6OSBt3cRNrtOwgCIhMx ng69xomxf4CF0fKdR33uTeENlA4ysSMcCE7FV5NZCWrP8rA12x1Os1M5tM+gmCdZ qOq5ABSQ962B8p0Y0Pwl8lP+MSwq60Mk1LllZqLuqwYSY=; Received: (qmail 21969 invoked by alias); 31 Dec 2011 00:39:24 -0000 Received: (qmail 21961 invoked by uid 22791); 31 Dec 2011 00:39:23 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, TW_EG X-Spam-Check-By: sourceware.org Received: from usmamail.tilera.com (HELO USMAMAIL.TILERA.COM) (206.83.70.75) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 31 Dec 2011 00:39:11 +0000 Received: from [192.168.1.48] (98.229.97.107) by USMAExch2.tad.internal.tilera.com (10.3.0.33) with Microsoft SMTP Server id 14.0.694.0; Fri, 30 Dec 2011 19:39:10 -0500 Message-ID: <4EFE59B1.7060101@tilera.com> Date: Fri, 30 Dec 2011 19:39:13 -0500 From: Walter Lee User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: Subject: [PATCH] New port resubmission for TILEPro and TILE-Gx 2/6: changes in contrib References: <4EFE57A3.3070003@tilera.com> In-Reply-To: <4EFE57A3.3070003@tilera.com> Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Here are the contrib changes. 2011-12-30 Walter Lee * config-list.mk (tilegx-linux-gnu): Add. (tilepro-linux-gnu): Add. * gcc_update (gcc/config/tilegx/mul-tables.c): New dependencies. (gcc/config/tilepro/mul-tables.c): New dependencies. diff -r -u -p -N /home/packages/gcc-4.7.0-182680/contrib/config-list.mk ./contrib/config-list.mk --- /home/packages/gcc-4.7.0-182680/contrib/config-list.mk 2011-12-08 13:43:41.000000000 -0500 +++ ./contrib/config-list.mk 2011-12-29 22:06:40.921926000 -0500 @@ -60,7 +60,8 @@ LIST = alpha-linux-gnu alpha-freebsd6 al sparc-leon3-linux-gnuOPT-enable-target=all sparc-netbsdelf \ sparc64-sun-solaris2.10OPT-with-gnu-ldOPT-with-gnu-asOPT-enable-threads=posix \ sparc-wrs-vxworks sparc64-elf sparc64-rtems sparc64-linux sparc64-freebsd6 \ - sparc64-netbsd sparc64-openbsd spu-elf v850e-elf v850-elf vax-linux-gnu \ + sparc64-netbsd sparc64-openbsd spu-elf tilegx-linux-gnu tilepro-linux-gnu \ + v850e-elf v850-elf vax-linux-gnu \ vax-netbsdelf vax-openbsd x86_64-apple-darwin \ x86_64-pc-linux-gnuOPT-with-fpmath=avx \ x86_64-elfOPT-with-fpmath=sse x86_64-freebsd6 x86_64-netbsd \ diff -r -u -p -N /home/packages/gcc-4.7.0-182680/contrib/gcc_update ./contrib/gcc_update --- /home/packages/gcc-4.7.0-182680/contrib/gcc_update 2011-12-08 13:43:41.000000000 -0500 +++ ./contrib/gcc_update 2011-12-29 22:06:40.934902000 -0500 @@ -88,6 +88,8 @@ gcc/config/c6x/c6x-mult.md: gcc/config/c gcc/config/m68k/m68k-tables.opt: gcc/config/m68k/m68k-devices.def gcc/config/m68k/m68k-isas.def gcc/config/m68k/m68k-microarchs.def gcc/config/m68k/genopt.sh gcc/config/mips/mips-tables.opt: gcc/config/mips/mips-cpus.def gcc/config/mips/genopt.sh gcc/config/rs6000/rs6000-tables.opt: gcc/config/rs6000/rs6000-cpus.def gcc/config/rs6000/genopt.sh +gcc/config/tilegx/mul-tables.c: gcc/config/tilepro/gen-mul-tables.cc +gcc/config/tilepro/mul-tables.c: gcc/config/tilepro/gen-mul-tables.cc # And then, language-specific files gcc/cp/cfns.h: gcc/cp/cfns.gperf gcc/java/keyword.h: gcc/java/keyword.gperf