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 8e2f54bcee Add bfd_get_file_size to get archive element size new 37cd38778d [ARC] Remove duplicate ARC600 entry new 64984c22f7 [ARC] Implement compatible function for ARC BFD architectures new 940171d086 [ARC] Add arc-cpu.def with processor definitions new 10045478d9 [ARC] Allow CPU to be enforced via disassemble_info options new 8c65b54f18 Fix calculation of R_ARM_RHM_ALU_PREL_11_0 relocation when u [...]
The 5 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/cpu-arc.c | 60 ++++++++++++++++++--- bfd/elf32-arm.c | 4 +- binutils/ChangeLog | 4 ++ binutils/doc/binutils.texi | 8 +++ gas/ChangeLog | 4 ++ gas/config/tc-arc.c | 29 ++-------- include/ChangeLog | 4 ++ include/elf/arc-cpu.def | 49 +++++++++++++++++ opcodes/ChangeLog | 9 ++++ opcodes/arc-dis.c | 131 ++++++++++++++++++++++++++++++++++++--------- 11 files changed, 255 insertions(+), 61 deletions(-) create mode 100644 include/elf/arc-cpu.def