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-lts-allnoconfig 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 new d46153313b Automatic date update in version.in new 25294ff049 gold: Remove the circular IFUNC dependency in ifuncmain6pie new 994b251328 ld/elf: Ignore section symbols when matching linkonce with comdat new 44365e88c0 PR27198, segv in S_IS_WEAK
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 + 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 +- 21 files changed, 97 insertions(+), 42 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