This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-master-arm-spec2k6-Os in repository toolchain/ci/glibc.
from 92ad88fe72 elf/Makefile: Run IFUNC tests if binutils supports IFUNC adds cc3e573ce3 elf: Add tests with a local IFUNC resolver [BZ #23937] adds 462e83a4a0 Add more spaces before '('.
No new revisions were added by this update.
Summary of changes: ChangeLog | 47 +++++++++++ elf/Makefile | 12 ++- elf/ifuncmain9.c | 107 +++++++++++++++++++++++++ elf/ifuncmain9pic.c | 1 + elf/ifuncmain9picstatic.c | 1 + elf/ifuncmain9pie.c | 1 + elf/ifuncmain9static.c | 1 + sysdeps/powerpc/powerpc32/dl-machine.c | 4 +- sysdeps/powerpc/powerpc32/register-dump.h | 8 +- sysdeps/powerpc/powerpc64/le/fpu/sfp-machine.h | 2 +- sysdeps/powerpc/powerpc64/register-dump.h | 8 +- sysdeps/powerpc/test-arith.c | 26 +++--- sysdeps/unix/alpha/sysdep.h | 2 +- sysdeps/unix/sysv/linux/alpha/a.out.h | 4 +- sysdeps/unix/sysv/linux/hppa/makecontext.c | 14 ++-- sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h | 2 +- 16 files changed, 202 insertions(+), 38 deletions(-) create mode 100644 elf/ifuncmain9.c create mode 100644 elf/ifuncmain9pic.c create mode 100644 elf/ifuncmain9picstatic.c create mode 100644 elf/ifuncmain9pie.c create mode 100644 elf/ifuncmain9static.c