summaryrefslogtreecommitdiffstats
path: root/include/gdb/ChangeLog
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2012-06-23 22:23:43 +0000
committerDoug Evans <dje@google.com>2012-06-23 22:23:43 +0000
commit4aebe6cd45212539d2710c169c8a44ab9729e815 (patch)
tree88bb22274a62b4a1c5ba61e1c78e038b90a9109c /include/gdb/ChangeLog
parent970790c68143b71e649d3e993f472ce3f436e8b5 (diff)
downloadcygnal-4aebe6cd45212539d2710c169c8a44ab9729e815.tar.gz
cygnal-4aebe6cd45212539d2710c169c8a44ab9729e815.tar.bz2
cygnal-4aebe6cd45212539d2710c169c8a44ab9729e815.zip
PR 14125
* NEWS: Document additions to .gdb_index. * dwarf2read.c: #include "gdb/gdb-index.h". (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro. (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro. (DW2_GDB_INDEX_CU_SET_VALUE): New macro. (dwarf2_read_index): Recognize version 7. (dw2_do_expand_symtabs_matching): New args want_specific_block, block_kind, domain): All callers updated. (dw2_find_symbol_file): Handle new index CU values. (dw2_expand_symtabs_matching): Match symbol kind if requested. (add_index_entry): New args is_static, kind. All callers updated. (offset_type_compare, uniquify_cu_indices): New functions (symbol_kind): New function. (write_psymtabs_to_index): Remove duplicate CU values. (write_psymtabs_to_index): Write .gdb_index version 7. doc/ * gdb.texinfo (Index Section Format): Document version 7 format. include/gdb/ * gdb-index.h: New file.
Diffstat (limited to 'include/gdb/ChangeLog')
-rw-r--r--include/gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/gdb/ChangeLog b/include/gdb/ChangeLog
index 3afa67d26..833f913ff 100644
--- a/include/gdb/ChangeLog
+++ b/include/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2012-06-23 Doug Evans <dje@google.com>
+
+ * gdb-index.h: New file.
+
2012-05-24 Pedro Alves <palves@redhat.com>
PR gdb/7205