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-allmodconfig in repository toolchain/ci/binutils-gdb.
from c54e42531a gdb/h8300-tdep.c: Fix register name in h8300h machine. adds ef551643dc [ARC] Add linker relaxation. adds 7e126ba31a [ARC] Update ARC opcode table adds 0f3f71676a [ARC] Update disassembler opcode selection adds dac6552d4a Update the Swedish translation for the gas sub-directory. adds 9596751830 [ARC] [COMMITTED] Fix formatting. adds 4625b4d081 [gdb/testsuite] Fix infoline-reloc-main-from-zero.exp compilation adds 8f79c1075e Revert "Remove tests that test __gnu_lto_v1 symbol." adds b3b965fb91 [gdb/testsuite] Fix implicit declaration of printf in gdb.objc/*.m adds 75b493d0f9 Automatic date update in version.in adds 442853af24 Allow passing a block to lookup_global_symbol_from_objfile
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 16 + bfd/elf32-arc.c | 301 +- bfd/version.h | 2 +- gas/ChangeLog | 8 + gas/po/sv.po | 9330 +++++++++++--------- gas/testsuite/gas/arc/nps400-6.d | 2 +- gdb/ChangeLog | 9 + gdb/compile/compile-object-load.c | 1 + gdb/solib-spu.c | 3 +- gdb/solib-svr4.c | 3 +- gdb/symtab.c | 7 +- gdb/symtab.h | 5 +- gdb/testsuite/ChangeLog | 13 + .../gdb.base/infoline-reloc-main-from-zero.exp | 2 +- gdb/testsuite/gdb.objc/basicclass.m | 1 + gdb/testsuite/gdb.objc/nondebug.m | 1 + gdb/testsuite/gdb.objc/objcdecode.m | 1 + include/ChangeLog | 5 + include/opcode/arc.h | 2 + ld/ChangeLog | 12 + ld/testsuite/ld-arc/relax-local-pic.d | 14 + ld/testsuite/ld-arc/relax-local-pic.s | 16 + ld/testsuite/ld-plugin/lto-3r.d | 7 + ld/testsuite/ld-plugin/lto-5r.d | 7 + ld/testsuite/ld-plugin/lto.exp | 6 + opcodes/ChangeLog | 15 + opcodes/arc-dis.c | 24 +- opcodes/arc-ext-tbl.h | 7 - opcodes/arc-opc.c | 4 +- opcodes/arc-tbl.h | 3698 +++++--- 30 files changed, 7771 insertions(+), 5751 deletions(-) create mode 100644 ld/testsuite/ld-arc/relax-local-pic.d create mode 100644 ld/testsuite/ld-arc/relax-local-pic.s create mode 100644 ld/testsuite/ld-plugin/lto-3r.d create mode 100644 ld/testsuite/ld-plugin/lto-5r.d