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 68b007788a ld/x86: Add -z report-relative-reloc adds 75a933f399 ld/elf/x86: Don't compare IFUNC address in the shared object adds 514fca98df Automatic date update in version.in adds edf0f284b1 PR binutils/23460: Increase the max number of open files to 20 adds d46153313b Automatic date update in version.in adds 25294ff049 gold: Remove the circular IFUNC dependency in ifuncmain6pie adds 994b251328 ld/elf: Ignore section symbols when matching linkonce with comdat adds 44365e88c0 PR27198, segv in S_IS_WEAK new cecb191290 gdb: const-ify unpack_* functions in remote.c new e3b2741b16 gdb: const-ify remote_target::add_current_inferior_and_threa [...] new b5c8f22d28 gdb: move remote_target::start_remote variable to narrower scope new aa2838ccc5 gdb: const-ify hostio methods parameter in remote.c
The 4 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 | 11 +++++ bfd/elflink.c | 6 ++- bfd/elfxx-x86.c | 3 +- bfd/version.h | 2 +- gas/ChangeLog | 9 ++++ gas/config/tc-i386.c | 3 ++ gas/testsuite/gas/i386/i386.exp | 1 + gas/testsuite/gas/i386/pr27198.d | 2 + gas/testsuite/gas/i386/pr27198.err | 5 +++ gas/testsuite/gas/i386/pr27198.s | 1 + gdb/ChangeLog | 38 +++++++++++++++++ gdb/remote.c | 82 +++++++++++++++++------------------- gold/ChangeLog | 6 +++ gold/testsuite/ifuncmain6pie.c | 14 ++---- gold/testsuite/ifuncmod6.c | 10 ++--- ld/ChangeLog | 22 ++++++++++ ld/testsuite/ld-i386/i386.exp | 5 +++ ld/testsuite/ld-i386/pr27193.dd | 5 +++ ld/testsuite/ld-i386/pr27193a.o.bz2 | Bin 0 -> 468 bytes ld/testsuite/ld-i386/pr27193b.s | 8 ++++ ld/testsuite/ld-ifunc/ifunc.exp | 22 +--------- ld/testsuite/ld-ifunc/pr23169a.c | 2 +- ld/testsuite/ld-plugin/lto.exp | 2 +- 23 files changed, 174 insertions(+), 85 deletions(-) create mode 100644 gas/testsuite/gas/i386/pr27198.d create mode 100644 gas/testsuite/gas/i386/pr27198.err create mode 100644 gas/testsuite/gas/i386/pr27198.s create mode 100644 ld/testsuite/ld-i386/pr27193.dd create mode 100644 ld/testsuite/ld-i386/pr27193a.o.bz2 create mode 100644 ld/testsuite/ld-i386/pr27193b.s