This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] symtab.h (struct general_symbol_info> <ada_mangled>: Update comment.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a04a15f586590f1969ab31478f0b04243f760769

commit a04a15f586590f1969ab31478f0b04243f760769
Author: Doug Evans <xdje42@gmail.com>
Date:   Mon Oct 26 20:24:16 2015 -0700

    symtab.h (struct general_symbol_info> <ada_mangled>: Update comment.
    
    gdb/ChangeLog:
    
    	* symtab.h (struct general_symbol_info> <ada_mangled>: Update comment.

Diff:
---
 gdb/ChangeLog | 4 ++++
 gdb/symtab.h  | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f15dda5..27ea4f6 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2015-10-26  Doug Evans  <xdje42@gmail.com>
+
+	* symtab.h (struct general_symbol_info> <ada_mangled>: Update comment.
+
 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
 
 	* target.c (memory_xfer_partial): Change type of buf to gdb_byte
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;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]