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 bac51ab78d4 Avoid manual memory management of argv arrays in gdb/compile new 20a5fcbd5b2 Handle bit offset and bit size in base types new afdcafe8911 CSKY: Add objdump option -M abi-names.
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: gas/ChangeLog | 30 ++ gas/config/tc-csky.c | 641 ++++++++++++++--------------------- gas/testsuite/gas/csky/all.d | 2 +- gas/testsuite/gas/csky/cskyv2_all.d | 36 +- gas/testsuite/gas/csky/cskyv2_all.s | 24 +- gas/testsuite/gas/csky/trust.d | 9 +- gas/testsuite/gas/csky/trust.s | 1 - gdb/ChangeLog | 19 ++ gdb/dwarf2/read.c | 20 ++ gdb/gdbtypes.c | 24 ++ gdb/gdbtypes.h | 43 ++- gdb/printcmd.c | 16 +- gdb/testsuite/ChangeLog | 5 + gdb/testsuite/gdb.dwarf2/intbits.c | 48 +++ gdb/testsuite/gdb.dwarf2/intbits.exp | 201 +++++++++++ gdb/value.c | 37 +- opcodes/ChangeLog | 34 ++ opcodes/csky-dis.c | 148 ++++---- opcodes/csky-opc.h | 529 ++++++++++++++++++++++------- 19 files changed, 1264 insertions(+), 603 deletions(-) create mode 100644 gdb/testsuite/gdb.dwarf2/intbits.c create mode 100644 gdb/testsuite/gdb.dwarf2/intbits.exp