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 d7f449c026 x86: Don't display --32/--64/--x32 without BFD64 new bd923e5108 Return unique_xmalloc_ptr for generate_c_for_variable_locations new 6f36b6d29f Rename symbol_substitution_name new b7dc48b4a8 Move C-related declarations to compile-c.h new 18cdc6d8f8 Add a C++ wrapper for GCC C plug-in new 9cdfd9a26e Change compile_instance/compile_c_instance into classes new 946d3d10e7 Move compile_instance to compile.c new 0cfbf43085 Use unique_ptr for htabs new ad3a68e9b9 Use policies for code generation
The 8 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 | 115 +++++++++++ gdb/Makefile.in | 9 +- gdb/c-lang.h | 4 +- gdb/compile/compile-c-support.c | 419 +++++++++++++++++++++++++--------------- gdb/compile/compile-c-symbols.c | 180 ++++------------- gdb/compile/compile-c-types.c | 317 +++++++++++------------------- gdb/compile/compile-c.h | 95 +++++++++ gdb/compile/compile-internal.h | 180 +++++++++-------- gdb/compile/compile-loc2c.c | 1 + gdb/compile/compile.c | 320 +++++++++++++++++++++++++----- gdb/compile/gcc-c-plugin.h | 64 ++++++ gdb/language.h | 6 +- 12 files changed, 1072 insertions(+), 638 deletions(-) create mode 100644 gdb/compile/compile-c.h create mode 100644 gdb/compile/gcc-c-plugin.h