This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-check_binutils in repository toolchain/ci/binutils-gdb.
from 809f915398 Automatic date update in version.in adds 89bdc77eab PR24955, libbfd terminating program on out of memory adds 77486630b1 R_PPC64_PCREL_OPT adds 133a1f6041 PowerPC64 GOT_PCREL relocs adds e47d413a2c PowerPC warning on symbol+offset@got adds 30331a6ca0 [gdb/testsuite] Restore breakpoint command in ui-redirect.exp adds de07a74580 Fix PR ld/24574 adds 6ade8373c9 Automatic date update in version.in adds b16c44debc bfd_get_filename adds f5c3a9e305 beos.em qsort predicate tidy adds ead0e69a4a Change int to bool for the relocate_* functions adds 736b0f7618 un-XFAIL under Clang tests using labels adds deccd150e1 Automatic date update in version.in adds c7f839cbf0 Change lookup_symbol's block_index parameter type to block_enum adds b26b24e027 Automatic date update in version.in adds 8634b4628e Truncate long TUI window titles new 4082c6ee39 Automatic date update in version.in
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 | 36 ++++++++++ bfd/aout-target.h | 2 +- bfd/archive.c | 6 +- bfd/bfd-in.h | 4 +- bfd/bfd-in2.h | 4 +- bfd/corefile.c | 8 +-- bfd/elf64-ppc.c | 127 ++++++++++++++++----------------- bfd/elfcode.h | 11 ++- bfd/libbfd-in.h | 9 +++ bfd/libbfd.h | 9 +++ bfd/opncls.c | 41 +++++++++-- bfd/plugin.c | 4 +- bfd/version.h | 2 +- binutils/ChangeLog | 11 +++ binutils/nm.c | 42 +++++------ binutils/objcopy.c | 2 +- gas/ChangeLog | 5 ++ gas/config/tc-ppc.c | 6 +- gdb/ChangeLog | 37 ++++++++++ gdb/coffread.c | 2 +- gdb/dbxread.c | 8 +-- gdb/defs.h | 2 +- gdb/dwarf2read.c | 9 ++- gdb/gdb_bfd.c | 2 +- gdb/main.c | 14 ++-- gdb/psymtab.c | 2 +- gdb/solib-aix.c | 4 +- gdb/solib-darwin.c | 2 +- gdb/solib.c | 2 +- gdb/symfile-debug.c | 4 +- gdb/symfile-mem.c | 2 +- gdb/symfile.c | 2 +- gdb/symfile.h | 3 +- gdb/testsuite/ChangeLog | 18 +++++ gdb/testsuite/gdb.base/label.exp | 10 --- gdb/testsuite/gdb.base/ui-redirect.exp | 31 +++++--- gdb/testsuite/gdb.cp/cplabel.exp | 1 - gdb/testsuite/gdb.linespec/ls-errs.exp | 3 - gdb/testsuite/gdb.tui/basic.exp | 6 -- gdb/testsuite/gdb.tui/regs.exp | 3 - gdb/testsuite/gdb.tui/resize.exp | 2 - gdb/testsuite/lib/gdb.exp | 27 +++++++ gdb/tui/tui-wingeneral.c | 16 ++++- ld/ChangeLog | 25 +++++++ ld/emultempl/beos.em | 53 +++++++------- ld/emultempl/elf32.em | 2 +- ld/emultempl/pe.em | 2 +- ld/emultempl/pep.em | 2 +- ld/pe-dll.c | 5 ++ ld/testsuite/ld-powerpc/pcrelopt.d | 17 +++-- ld/testsuite/ld-powerpc/pcrelopt.s | 12 ++++ sim/cris/ChangeLog | 4 ++ sim/cris/sim-if.c | 2 +- 53 files changed, 453 insertions(+), 212 deletions(-)