From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17059 invoked by alias); 5 Jan 2008 20:57:46 -0000 Received: (qmail 17050 invoked by uid 22791); 5 Jan 2008 20:57:46 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 05 Jan 2008 20:57:19 +0000 Received: from zps76.corp.google.com (zps76.corp.google.com [172.25.146.76]) by smtp-out.google.com with ESMTP id m05KvCDm020291; Sat, 5 Jan 2008 12:57:12 -0800 Received: from smtp.corp.google.com (spacemonkey2.corp.google.com [192.168.120.114]) by zps76.corp.google.com with ESMTP id m05KvBN3003286 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 5 Jan 2008 12:57:11 -0800 Received: from localhost.localdomain.google.com (adsl-76-249-168-94.dsl.pltn13.sbcglobal.net [76.249.168.94]) (authenticated bits=0) by smtp.corp.google.com (8.13.8/8.13.8) with ESMTP id m05KvA40021585 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 5 Jan 2008 12:57:10 -0800 To: "amnon stanislavsky" Cc: Subject: Re: changing gcc References: <000001c84fc5$bdd47c30$397d7490$@technion.ac.il> From: Ian Lance Taylor Date: Sat, 05 Jan 2008 20:57:00 -0000 In-Reply-To: <000001c84fc5$bdd47c30$397d7490$@technion.ac.il> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2008-01/txt/msg00045.txt.bz2 "amnon stanislavsky" writes: > Could you please direct me on how to change gcc so that it will translate > c/c++ files to an assembly language to a new instruction set that I am > building? http://gcc.gnu.org/onlinedocs/gccint/ Notably the chapters "Machine Descriptions" and "Target Description Macros and Functions". Ian