From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22868 invoked by alias); 14 Oct 2007 09:57:31 -0000 Received: (qmail 22858 invoked by uid 22791); 14 Oct 2007 09:57:31 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 14 Oct 2007 09:57:29 +0000 Received: (qmail 17717 invoked from network); 14 Oct 2007 09:57:27 -0000 Received: from unknown (HELO maxim-kuvyrkovs-computer.local) (maxim@127.0.0.2) by mail.codesourcery.com with ESMTPA; 14 Oct 2007 09:57:27 -0000 Message-ID: <4711E7FF.7010002@codesourcery.com> Date: Sun, 14 Oct 2007 10:06:00 -0000 From: Maxim Kuvyrkov User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: gcc-patches CC: Roman Zippel Subject: Unbreak m68k bootstrap Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: 2007-10/txt/msg00816.txt.bz2 Hi, Here are three patches aimed to unbreak m68k bootstrap. m68k-v1.patch - Enable use of autogenerated enums for instruction attributes in -protos.h files. m68k-v2.patch - Make a use of previous patch in m68k backend. m68k-v3.patch - Tame INSN_SCHEDULING. The cumulative patch was bootstrapped on {x86_64, m68k, ia64, ppc64}-unknown-linux-gnu. Roman, can you, please, bootstrap cumulative patch on m68k to double check? -- Maxim