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 7a9e9f9f1e Fix another build failure in tui-selftests.c new 103a685e7f Add scalar_storage_order support for floating point new 7ab4a236ce Move type_byte_order earlier new d5a22e77b5 Remove gdbarch_bits_big_endian new a05cf17ab9 Propagate endianity to subrange types new 4139ff0088 Add bit-field test for scalar_storage_order
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 | 35 ++++++++++++++ gdb/ada-lang.c | 8 ++-- gdb/dwarf2loc.c | 7 ++- gdb/dwarf2read.c | 51 ++++++++++++-------- gdb/eval.c | 2 +- gdb/gdbarch.c | 23 --------- gdb/gdbarch.h | 6 --- gdb/gdbarch.sh | 4 -- gdb/gdbtypes.c | 56 +++++++++++++--------- gdb/gdbtypes.h | 10 ++-- gdb/target-descriptions.c | 2 +- gdb/testsuite/ChangeLog | 19 ++++++++ .../{varsize_limit.exp => scalar_storage.exp} | 20 ++++---- .../{big_packed_array => scalar_storage}/pck.adb | 0 .../{bp_range_type => scalar_storage}/pck.ads | 2 +- .../storage.adb} | 35 +++++++++++--- gdb/testsuite/gdb.base/endianity.c | 6 ++- gdb/testsuite/gdb.base/endianity.exp | 9 +++- gdb/valarith.c | 2 +- gdb/value.c | 8 ++-- gdb/value.h | 4 +- 21 files changed, 190 insertions(+), 119 deletions(-) copy gdb/testsuite/gdb.ada/{varsize_limit.exp => scalar_storage.exp} (70%) copy gdb/testsuite/gdb.ada/{big_packed_array => scalar_storage}/pck.adb (100%) copy gdb/testsuite/gdb.ada/{bp_range_type => scalar_storage}/pck.ads (93%) copy gdb/testsuite/gdb.ada/{big_packed_array/foo_ra24_010.adb => scalar_storage/st [...]