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 0f12543 Fix internal error when relaxing branches to STT_SECTION symbols. new 78afa7f Replace hand-made linked list of ui_out_hdr by vector and iterator new c520961 Use std::string for ui_out_hdr's text fields new 37e20dd Class-ify ui_out_hdr new 909c0aa Class-ify ui_out_level new 33b2fac Simplify ui-out level code new 77a179e ui_out_table: Replace boolean flag with enum new 36d18bc Class-ify ui_out_table
The 7 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 | 128 ++++++++++++ gdb/breakpoint.c | 2 +- gdb/cli-out.c | 9 +- gdb/mi/mi-out.c | 20 +- gdb/ui-out.c | 583 ++++++++++++++++++++++++++++++------------------------- gdb/ui-out.h | 21 +- 6 files changed, 474 insertions(+), 289 deletions(-)