]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Add a language method to hash symbol names for dictionary lookups.
authorKeith Seitz <keiths@redhat.com>
Tue, 21 Feb 2017 21:32:53 +0000 (13:32 -0800)
committerKeith Seitz <keiths@redhat.com>
Tue, 21 Feb 2017 21:32:53 +0000 (13:32 -0800)
commiteaed9d37278824ede2b058779fc54c710528ccb7
treea0b7a72cb0d1793994ea8ab149726ddfcc074931
parent66a453345fa0eead2e473daee47ea394741b7902
Add a language method to hash symbol names for dictionary lookups.

This patch does *not* address minsyms or gdb_index symbols.  Pedro
was looking into some of that on his cp-linespec branch.
32 files changed:
gdb/ada-lang.c
gdb/buildsym.c
gdb/buildsym.h
gdb/c-lang.c
gdb/coffread.c
gdb/cp-support.c
gdb/cp-support.h
gdb/d-lang.c
gdb/dbxread.c
gdb/dictionary.c
gdb/dictionary.h
gdb/dwarf2read.c
gdb/f-lang.c
gdb/go-lang.c
gdb/jit.c
gdb/language.c
gdb/language.h
gdb/linespec.c
gdb/linespec.h
gdb/m2-lang.c
gdb/mdebugread.c
gdb/objc-lang.c
gdb/opencl-lang.c
gdb/p-lang.c
gdb/rust-lang.c
gdb/stabsread.h
gdb/symtab.h
gdb/testsuite/gdb.cp/mb-templates.cc
gdb/testsuite/gdb.cp/mb-templates.exp
gdb/utils.c
gdb/utils.h
gdb/xcoffread.c