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 c4694f172b5 Enable support to Intel Keylocker instructions new ebe824f5dcf Remove some manual memory management from compile interface new 0dbf6ee6a07 Use new/delete for do_module_cleanup new e947a8482ac Introduce and use compile_module_up new e616f60a6bc Transfer module ownership to do_module_cleanup new 92677124d90 Simplify compile_module cleanup new bac51ab78d4 Avoid manual memory management of argv arrays in gdb/compile
The 6 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 | 72 +++++++++++++++++++++++++ gdb/compile/compile-c-types.c | 4 +- gdb/compile/compile-cplus-types.c | 39 ++++++-------- gdb/compile/compile-object-load.c | 108 +++++++++++++++++++++----------------- gdb/compile/compile-object-load.h | 20 +++++-- gdb/compile/compile-object-run.c | 78 +++++++++++---------------- gdb/compile/compile-object-run.h | 2 +- gdb/compile/compile.c | 82 +++++++---------------------- gdb/utils.h | 43 +++++++++++++++ 9 files changed, 262 insertions(+), 186 deletions(-)