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-O2_LTO in repository toolchain/ci/glibc.
from 02d8b5ab1c nl_NL locale: Correct the negative monetary format (bug 24614). adds 2c75b545de elf: Refuse to dlopen PIE objects [BZ #24323] adds fabf5e49dd dlfcn: Avoid one-element flexible array in Dl_serinfo [BZ #24166] adds f0c5a803bd Fix gcc 9 build errors for make xcheck. [BZ #24556] adds f59a54ab0c nl_AW locale: Correct the negative monetary format (bug 24614). adds 335c1007bf powerpc: Fix static-linked version of __ppc_get_timebase_fre [...] adds 49bc41b642 [powerpc] add 'volatile' to asm adds 21cc130b78 libio: do not attempt to free wide buffers of legacy streams [...]
No new revisions were added by this update.
Summary of changes: ChangeLog | 73 ++++++++++++++++++++++ argp/argp-test.c | 2 +- benchtests/bench-malloc-simple.c | 2 +- benchtests/bench-strstr.c | 3 +- dlfcn/dlfcn.h | 12 ++++ elf/Makefile | 4 +- elf/dl-load.c | 18 ++++-- posix/tst-fnmatch5.c => elf/tst-dlopen-pie.c | 39 ++++++------ include/elf.h | 2 +- libio/Makefile | 14 ++++- libio/genops.c | 16 +++-- elf/tst-audit13.c => libio/tst-bz24228.c | 9 +-- libio/tst-bz24228.map | 5 ++ localedata/locales/nl_AW | 4 +- nss/tst-field.c | 3 +- string/test-strcasestr.c | 3 +- string/test-strstr.c | 3 +- sysdeps/powerpc/fpu/fenv_libc.h | 4 +- sysdeps/powerpc/fpu_control.h | 6 +- sysdeps/unix/sysv/linux/powerpc/Makefile | 2 + .../unix/sysv/linux/powerpc/get_timebase_freq.c | 2 +- .../linux/powerpc/test-gettimebasefreq-static.c} | 5 +- 22 files changed, 181 insertions(+), 50 deletions(-) copy posix/tst-fnmatch5.c => elf/tst-dlopen-pie.c (55%) copy elf/tst-audit13.c => libio/tst-bz24228.c (83%) create mode 100644 libio/tst-bz24228.map copy sysdeps/{x86_64/x32/tst-size_t-wmemchr.c => unix/sysv/linux/powerpc/test-gett [...]