From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14650 invoked by alias); 23 Apr 2002 16:16:03 -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 14595 invoked by uid 71); 23 Apr 2002 16:16:01 -0000 Resent-Date: 23 Apr 2002 16:16:01 -0000 Resent-Message-ID: <20020423161601.14594.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-To: nobody@gcc.gnu.org Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, jakub@redhat.com Received:(qmail 11471 invoked by uid 61); 23 Apr 2002 16:12:06 -0000 Message-Id:<20020423161205.11470.qmail@sources.redhat.com> Date: Tue, 23 Apr 2002 09:16:00 -0000 From: jakub@redhat.com Reply-To: jakub@redhat.com To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version:gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: target/6429: libgcc_s problem on dual 32/64-bit arches X-SW-Source: 2002-04/txt/msg01209.txt.bz2 List-Id: >Number: 6429 >Category: target >Synopsis: libgcc_s problem on dual 32/64-bit arches >Confidential: no >Severity: critical >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Tue Apr 23 09:16:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: jakub@redhat.com >Release: gcc 3.1 20020423 (prerelease) >Organization: >Environment: sparc*-*-solaris*, sparc*-*-linux*, s390*-*-*, x86_64-*-*, ... >Description: When configuring a compiler for 64/32bit bi-arch target with 64-bit the default, 64-bit libgcc_s will be libgcc_s.so.1 and 32-bit libgcc_s e.g. libgcc_s_32.so.1, when configuring a compiler for 32/64bit bi-arch target with 32-bit the default, 32-bit libgcc_s will be libgcc_s.so.1 and 64-bit libgcc_s e.g. libgcc_s_64.so.1. Which means those 2 compilers are binary incompatible for C++/Java and everything else requiring shared libgcc. >How-To-Repeat: >Fix: Some mklibgcc.in/Makefile hackery. The "interesting" part will be taking care of LD_LIBRARY_PATH for testing purposes. >Release-Note: >Audit-Trail: >Unformatted: