From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7818 invoked by alias); 12 Apr 2002 01:13:53 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 7803 invoked from network); 12 Apr 2002 01:13:52 -0000 Received: from unknown (HELO bothner.com) (216.102.199.253) by sources.redhat.com with SMTP; 12 Apr 2002 01:13:52 -0000 Received: from bothner.com (eureka.bothner.com [192.168.1.9]) by bothner.com (8.11.6/8.11.6) with ESMTP id g3C1MuR06827; Thu, 11 Apr 2002 18:22:56 -0700 Message-ID: <3CB634D6.3010507@bothner.com> Date: Thu, 11 Apr 2002 18:13:00 -0000 From: Per Bothner User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9+) Gecko/20020328 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz CC: java@gcc.gnu.org, gdb@sources.redhat.com Subject: Re: misc java-related gdb patches References: <3CB5E975.3050402@bothner.com> <20020411155559.A17324@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-04/txt/msg00199.txt.bz2 Daniel Jacobowitz wrote: > On Thu, Apr 11, 2002 at 12:52:21PM -0700, Per Bothner wrote: >> * language.c (unk_lang_create_fundamental_type): Remove. >> (unknown_language_defn, auto_language_defn, local_language_defn): >> In place of unk_lang_create_fundamental_type use >> c_create_fundamental_type. > > > I don't see why this is needed. The language fundamental type hooks > should probably all die, IIRC... Perhaps, but the thread on gdb@sources.redhat.com titled "GDB 5.2 vs. Ada (and probably other unknown languages)" suggests this change is needed, not just for Java. (I can't remember anymore why I needed this change, but I believe I ran into the same kind of error as in the above-mentioned thread.) -- --Per Bothner per@bothner.com http://www.bothner.com/per/