From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23382 invoked by alias); 22 Oct 2002 22:46:02 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 23354 invoked by uid 71); 22 Oct 2002 22:46:01 -0000 Resent-Date: 22 Oct 2002 22:46:01 -0000 Resent-Message-ID: <20021022224601.23353.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org, pirovano.thysys@tiscalinet.it, ccj@acm.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, joel@gcc.gnu.org Received: (qmail 19735 invoked by uid 61); 22 Oct 2002 22:36:28 -0000 Message-Id: <20021022223628.19734.qmail@sources.redhat.com> Date: Tue, 22 Oct 2002 15:46:00 -0000 From: joel@gcc.gnu.org Reply-To: joel@gcc.gnu.org To: gcc-gnats@gcc.gnu.org Cc: pirovano.thysys@tiscalinet.it, ccj@acm.org X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) X-GNATS-Notify: pirovano.thysys@tiscalinet.it, ccj@acm.org Subject: other/8314: m68k-elf/rtems should multilib crt[begin|end].o X-SW-Source: 2002-10/txt/msg00841.txt.bz2 List-Id: >Number: 8314 >Category: other >Synopsis: m68k-elf/rtems should multilib crt[begin|end].o >Confidential: no >Severity: critical >Priority: medium >Responsible: unassigned >State: open >Class: wrong-code >Submitter-Id: net >Arrival-Date: Tue Oct 22 15:46:00 PDT 2002 >Closed-Date: >Last-Modified: >Originator: joel@gcc.gnu.org >Release: gcc 3.2 >Organization: >Environment: Target m68k-elf and m68k-rtems >Description: crtbegin.o and crtend.o are compiled from C and when must be compiled with appropriate CPU options to generate correct code on coldfire models. >How-To-Repeat: >Fix: 2002-10-22 Joel Sherrill * config/m68k/t-crtstuff: Include crti.o, crtn.o, crtbegin.o and crtend.o as multilib items. diff -uNr /usr1/rtems/work-tools/original/gcc-3.2/gcc/config/m68k/t-crtstuff gcc-3.2/gcc/config/m68k/t-crtstuff --- /usr1/rtems/work-tools/original/gcc-3.2/gcc/config/m68k/t-crtstuff Tue Sep 14 04:52:09 1999 +++ gcc-3.2/gcc/config/m68k/t-crtstuff Tue Oct 22 17:24:52 2002 @@ -1,5 +1,4 @@ -# from ../t-svr4 -EXTRA_PARTS=crtbegin.o crtend.o crti.o crtn.o +EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crti.o crtn.o # Add flags here as required. CRTSTUFF_T_CFLAGS = >Release-Note: >Audit-Trail: >Unformatted: