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-stable-allyesconfig in repository toolchain/ci/binutils-gdb.
from d90b8f2632 Check arguments for all probes before using them adds 6591bf0131 Automatic date update in version.in adds 1e4b5e7d35 Fix a potential buffer overrun in the MMIX disassembler when [...] adds f44b758d31 Fix buffer underrun bug in the TI C30 disassembler. adds 4e962e74e4 Handle biased types
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 15 ++++ gdb/ada-lang.c | 2 +- gdb/ada-valprint.c | 9 ++- gdb/dwarf2read.c | 7 +- gdb/gdbtypes.c | 12 ++- gdb/gdbtypes.h | 8 +- gdb/printcmd.c | 50 ++++++++----- gdb/testsuite/ChangeLog | 8 ++ gdb/testsuite/gdb.ada/bias.exp | 56 ++++++++++++++ gdb/testsuite/gdb.ada/bias/bias.adb | 52 +++++++++++++ gdb/testsuite/gdb.ada/{set_wstr => bias}/pck.adb | 2 + gdb/testsuite/gdb.ada/{set_wstr => bias}/pck.ads | 1 + gdb/testsuite/gdb.ada/print_chars.exp | 2 +- gdb/testsuite/gdb.ada/print_chars/foo.adb | 3 + gdb/value.c | 18 +++-- opcodes/ChangeLog | 16 ++++ opcodes/mmix-dis.c | 93 ++++++++++++++---------- opcodes/tic30-dis.c | 4 +- 19 files changed, 287 insertions(+), 73 deletions(-) create mode 100644 gdb/testsuite/gdb.ada/bias.exp create mode 100644 gdb/testsuite/gdb.ada/bias/bias.adb copy gdb/testsuite/gdb.ada/{set_wstr => bias}/pck.adb (98%) copy gdb/testsuite/gdb.ada/{set_wstr => bias}/pck.ads (99%)