From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12332 invoked by alias); 15 Nov 2009 22:52:06 -0000 Received: (qmail 12310 invoked by uid 48); 15 Nov 2009 22:52:05 -0000 Date: Sun, 15 Nov 2009 22:52:00 -0000 Message-ID: <20091115225205.12309.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug java/41991] gcj segfaults on i686-apple-darwin* and x86_64-apple-darwin* In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "howarth at nitro dot med dot uc dot edu" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2009-q4/txt/msg00047.txt.bz2 ------- Comment #9 from howarth at nitro dot med dot uc dot edu 2009-11-15 22:52 ------- Comparing the linkages of ecjx and gij on x86_64-apple-darwin10 with your patch, one thing I did notice is that there is a slight difference in the link flags. The ecjx linkage is passed -findirect-dispatch but not -shared-libgcc while the linkage of gij is passed -shared-libgcc but not -findirect-dispatch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41991