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 07716b63cb0 Automatic date update in version.in new c4dfcb3638c gdb: add type::bounds / type::set_bounds new 599088e3ffa gdb: remove TYPE_RANGE_DATA macro new 7c6f2712963 gdb: make get_discrete_bounds check for non-constant range bounds new 8c2e4e0689e gdb: add accessors to struct dynamic_prop new 5537ddd024a gdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUND new 064d9cb9e76 gdb: remove TYPE_LOW_BOUND_UNDEFINED and TYPE_HIGH_BOUND_UNDEFINED new 3b606f384df gdb: remove TYPE_LOW_BOUND_KIND and TYPE_HIGH_BOUND_KIND new 39498edbc85 gdb: remove TYPE_ARRAY_{UPPER,LOWER}_BOUND_IS_UNDEFINED new bb789949e90 gdb: remove TYPE_ARRAY_{LOWER,UPPER}_BOUND_VALUE new 107406b7380 gdb: remove TYPE_BIT_STRIDE new 509971ae766 gdb: remove TYPE_ARRAY_BIT_STRIDE new cf88be6855e gdb: make type::bounds work for array and string types
The 12 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 | 100 ++++++++++++++++++++ gdb/ada-lang.c | 22 +++-- gdb/ada-tasks.c | 7 +- gdb/ada-typeprint.c | 8 +- gdb/ada-valprint.c | 2 +- gdb/c-typeprint.c | 4 +- gdb/c-varobj.c | 18 ++-- gdb/compile/compile-c-symbols.c | 6 +- gdb/compile/compile-c-types.c | 10 +- gdb/compile/compile-cplus-types.c | 10 +- gdb/ctfread.c | 2 +- gdb/dwarf2/loc.c | 16 ++-- gdb/dwarf2/read.c | 71 ++++++--------- gdb/eval.c | 8 +- gdb/f-typeprint.c | 4 +- gdb/f-valprint.c | 10 +- gdb/gdbtypes.c | 186 ++++++++++++++++---------------------- gdb/gdbtypes.h | 162 ++++++++++++++++++++++++--------- gdb/gnu-v3-abi.c | 3 +- gdb/guile/scm-type.c | 7 +- gdb/m2-typeprint.c | 20 ++-- gdb/m2-valprint.c | 4 +- gdb/mdebugread.c | 8 +- gdb/p-typeprint.c | 10 +- gdb/p-valprint.c | 2 +- gdb/printcmd.c | 3 +- gdb/python/py-type.c | 7 +- gdb/rust-lang.c | 8 +- gdb/type-stack.c | 3 +- gdb/valarith.c | 11 ++- gdb/valops.c | 2 +- gdb/value.c | 4 +- 32 files changed, 437 insertions(+), 301 deletions(-)