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 0e30d99180 x86-64: Set tlsdesc_plt if GOT_TLS_GDESC_P is true new 1ccbe9985f Return std::string from memory_error_message new 7ffd83d70f Use std::string thread.c new e91a1fa7d4 Use unique_xmalloc_ptr in env_execute_cli_command new 56496dd4d6 Use std::string in mi_cmd_interpreter_exec new 6eecf35f97 Use unique_xmalloc_ptr in cd_command new b57af50345 Use std::string in do_set_command new 453437863c Use std::string and unique_xmalloc_ptr in demangle_command new 18e9961f02 Return std::string from perror_string new 8f84fb0ee8 Use std::string and unique_xmalloc_ptr in compile/ code new 0638b7f902 Use std::string in reopen_exec_file
The 10 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 | 64 +++++++++++++++++++++++++++++++++++++++++ gdb/breakpoint.c | 6 ++-- gdb/cli/cli-cmds.c | 20 ++++++------- gdb/cli/cli-setshow.c | 16 +++-------- gdb/compile/compile-c-support.c | 16 +++++------ gdb/compile/compile-c-symbols.c | 32 +++++++++------------ gdb/compile/compile-c-types.c | 7 ++--- gdb/compile/compile-internal.h | 16 +++++------ gdb/compile/compile-loc2c.c | 16 ++++------- gdb/compile/compile.c | 4 +-- gdb/corefile.c | 27 +++++++---------- gdb/demangle.c | 36 +++++++++-------------- gdb/gdbcore.h | 8 +++--- gdb/mi/mi-cmd-env.c | 12 +++----- gdb/mi/mi-interp.c | 12 +++----- gdb/thread.c | 33 +++++++-------------- gdb/utils.c | 28 +++++------------- gdb/valprint.c | 7 ++--- 18 files changed, 171 insertions(+), 189 deletions(-)