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 a0719e0a055 [gdb/testsuite] Fix gdb.btrace/multi-inferior.exp for remote host new 6b3a2759052 Use function_view in gdb_bfd_lookup_symbol new 257c302c695 Move definition of unrelocated_addr earlier new 584d0cdac2b Use unrelocated_addr in partial symbol tables new 1ee8702db9c Use unrelocated_addr in psymbols new 9675da25357 Use unrelocated_addr in minimal symbols new 93d50cd8f0b Rename "raw" to "unrelocated"
The 6 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/coff-pe-read.c | 13 +++--- gdb/coffread.c | 12 +++--- gdb/ctfread.c | 27 +++++++------ gdb/dbxread.c | 114 ++++++++++++++++++++++++++++++++--------------------- gdb/elfread.c | 22 ++++++----- gdb/findvar.c | 4 +- gdb/machoread.c | 4 +- gdb/mdebugread.c | 104 +++++++++++++++++++++++++++++------------------- gdb/minsyms.c | 68 ++++++++++++++++---------------- gdb/minsyms.h | 6 +-- gdb/mips-tdep.c | 6 ++- gdb/mipsread.c | 2 +- gdb/parse.c | 2 +- gdb/printcmd.c | 2 +- gdb/psympriv.h | 42 ++++++++++---------- gdb/psymtab.c | 11 +++--- gdb/solib-dsbt.c | 17 ++++---- gdb/solib-frv.c | 15 +++---- gdb/solib-svr4.c | 20 +++++----- gdb/solib.c | 33 +++++++--------- gdb/solib.h | 14 +++---- gdb/stabsread.h | 2 +- gdb/symmisc.c | 2 +- gdb/symtab.c | 2 +- gdb/symtab.h | 43 ++++++++++++++++---- gdb/xcoffread.c | 55 +++++++++++++++----------- 26 files changed, 359 insertions(+), 283 deletions(-)