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 3e31877fbf3 Add checks for illegal symbol binding and type values when [...] new 6844666471c gdb: Use multiple minimal_symbol_readers in mipscoff_symfile_read new 5cbfbe4263a gdb: wrap mdebug debuginfo reading in ifdefs new 4b42385c470 gdb: Make dwarf support optional at compile time
The 3 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/Makefile.in | 65 ++++++++++++++++++------------------ gdb/NEWS | 8 +++++ gdb/README | 9 ++++- gdb/config.in | 6 ++++ gdb/configure | 94 +++++++++++++++++++++++++++++++++++++++++++++++------ gdb/configure.ac | 54 ++++++++++++++++++++++++++---- gdb/dwarf2/frame.h | 61 ++++++++++++++++++++++++++++++++++ gdb/dwarf2/loc.h | 67 +++++++++++++++++++++++++------------- gdb/dwarf2/public.h | 25 ++++++++++++++ gdb/frame-unwind.c | 2 ++ gdb/gdbtypes.c | 12 ++++++- gdb/mdebugread.c | 23 ++++++++++++- gdb/mdebugread.h | 33 ++++++++++++++++--- gdb/mipsread.c | 12 +++---- 14 files changed, 387 insertions(+), 84 deletions(-)