This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/palves/format_strings in repository binutils-gdb.
from bef62542b4 Make ui_out::message support %pF, %pS, %pN new 8f1d863783 Support %pS / %pN for styling new 52bf8432db Introduce %ps / styled_string
The 2 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/breakpoint.c | 6 +++--- gdb/cli-out.c | 50 ++++++++++++++++++++++++++------------------------ gdb/cli-out.h | 5 +++-- gdb/common/format.c | 1 + gdb/mi/mi-out.c | 3 ++- gdb/mi/mi-out.h | 5 +++-- gdb/symtab.c | 24 ++++++++++++------------ gdb/ui-out.c | 29 +++++++++++++++++++---------- gdb/ui-out.h | 45 ++++++++++++++++++++++++++++++++++++++++++--- gdb/utils.c | 10 ++++++++++ gdb/utils.h | 6 ++++++ 11 files changed, 127 insertions(+), 57 deletions(-)