From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29735 invoked by alias); 12 Apr 2002 01:20: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 29704 invoked from network); 12 Apr 2002 01:20:49 -0000 Received: from unknown (HELO nevyn.them.org) (128.2.145.6) by sources.redhat.com with SMTP; 12 Apr 2002 01:20:49 -0000 Received: from drow by nevyn.them.org with local (Exim 3.35 #1 (Debian)) id 16vpkF-00006K-00; Thu, 11 Apr 2002 21:20:55 -0400 Date: Thu, 11 Apr 2002 18:20:00 -0000 From: Daniel Jacobowitz To: Per Bothner Cc: java@gcc.gnu.org, gdb@sources.redhat.com Subject: Re: misc java-related gdb patches Message-ID: <20020411212055.A356@nevyn.them.org> Mail-Followup-To: Per Bothner , java@gcc.gnu.org, gdb@sources.redhat.com References: <3CB5E975.3050402@bothner.com> <20020411155559.A17324@nevyn.them.org> <3CB634D6.3010507@bothner.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3CB634D6.3010507@bothner.com> User-Agent: Mutt/1.3.23i X-SW-Source: 2002-04/txt/msg00200.txt.bz2 On Thu, Apr 11, 2002 at 06:13:58PM -0700, Per Bothner wrote: > 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.) Indeed. I think a better question is whether we should really default to an "unknown" language, or just to C? -- Daniel Jacobowitz Carnegie Mellon University MontaVista Software Debian GNU/Linux Developer