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 27087b7f6ce Apply 'const' in more places new 314ad88df63 Use type_instance_flags more throughout new 69896a2cd12 Rename address_space_int_to_name/address_space_name_to_int new 1945192cb9a Rewrite valid-expr.h's internals in terms of the detection [...] new 04902b0995f Rewrite enum_flags, add unit tests, fix problems
The 4 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 | 88 ++++++ gdb/Makefile.in | 1 + gdb/avr-tdep.c | 15 +- gdb/btrace.c | 4 +- gdb/c-typeprint.c | 5 +- gdb/compile/compile-c-types.c | 3 +- gdb/compile/compile-cplus-symbols.c | 4 +- gdb/compile/compile-cplus-types.c | 10 +- gdb/d-lang.c | 11 +- gdb/dwarf2/read.c | 7 +- gdb/eval.c | 2 +- gdb/ft32-tdep.c | 16 +- gdb/gdbarch.c | 8 +- gdb/gdbarch.h | 16 +- gdb/gdbarch.sh | 10 +- gdb/gdbtypes.c | 82 ++--- gdb/gdbtypes.h | 26 +- gdb/go-exp.y | 2 +- gdb/record-btrace.c | 10 +- gdb/s390-tdep.c | 13 +- gdb/stabsread.c | 2 +- gdb/type-stack.c | 9 +- gdb/type-stack.h | 10 +- gdb/unittests/enum-flags-selftests.c | 586 +++++++++++++++++++++++++++++++++++ gdbsupport/ChangeLog | 30 ++ gdbsupport/enum-flags.h | 370 +++++++++++++++++----- gdbsupport/traits.h | 67 ++++ gdbsupport/valid-expr.h | 35 ++- 28 files changed, 1227 insertions(+), 215 deletions(-) create mode 100644 gdb/unittests/enum-flags-selftests.c