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 3f60b98298f ELF: Don't warn an empty PT_LOAD with the program headers new 611e7b5cb92 Remove baseaddr parameter from dwarf2_record_block_ranges new 987bdf4dfdb Minor cleanup in loclist_describe_location new e30deeb0366 Move unrelocated_addr to common-types.h new 1e73d09f86d Use unrelocated_addr in the DWARF reader new 0ac9ae37b83 Use unrelocated_addr in dwarf_decode_lines new d8175bcb7e3 Fix comment in address_class new 0434c3ef8dc Use "unrelocated" terminology in linetable_entry new 1ca4b794c93 Constify dwarf2_cie::augmentation new 6d4e4b63bbd Use local "text offset" variable in dwarf2_frame_cache new d0516c8e66c Use unrelocated_addr in dwarf2_fde
The 10 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/buildsym.c | 4 +- gdb/disasm.c | 10 +- gdb/dwarf2/attribute.c | 6 +- gdb/dwarf2/attribute.h | 6 +- gdb/dwarf2/call-site.h | 14 +- gdb/dwarf2/comp-unit-head.c | 6 +- gdb/dwarf2/comp-unit-head.h | 4 +- gdb/dwarf2/cu.h | 2 +- gdb/dwarf2/die.c | 2 +- gdb/dwarf2/expr.c | 12 +- gdb/dwarf2/frame.c | 88 +++++---- gdb/dwarf2/loc.c | 123 ++++++------ gdb/dwarf2/loc.h | 2 +- gdb/dwarf2/read-gdb-index.c | 9 +- gdb/dwarf2/read.c | 465 ++++++++++++++++++++++---------------------- gdb/dwarf2/read.h | 15 +- gdb/gdbtypes.c | 3 +- gdb/jit.c | 3 +- gdb/mdebugread.c | 2 +- gdb/record-btrace.c | 2 +- gdb/symmisc.c | 2 +- gdb/symtab.c | 22 ++- gdb/symtab.h | 22 +-- gdb/xcoffread.c | 5 +- gdbsupport/common-types.h | 6 + 25 files changed, 438 insertions(+), 397 deletions(-)