This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-lts-allmodconfig in repository toolchain/ci/binutils-gdb.
from eba7b68cb0 ld: Build and install only unversioned libdep adds 86ef42bd73 Run fixed_points.exp with -fgnat-encodings=minimal adds a9e48095a8 gdb: define COFF file offsets with file_ptr adds b3f9469bfa Fix accessing a method's fields from Python adds 4aea001fd8 Add address keyword to Value.format_string adds e846045952 Remove erroneous 'a' in gdb.register_window_type documentation adds e51765f932 Fix name of main_type field type in pretty printer adds a24e049847 Automatic date update in version.in adds 0455b7d325 Warn about static libs vs. source-highlight only when necessary adds fa639f555a Don't compare types of enum fields new 60108e47b5 [gdb/testsuite] Introduce supports_scalar_storage_order_attribute
The 1 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: bfd/version.h | 2 +- gdb/ChangeLog | 33 +++++ gdb/coffread.c | 30 ++--- gdb/configure | 12 +- gdb/configure.ac | 12 +- gdb/doc/ChangeLog | 8 ++ gdb/doc/python.texi | 7 +- gdb/gdb-gdb.py.in | 2 +- gdb/gdbtypes.c | 4 +- gdb/python/py-type.c | 1 + gdb/python/py-value.c | 7 +- gdb/testsuite/ChangeLog | 29 +++++ gdb/testsuite/gdb.ada/fixed_points.exp | 134 +++++++++++---------- gdb/testsuite/gdb.base/endianity.c | 2 +- gdb/testsuite/gdb.base/endianity.exp | 11 +- .../compare-enum-type-a.c} | 11 +- .../compare-enum-type-b.c} | 9 +- .../compare-enum-type.exp} | 16 +-- .../compare-enum-type.h} | 5 +- gdb/testsuite/gdb.python/py-format-string.exp | 43 +++++++ gdb/testsuite/gdb.python/py-type.exp | 3 + gdb/testsuite/lib/gdb.exp | 46 +++++++ 22 files changed, 310 insertions(+), 117 deletions(-) copy gdb/testsuite/{gdb.base/share-psymtabs-bt.c => gdb.python/compare-enum-type-a [...] copy gdb/testsuite/{gdb.base/psym-external-decl.c => gdb.python/compare-enum-type- [...] copy gdb/testsuite/{gdb.cp/breakpoint-locs.exp => gdb.python/compare-enum-type.exp} (67%) copy gdb/testsuite/{gdb.cp/stub-array-size.h => gdb.python/compare-enum-type.h} (96%)