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 6194b866b7a Fixes for testsuite failures introduced by the changes made [...] new 0861f561ebd CSKY: Support attribute section.
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/ChangeLog | 14 + bfd/elf32-csky.c | 360 +++++++++++++++++---- binutils/ChangeLog | 9 + binutils/readelf.c | 121 +++++++ binutils/testsuite/binutils-all/strip-3.d | 2 +- elfcpp/ChangeLog | 4 + elfcpp/elfcpp.h | 4 + gas/ChangeLog | 29 ++ gas/config/tc-csky.c | 90 +++++- gas/testsuite/gas/csky/802j.d | 1 + gas/testsuite/gas/csky/all.d | 1 + gas/testsuite/gas/csky/bsr1.d | 1 + gas/testsuite/gas/csky/csky_vdsp.d | 1 + gas/testsuite/gas/csky/cskyv2_all.d | 1 + gas/testsuite/gas/csky/cskyv2_ck803r2.d | 1 + gas/testsuite/gas/csky/cskyv2_ck860.d | 3 +- gas/testsuite/gas/csky/cskyv2_dsp.d | 3 +- gas/testsuite/gas/csky/cskyv2_elrw.d | 1 + gas/testsuite/gas/csky/cskyv2_float.d | 1 + gas/testsuite/gas/csky/enhance_dsp.d | 1 + gas/testsuite/gas/csky/java.d | 1 + gas/testsuite/gas/csky/v1_float.d | 1 + gas/testsuite/gas/csky/v2_float_part1.d | 1 + gas/testsuite/gas/csky/v2_float_part2.d | 1 + gas/testsuite/gas/csky/v2_tls_gd.d | 1 + gas/testsuite/gas/csky/v2_tls_ie.d | 1 + gas/testsuite/gas/csky/v2_tls_ld.d | 1 + gas/testsuite/gas/csky/v2_tls_le.d | 3 +- gas/testsuite/gas/elf/elf.exp | 3 + .../gas/elf/{section2.e-arc => section2.e-csky} | 0 include/ChangeLog | 54 ++++ include/elf/csky.h | 75 +++++ include/opcode/csky.h | 55 ++-- ld/ChangeLog | 8 + ld/emulparams/cskyelf.sh | 1 + ld/testsuite/ld-csky/tls-le-v1.d | 2 + ld/testsuite/ld-csky/tls-le.d | 2 + ld/testsuite/ld-elf/non-contiguous.ld | 1 + opcodes/ChangeLog | 12 + opcodes/csky-dis.c | 44 ++- opcodes/csky-opc.h | 4 +- 41 files changed, 818 insertions(+), 101 deletions(-) copy gas/testsuite/gas/elf/{section2.e-arc => section2.e-csky} (100%)