From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3996 invoked by alias); 29 Apr 2010 14:47:17 -0000 Received: (qmail 3981 invoked by uid 22791); 29 Apr 2010 14:47:15 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 29 Apr 2010 14:47:12 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id CCDF32BAB89; Thu, 29 Apr 2010 10:47:10 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 3ZQbpIJf-xEH; Thu, 29 Apr 2010 10:47:10 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 6E0072BAB86; Thu, 29 Apr 2010 10:47:10 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 93798F5896; Thu, 29 Apr 2010 07:47:04 -0700 (PDT) Date: Thu, 29 Apr 2010 14:47:00 -0000 From: Joel Brobecker To: Mihail Zenkov Cc: Eli Zaretskii , tromey@redhat.com, gdb-patches@sourceware.org Subject: Re: D language support Message-ID: <20100429144704.GK2951@adacore.com> References: <20100421155657.GA19194@adacore.com> <20100422030910.7e84f7ea.mihai.zenkov@gmail.com> <20100422004441.GE19194@adacore.com> <20100422045136.bc397747.mihai.zenkov@gmail.com> <20100424030441.81b6b66b.mihai.zenkov@gmail.com> <20100427160523.GD2951@adacore.com> <20100428025334.69e28794.mihai.zenkov@gmail.com> <83iq7by04i.fsf@gnu.org> <20100429045646.f575c837.mihai.zenkov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100429045646.f575c837.mihai.zenkov@gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-04/txt/msg00954.txt.bz2 > gdb/ChangeLog: > D language support. > * Makefile.in (SFILES): Add d-lang.c d-valprint.c. > (COMMON_OBS): Add d-lang.o d-valprint.o. > (HFILES_NO_SRCDIR): Add d-lang.h. > * NEWS: Mention D language support. > * c-lang.c (c_emit_char, exp_descriptor_c): Make public. > * c-lang.h (c_emit_char, exp_descriptor_c): Add declaration. > * d-lang.c: New file. > * d-lang.h: New file. > * d-valprint.c: New file. > * defs.h (enum language): Add language_d. > * dwarf2read.c (set_cu_language): Add DW_LANG_D. > * language.c (binop_result_type, integral_type, character_type) > (string_type, boolean_type, structured_type): Add language_d. > * symfile.c (init_filename_language_table): Add language_d. > * symtab.c: Include d-lang.h. > (symbol_init_language_specific, symbol_find_demangled_name) > (symbol_natural_name, lookup_symbol_in_language) > (symbol_demangled_name, symbol_matches_domain): Add language_d. > gdb/doc/ChangeLog: > * gdb.texinfo: (Summary) Add mention about D language support. > (Filenames): Add D suffixes. > (D): New node. > gdb/testsuite/ChangeLog: > * gdb.base/default.exp: Fix "set language" test. I applied the version where the documentation was approved by Eli. -- Joel