This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from c09ebee0d3a gdb: symbol_search objects of different types are not the same new ccd56e22703 gdb: remove attempted type de-duplication when building gdb-index
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gdb/NEWS | 5 + gdb/dwarf2/index-write.c | 80 ++--------- gdb/dwarf2/read-gdb-index.c | 6 - .../gdb-index-many-types-1.c} | 37 ++--- .../gdb-index-many-types-2.c} | 45 +++--- .../gdb-index-many-types-3.c} | 45 +++--- gdb/testsuite/gdb.base/gdb-index-many-types.exp | 157 +++++++++++++++++++++ .../gdb-index-many-types.h} | 41 +++--- gdb/testsuite/gdb.base/gdb-index-many-types.py | 54 +++++++ gdb/testsuite/gdb.base/gold-gdb-index-2.c | 23 --- gdb/testsuite/gdb.base/gold-gdb-index.c | 29 ---- gdb/testsuite/gdb.base/gold-gdb-index.exp | 51 ------- gdb/testsuite/gdb.base/gold-gdb-index.h | 25 ---- 13 files changed, 317 insertions(+), 281 deletions(-) copy gdb/testsuite/{gdb.multi/interrupt-bg-exec.c => gdb.base/gdb-index-many-types [...] copy gdb/testsuite/{gdb.multi/interrupt-bg-exec.c => gdb.base/gdb-index-many-types [...] copy gdb/testsuite/{gdb.multi/interrupt-bg-exec.c => gdb.base/gdb-index-many-types [...] create mode 100644 gdb/testsuite/gdb.base/gdb-index-many-types.exp copy gdb/testsuite/{gdb.multi/interrupt-bg-exec.c => gdb.base/gdb-index-many-types [...] create mode 100644 gdb/testsuite/gdb.base/gdb-index-many-types.py delete mode 100644 gdb/testsuite/gdb.base/gold-gdb-index-2.c delete mode 100644 gdb/testsuite/gdb.base/gold-gdb-index.c delete mode 100644 gdb/testsuite/gdb.base/gold-gdb-index.exp delete mode 100644 gdb/testsuite/gdb.base/gold-gdb-index.h