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 81e25b7c91 Improve File I/O overflow detection in gdbserver (PR server/23198) new 2b9496b2b4 Remove internal_complaint new 43ba33c768 Remove elements from complaint_series new 4e9668d0d1 Remove "noisy" parameter from clear_complaints new b98664d386 Remove symfile_complaints new 2ac237e52b Remove struct explanation new de54e1a5d2 Remove vcomplaint new 7ff8817441 Remove file and line from struct complain new ff1cf532db Remove struct complain new a8be540e8a Remove struct complaints
The 9 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/ChangeLog | 159 +++++++++++++ gdb/buildsym.c | 27 +-- gdb/coffread.c | 30 +-- gdb/complaints.c | 251 ++------------------- gdb/complaints.h | 20 +- gdb/cp-support.c | 3 +- gdb/dbxread.c | 29 +-- gdb/dtrace-probe.c | 6 +- gdb/dwarf-index-write.c | 3 +- gdb/dwarf2-frame.c | 13 +- gdb/dwarf2loc.c | 3 +- gdb/dwarf2read.c | 417 ++++++++++++----------------------- gdb/gdbtypes.c | 2 +- gdb/machoread.c | 26 +-- gdb/macroscope.c | 3 +- gdb/macrotab.c | 12 +- gdb/mdebugread.c | 88 +++----- gdb/objc-lang.c | 9 +- gdb/objfiles.c | 3 +- gdb/stabsread.c | 73 +++--- gdb/stap-probe.c | 8 +- gdb/symfile.c | 8 +- gdb/testsuite/ChangeLog | 21 ++ gdb/testsuite/gdb.gdb/complaints.exp | 65 +----- gdb/windows-nat.c | 2 +- gdb/xcoffread.c | 36 ++- 26 files changed, 509 insertions(+), 808 deletions(-)