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 675015399b Remove verbose code from backtrace command new 59cc4834e5 problem looking up some symbols when they have a linkage name
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/ChangeLog | 10 +++++++ gdb/ada-lang.c | 1 + gdb/c-lang.c | 4 +++ gdb/d-lang.c | 1 + gdb/dwarf2read.c | 6 +++- gdb/f-lang.c | 1 + gdb/go-lang.c | 1 + gdb/language.c | 2 ++ gdb/language.h | 20 +++++++++++++ gdb/m2-lang.c | 1 + gdb/objc-lang.c | 1 + gdb/opencl-lang.c | 1 + gdb/p-lang.c | 1 + gdb/rust-lang.c | 1 + gdb/testsuite/ChangeLog | 9 ++++++ gdb/testsuite/gdb.ada/maint_with_ada.exp | 1 - gdb/testsuite/gdb.ada/notcplusplus.exp | 45 ++++++++++++++++++++++++++++ gdb/testsuite/gdb.ada/notcplusplus/foo.adb | 21 +++++++++++++ gdb/testsuite/gdb.ada/notcplusplus/pck.adb | 21 +++++++++++++ gdb/testsuite/gdb.ada/notcplusplus/pck.ads | 19 ++++++++++++ gdb/testsuite/gdb.ada/notcplusplus/ver.ads | 22 ++++++++++++++ gdb/testsuite/gdb.base/c-linkage-name.c | 44 ++++++++++++++++++++++++++++ gdb/testsuite/gdb.base/c-linkage-name.exp | 47 ++++++++++++++++++++++++++++++ 23 files changed, 278 insertions(+), 2 deletions(-) create mode 100644 gdb/testsuite/gdb.ada/notcplusplus.exp create mode 100644 gdb/testsuite/gdb.ada/notcplusplus/foo.adb create mode 100644 gdb/testsuite/gdb.ada/notcplusplus/pck.adb create mode 100644 gdb/testsuite/gdb.ada/notcplusplus/pck.ads create mode 100644 gdb/testsuite/gdb.ada/notcplusplus/ver.ads create mode 100644 gdb/testsuite/gdb.base/c-linkage-name.c create mode 100644 gdb/testsuite/gdb.base/c-linkage-name.exp