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 0db49895f30 Use = instead of == for better portability new 0bc2354b811 Fix bugs in 'val and 'pos with range types new 53a47a3e490 Handle indexing Ada arrays with enum indices
The 2 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 | 25 +++++++++++++ gdb/ada-lang.c | 37 ++++++++++++------- gdb/ada-valprint.c | 40 +++++--------------- gdb/gdbtypes.c | 9 +++++ gdb/language.c | 5 ++- gdb/language.h | 10 +++-- gdb/testsuite/ChangeLog | 12 ++++++ gdb/testsuite/gdb.ada/arr_acc_idx_w_gap.exp | 7 ++++ .../gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads | 6 ++- .../arr_acc_idx_w_gap/enum_with_gap_main.adb | 1 + gdb/valprint.c | 43 ++++++---------------- 11 files changed, 111 insertions(+), 84 deletions(-)