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 f44b758d31 Fix buffer underrun bug in the TI C30 disassembler. new 4e962e74e4 Handle biased types
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: 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 +++++--- 15 files changed, 211 insertions(+), 34 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%)