From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17945 invoked by alias); 1 Feb 2006 16:57:47 -0000 Received: (qmail 17798 invoked by uid 48); 1 Feb 2006 16:57:44 -0000 Date: Wed, 01 Feb 2006 16:57:00 -0000 Message-ID: <20060201165744.17797.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libgcj/26063] memory leak in _Jv_Linker::link_symbol_table In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "aph at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-02/txt/msg00092.txt.bz2 List-Id: ------- Comment #3 from aph at gcc dot gnu dot org 2006-02-01 16:57 ------- Working around the lack of libffi support on ARM is Just Plain Stupid. We should either fix it or cease to build on ARM. Without libffi libgcj cannot work in any reasonable way. The memory leak thing can be fixed by using RawDataManaged, but it's not worth worrying about ATM. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26063