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 b0170acd5a9 gdb/testsuite: rework bp-cond-failure to not depend on inlining new 890f0ceb616 gdb: Make dbxread rely less on global variables new 5b64a6127f9 gdb: Move process_one_symbol to stabsread.c new 64a1f185b37 gdb: Move dbx_end_psymtab to stabsread, and rename to stabs [...] new 3cd1748a7d1 gdb: Move read_dbx_symtab to stabsread, and rename to read_ [...] new 59d41830a3d gdb: fully separate coff and elf reading from dbx
The 5 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/coffread.c | 93 ++ gdb/dbxread.c | 2896 +----------------------------------------------------- gdb/elfread.c | 129 +++ gdb/gdb-stabs.h | 98 ++ gdb/mdebugread.c | 16 +- gdb/stabsread.c | 2485 ++++++++++++++++++++++++++++++++++++++++++++++ gdb/stabsread.h | 99 +- gdb/symtab.h | 2 +- 8 files changed, 2914 insertions(+), 2904 deletions(-)