From patchwork Tue Oct 27 03:26:05 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Doug Evans X-Patchwork-Id: 9394 Received: (qmail 44559 invoked by alias); 27 Oct 2015 03:27:31 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 44543 invoked by uid 89); 27 Oct 2015 03:27:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL, BAYES_00, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f43.google.com Received: from mail-pa0-f43.google.com (HELO mail-pa0-f43.google.com) (209.85.220.43) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 27 Oct 2015 03:27:23 +0000 Received: by padhk11 with SMTP id hk11so207957617pad.1 for ; Mon, 26 Oct 2015 20:27:21 -0700 (PDT) X-Received: by 10.68.193.5 with SMTP id hk5mr25610140pbc.152.1445916441627; Mon, 26 Oct 2015 20:27:21 -0700 (PDT) Received: from seba.sebabeach.org.gmail.com (173-13-178-53-sfba.hfc.comcastbusiness.net. [173.13.178.53]) by smtp.gmail.com with ESMTPSA id u10sm36508008pbs.63.2015.10.26.20.27.20 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 26 Oct 2015 20:27:21 -0700 (PDT) From: Doug Evans To: gdb-patches@sourceware.org Subject: [COMMITTED PATCH] symtab.h (struct general_symbol_info> : Update comment. Date: Mon, 26 Oct 2015 20:26:05 -0700 Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes Hi. I forgot to update this comment in an earlier patch. Committed. 2015-10-26 Doug Evans * symtab.h (struct general_symbol_info> : Update comment. diff --git a/gdb/symtab.h b/gdb/symtab.h index d3f6370..477befd 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -147,7 +147,7 @@ struct general_symbol_info ENUM_BITFIELD(language) language : LANGUAGE_BITS; - /* This is only used by Ada. If set, then the 'mangled_lang' field + /* This is only used by Ada. If set, then the 'demangled_name' field of language_specific is valid. Otherwise, the 'obstack' field is valid. */ unsigned int ada_mangled : 1;