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 28a4e64dd1b Change how versioned symbols are recorded new d53fd721a18 Implement putstr and putstrn in ui_file
The 1 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 | 1 + gdb/guile/scm-ports.c | 4 +- gdb/mi/mi-console.c | 20 ++------ gdb/mi/mi-main.c | 2 +- gdb/mi/mi-out.c | 2 +- gdb/ui-file.c | 69 ++++++++++++++++++++++++++-- gdb/ui-file.h | 25 ++++++++-- gdb/unittests/ui-file-selftests.c | 62 +++++++++++++++++++++++++ gdb/utils.c | 97 --------------------------------------- gdb/utils.h | 15 ------ 10 files changed, 158 insertions(+), 139 deletions(-) create mode 100644 gdb/unittests/ui-file-selftests.c