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 d771893cca8 gdb/testsuite: Add require allow_hipcc_tests in gdb.rocm/mi [...] new b4b312d1523 Constify property_addr_info new 800f6f5f700 Add resolve_dynamic_field new 0dac4dded2b Add new unpack_field_as_long overload new ba005d32b0f Handle dynamic field properties new b6acdd724dd Clean up handle_member_location new 1d9fb3ba19c Use OBSTACK_ZALLOC when allocating batons new ee580641bc5 Introduce apply_bit_offset_to_field helper function new 420d030e88d Handle field with dynamic bit offset
The 8 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/dwarf2/cu.h | 11 + gdb/dwarf2/loc.c | 45 +++- gdb/dwarf2/loc.h | 43 ++-- gdb/dwarf2/read.c | 226 ++++++++++----------- gdb/gdbtypes.c | 167 ++++++++++----- gdb/gdbtypes.h | 43 +++- .../{finish-large.exp => dyn-bit-offset.exp} | 28 ++- .../{bias/bias.adb => dyn-bit-offset/exam.adb} | 49 ++--- gdb/testsuite/gdb.ada/packed_record_2.exp | 61 ++++++ gdb/testsuite/gdb.ada/packed_record_2/exam.adb | 51 +++++ gdb/value.c | 22 +- gdb/value.h | 9 + 12 files changed, 511 insertions(+), 244 deletions(-) copy gdb/testsuite/gdb.ada/{finish-large.exp => dyn-bit-offset.exp} (56%) copy gdb/testsuite/gdb.ada/{bias/bias.adb => dyn-bit-offset/exam.adb} (50%) create mode 100644 gdb/testsuite/gdb.ada/packed_record_2.exp create mode 100644 gdb/testsuite/gdb.ada/packed_record_2/exam.adb