symtab.h (struct general_symbol_info> <ada_mangled>: Update comment.
authorDoug Evans <xdje42@gmail.com>
Tue, 27 Oct 2015 03:24:16 +0000 (20:24 -0700)
committerDoug Evans <xdje42@gmail.com>
Tue, 27 Oct 2015 03:24:16 +0000 (20:24 -0700)
gdb/ChangeLog:

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

gdb/ChangeLog
gdb/symtab.h

index f15dda5b5b8d9ae89f2c8afd12a622eb0b64a8f2..27ea4f64445ab35e01713d365f5ab7daca93ce82 100644 (file)
@@ -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
index d3f6370666b00598f697e07e4ba7fd84fc473aa1..477befdf8cecc5f29c9c3257df462a2d9627a59b 100644 (file)
@@ -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;
This page took 0.033567 seconds and 4 git commands to generate.