From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17529 invoked by alias); 10 Mar 2002 19:46:01 -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 17468 invoked by uid 71); 10 Mar 2002 19:46:00 -0000 Resent-Date: 10 Mar 2002 19:46:00 -0000 Resent-Message-ID: <20020310194600.17467.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, java-prs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, Anthony Green Received:(qmail 2257 invoked from network); 10 Mar 2002 19:38:59 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 10 Mar 2002 19:38:59 -0000 Received: from makita.cygnus.com (makita.cygnus.com [205.180.230.78]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id LAA24622 for ; Sun, 10 Mar 2002 11:38:58 -0800 (PST) Received: (green@localhost) by makita.cygnus.com (8.8.8+Sun/8.6.4) id LAA04122; Sun, 10 Mar 2002 11:38:58 -0800 (PST) Message-Id:<200203101938.LAA04122@makita.cygnus.com> Date: Sun, 10 Mar 2002 11:46:00 -0000 From: Anthony Green To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version:3.113 Subject: java/5912: gcj -R doesn't work for mingw32 cross compiler X-SW-Source: 2002-03/txt/msg00325.txt.bz2 List-Id: >Number: 5912 >Category: java >Synopsis: gcj -R doesn't work for mingw32 cross compiler >Confidential: no >Severity: critical >Priority: medium >Responsible: unassigned >State: open >Class: wrong-code >Submitter-Id: net >Arrival-Date: Sun Mar 10 11:46:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Anthony Green >Release: 3.1 20020309 (prerelease) >Organization: >Environment: System: IA-32 Red Hat Linux 7.2 Architecture: i386 host: i686-pc-linux-gnu build: i686-pc-linux-gnu target: i686-pc-mingw32 configured with: ../gcc/configure --prefix=/usr/local/gcc --target=i686-pc-mingw32 --host=i686-pc-linux-gnu --enable-languages=c,c++,java --disable-nls --with-as=/usr/local/gcc/i686-pc-mingw32/bin/as --with-ld=/usr/local/gcc/i686-pc-mingw32/bin/ld --with-gnu-ld --with-gnu-as --enable-libgcj --enable-gc-type=boehm --disable-shared --enable-threads=win32 --disable-hash-synchronization --disable-interpreter --enable-sjlj-exceptions >Description: "gcj -R" appears to be creating two functions with the same name. One of them does the right thing (registering the resource data with the runtime). The other one is empty -- it just returns. The assembler barfs on this. >How-To-Repeat: $ i686-pc-mingw32-gcj -R foo -S -o foo.s anyfile The assembler will report an error about duplicate symbols. >Fix: >Release-Note: >Audit-Trail: >Unformatted: