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 0f0c6492bd1 PowerPC: Support for Load/Store VSX Vector Paired Byte*32 I [...] new 37563b8beb5 gdb: lookup minsym using section in find_sal_for_pc_sect new 9e76f914f15 gdb: make find_sal_for_pc_sect attempt to fill sal section new 539fc2164f4 gdb: pass minsym section to find_function_start_sal, when possible new 24bff521659 gdb: assign a valid section in convert_address_location_to_sals
The 4 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/elfread.c | 2 +- gdb/linespec.c | 32 +++++++--- gdb/symtab.c | 16 +++-- gdb/symtab.h | 1 + .../addr-bp-gpu-no-deb-info.cpp} | 11 ++-- gdb/testsuite/gdb.rocm/addr-bp-gpu-no-deb-info.exp | 68 ++++++++++++++++++++++ .../break-kernel-no-debug-info.cpp} | 11 ++-- ...stepping.exp => break-kernel-no-debug-info.exp} | 45 +++++++------- 8 files changed, 137 insertions(+), 49 deletions(-) copy gdb/testsuite/{gdb.base/break-dbg.cc => gdb.rocm/addr-bp-gpu-no-deb-info.cpp} (86%) create mode 100644 gdb/testsuite/gdb.rocm/addr-bp-gpu-no-deb-info.exp copy gdb/testsuite/{gdb.base/break-dbg.cc => gdb.rocm/break-kernel-no-debug-info.c [...] copy gdb/testsuite/gdb.rocm/{displaced-stepping.exp => break-kernel-no-debug-info. [...]