From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20509 invoked by alias); 28 Jan 2013 06:51:11 -0000 Received: (qmail 20501 invoked by uid 22791); 28 Jan 2013 06:51:10 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_SPAMHAUS_DROP,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,TW_ZJ X-Spam-Check-By: sourceware.org Received: from caibbdcaaaaf.dreamhost.com (HELO homiemail-a57.g.dreamhost.com) (208.113.200.5) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 28 Jan 2013 06:51:06 +0000 Received: from homiemail-a57.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a57.g.dreamhost.com (Postfix) with ESMTP id 0266C208060; Sun, 27 Jan 2013 22:51:02 -0800 (PST) Received: from AMDP6 (81-234-195-35-no56.tbcn.telia.com [81.234.195.35]) (Authenticated sender: rdos@rdos.net) by homiemail-a57.g.dreamhost.com (Postfix) with ESMTPA id 83558208058; Sun, 27 Jan 2013 22:51:00 -0800 (PST) Message-ID: From: "Leif Ekblad" To: "Richard Biener" , "Uros Bizjak" Cc: , "H.J. Lu" , "Jakub Jelinek" References: <4A4D1EB90016420C88D9C8DF7B633E73@AMDP6> <15368AFB015C4FB9B1FB9B080B43DBE8@AMDP6> Subject: Re: [PATCH] Adding target rdos to GCC Date: Mon, 28 Jan 2013 06:51:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2013-01/txt/msg01300.txt.bz2 If the patch is ok, could some maintainer add it to trunk? Regards, Leif Ekblad ----- Original Message ----- From: "Richard Biener" To: "Uros Bizjak" Cc: "Leif Ekblad" ; ; "H.J. Lu" ; "Jakub Jelinek" Sent: Wednesday, January 09, 2013 9:37 AM Subject: Re: [PATCH] Adding target rdos to GCC > On Wed, 9 Jan 2013, Uros Bizjak wrote: > >> On Tue, Jan 8, 2013 at 9:32 PM, Leif Ekblad wrote: >> > After some new suggestions from Uros, I've made a new diff. >> > >> > >> > Change log: >> > * config/gthr.m4: Added rdos thread header. >> > * gcc/config/i386/i386.c: Provided a way to define a default setting >> > for >> > medium memory model and PIC using TARGET_RDOS define. >> > * gcc/config/i386/i386.h: Defined TARGET_RDOS macro. Defined default >> > value >> > for large-data-threshold. >> > * gcc/config/i386/i386.md: Added r14 and r15 register names. >> > * gcc/config/i386/i386.opt: Changed initial value for >> > large-data-threshold >> > to DEFAULT_LARGE_SECTION_THRESHOLD. >> > * gcc/config/i386/rdos.h: Common definitions for target rdos >> > * gcc/config/i386/rdos64.h: Specific definitions for 64-bit rdos >> > target. >> > * gcc/config.gcc: Added rdos targets >> >> Please use present tense in ChangeLog (see many other entries). >> >> > Tested on target rdos and rdos32. >> >> This is OK for mainline, but the patch needs explicit approval from >> Release Managers at this stage. > > Ok with me. > > Richard.