From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27231 invoked by alias); 22 Mar 2004 21:59:59 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 27223 invoked from network); 22 Mar 2004 21:59:57 -0000 Received: from unknown (HELO terra.inf.ufsc.br) (150.162.60.10) by sources.redhat.com with SMTP; 22 Mar 2004 21:59:57 -0000 Received: from localhost (localhost [127.0.0.1]) by terra.inf.ufsc.br (Departamento de Informatica e Estatistica (INE/CTC/UFSC)) with ESMTP id CF53018F3A for ; Mon, 22 Mar 2004 18:59:56 -0300 (EST) Received: from inf.ufsc.br (unknown [201.2.203.111]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by terra.inf.ufsc.br (Departamento de Informatica e Estatistica (INE/CTC/UFSC)) with ESMTP id 5DCC21BCC4 for ; Mon, 22 Mar 2004 18:59:52 -0300 (EST) Message-ID: <405F6245.8090705@inf.ufsc.br> Date: Tue, 23 Mar 2004 07:38:00 -0000 From: Feranando Roberto Secco User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 MIME-Version: 1.0 To: gcc@gcc.gnu.org Subject: machine files from 2.95 to 3.2.3 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS 0.3.12pre5 X-SW-Source: 2004-03/txt/msg01321.txt.bz2 Hello, I have a gcc 2.95 cross compiler for a specific architeture and I want to upgrade it to gcc 3.2.3 . What do I have to change in the target files in order to make the 2.95 files compatible with 3.2.3 files? Is it possible are they compatible? thanks in advance