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 a49abe0bb1 Automatic date update in version.in new 23bcc18f47 Don't memcpy non-trivially-copyable types: Make enum_flags t [...] new 5625a28641 Don't memset non-POD types: struct bp_location new b5c3668253 Don't memset non-POD types: struct btrace_insn new 16c4d54a71 Don't memset non-POD types: struct breakpoint new b0b92aeb38 Poison non-POD memset & non-trivially-copyable memcpy/memmove
The 5 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 | 43 ++++++++++++++++ gdb/ada-lang.c | 19 +++---- gdb/breakpoint.c | 25 ++------- gdb/breakpoint.h | 125 +++++++++++++++++++++++---------------------- gdb/btrace.c | 23 +++++---- gdb/common/common-defs.h | 1 + gdb/common/enum-flags.h | 10 ---- gdb/common/function-view.h | 40 ++------------- gdb/common/poison.h | 83 ++++++++++++++++++++++++++++++ gdb/common/traits.h | 30 ++++++++++- 10 files changed, 247 insertions(+), 152 deletions(-) create mode 100644 gdb/common/poison.h